Page MenuHomePhorge

System.cpp
No OneTemporary

Size
563 B
Referenced Files
None
Subscribers
None

System.cpp

/***************************************************************************//**
*
* \file core/System.cpp
*
* \author David Juhasz (david.juhasz@tuwien.ac.at)
*
* \date 2017
*
* \brief Implementation for 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

Mime Type
text/x-c++
Expires
Sun, Apr 12, 11:33 AM (6 h, 31 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
302956
Default Alt Text
System.cpp (563 B)

Event Timeline