#include <Storage.hpp>
◆ Storage()
◆ ~Storage()
| virtual simgrid::s4u::Storage::~Storage |
( |
| ) |
|
|
virtualdefault |
◆ byName()
Retrieve a Storage by its name.
It must exist in the platform file
◆ getName()
| const char * simgrid::s4u::Storage::getName |
( |
| ) |
|
◆ getType()
| const char * simgrid::s4u::Storage::getType |
( |
| ) |
|
◆ getHost()
| Host * simgrid::s4u::Storage::getHost |
( |
| ) |
|
◆ getSize()
◆ getSizeFree()
| sg_size_t simgrid::s4u::Storage::getSizeFree |
( |
| ) |
|
Retrieve the total amount of space of this storage element.
◆ getSizeUsed()
| sg_size_t simgrid::s4u::Storage::getSizeUsed |
( |
| ) |
|
◆ getProperties()
◆ getProperty()
| const char * simgrid::s4u::Storage::getProperty |
( |
const char * |
key | ) |
|
◆ setProperty()
| void simgrid::s4u::Storage::setProperty |
( |
const char * |
key, |
|
|
const char * |
value |
|
) |
| |
◆ getContent()
◆ setUserdata()
| void simgrid::s4u::Storage::setUserdata |
( |
void * |
data | ) |
|
|
inline |
◆ getUserdata()
| void* simgrid::s4u::Storage::getUserdata |
( |
| ) |
|
|
inline |
◆ getImpl()
◆ onCreation
Callback signal fired when a new Link is created.
◆ onDestruction
Callback signal fired when a Link is destroyed.
◆ attached_to_
| Host* simgrid::s4u::Storage::attached_to_ = nullptr |
The documentation for this class was generated from the following files: