Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F1498232
Invoker.cpp
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Size
897 B
Referenced Files
None
Subscribers
None
Invoker.cpp
View Options
//===-- core/Invoker.cpp ----------------------------------------*- C++ -*-===//
//
// The RoSA Framework
//
// Distributed under the terms and conditions of the Boost Software License 1.0.
// See accompanying file LICENSE.
//
// If you did not receive a copy of the license file, see
// http://www.boost.org/LICENSE_1_0.txt.
//
//===----------------------------------------------------------------------===//
///
/// \file core/Invoker.cpp
///
/// \author David Juhasz (david.juhasz@tuwien.ac.at)
///
/// \date 2017
///
/// \brief Implementation of rosa/core/Invoker.hpp.
///
//===----------------------------------------------------------------------===//
#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
Sun, Mar 1, 10:24 PM (22 h, 14 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
276895
Default Alt Text
Invoker.cpp (897 B)
Attached To
Mode
R20 SoC_Rosa_repo
Attached
Detach File
Event Timeline
Log In to Comment