Page MenuHomePhorge

System.cpp
No OneTemporary

Size
564 B
Referenced Files
None
Subscribers
None

System.cpp

/*******************************************************************************
*
* File: System.cpp
*
* Contents: Implementation of System interface.
*
* Copyright 2017
*
* Author: David Juhasz (david.juhasz@tuwien.ac.at)
*
******************************************************************************/
#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
Sat, May 30, 11:44 PM (19 h, 54 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
307267
Default Alt Text
System.cpp (564 B)

Event Timeline