#include <Storage.hpp>
◆ Storage()
◆ ~Storage()
virtual simgrid::s4u::Storage::~Storage |
( |
| ) |
|
|
virtualdefault |
◆ byName()
Storage * simgrid::s4u::Storage::byName |
( |
const char * |
name | ) |
|
|
static |
Retrieve a Storage by its name.
It must exist in the platform file
◆ name()
const char * simgrid::s4u::Storage::name |
( |
| ) |
|
◆ type()
const char * simgrid::s4u::Storage::type |
( |
| ) |
|
◆ host()
Host * simgrid::s4u::Storage::host |
( |
| ) |
|
◆ sizeFree()
sg_size_t simgrid::s4u::Storage::sizeFree |
( |
| ) |
|
◆ sizeUsed()
sg_size_t simgrid::s4u::Storage::sizeUsed |
( |
| ) |
|
◆ size()
Retrieve the total amount of space of this storage element.
◆ properties()
◆ property()
const char * simgrid::s4u::Storage::property |
( |
const char * |
key | ) |
|
◆ setProperty()
void simgrid::s4u::Storage::setProperty |
( |
const char * |
key, |
|
|
char * |
value |
|
) |
| |
◆ content()
◆ setUserdata()
void simgrid::s4u::Storage::setUserdata |
( |
void * |
data | ) |
|
|
inline |
◆ userdata()
void* simgrid::s4u::Storage::userdata |
( |
| ) |
|
|
inline |
◆ 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 |
◆ pimpl_
The documentation for this class was generated from the following files: