Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F10549562
Invoker.cpp
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Size
541 B
Referenced Files
None
Subscribers
None
Invoker.cpp
View Options
/*******************************************************************************
*
* File: Invoker.cpp
*
* Contents: Implementation of non-template part of Invoker.
*
* Copyright 2017
*
* Author: David Juhasz (david.juhasz@tuwien.ac.at)
*
******************************************************************************/
#include
"rosa/core/Invoker.hpp"
namespace
rosa
{
Invoker
::
Invoker
(
void
)
noexcept
{
LOG_TRACE
(
"Creating Invoker"
);
}
Invoker
::~
Invoker
(
void
)
{
LOG_TRACE
(
"Destroying Invoker"
);
}
}
// End namespace rosa
File Metadata
Details
Attached
Mime Type
text/x-c++
Expires
Sat, May 30, 11:58 PM (1 d, 1 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
299356
Default Alt Text
Invoker.cpp (541 B)
Attached To
Mode
R20 SoC_Rosa_repo
Attached
Detach File
Event Timeline
Log In to Comment