Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F120284225
memory.cc
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Thu, Jul 3, 06:26
Size
715 B
Mime Type
text/x-c
Expires
Sat, Jul 5, 06:26 (17 h, 39 m)
Engine
blob
Format
Raw Data
Handle
27166651
Attached To
rAKA akantu
memory.cc
View Options
/**
* @file memory.cpp
* @author Nicolas Richart <nicolas.richart@epfl.ch>
* @date Tue Jun 15 11:15:53 2010
*
* @brief static memory wrapper
*
* @section LICENSE
*
* <insert lisence here>
*
*/
/* -------------------------------------------------------------------------- */
#include "memory.hh"
/* -------------------------------------------------------------------------- */
__BEGIN_AKANTU__
/* -------------------------------------------------------------------------- */
Memory::Memory(MemoryID memory_id) {
static_memory = StaticMemory::getStaticMemory();
this->memory_id = memory_id;
}
/* -------------------------------------------------------------------------- */
__END_AKANTU__
Event Timeline
Log In to Comment