Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F1497277
System.cpp
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Size
711 B
Referenced Files
None
Subscribers
None
System.cpp
View Options
//===-- core/System.cpp -----------------------------------------*- C++ -*-===//
//
// The RoSA Framework
//
//===----------------------------------------------------------------------===//
///
/// \file core/System.cpp
///
/// \author David Juhasz (david.juhasz@tuwien.ac.at)
///
/// \date 2017
///
/// \brief Implementation of rosa/core/System.hpp.
///
//===----------------------------------------------------------------------===//
#include
"rosa/core/System.hpp"
#include
"SystemImpl.hpp"
namespace
rosa
{
std
::
unique_ptr
<
System
>
System
::
createSystem
(
const
std
::
string
&
Name
)
noexcept
{
return
std
::
unique_ptr
<
System
>
(
new
SystemImpl
(
Name
));
}
}
// End namespace rosa
File Metadata
Details
Attached
Mime Type
text/x-c++
Expires
Sun, Mar 1, 9:31 PM (1 d, 1 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
277000
Default Alt Text
System.cpp (711 B)
Attached To
Mode
R20 SoC_Rosa_repo
Attached
Detach File
Event Timeline
Log In to Comment