#include <storage.h>
Definition at line 14 of file storage.h.
◆ ErrorStatus
Enumerator |
---|
None | |
NameTaken | |
NonCompliantName | |
NotEnoughSpaceAvailable | |
RecordDoesNotExist | |
Definition at line 23 of file storage.h.
◆ Record()
Ion::Storage::Record::Record |
( |
const char * |
name = nullptr | ) |
|
◆ destroy()
void Ion::Storage::Record::destroy |
( |
| ) |
|
|
inline |
◆ isNull()
bool Ion::Storage::Record::isNull |
( |
| ) |
const |
|
inline |
◆ name()
const char* Ion::Storage::Record::name |
( |
| ) |
const |
|
inline |
◆ operator==()
bool Ion::Storage::Record::operator== |
( |
const Record & |
other | ) |
const |
|
inline |
◆ setName()
ErrorStatus Ion::Storage::Record::setName |
( |
const char * |
name | ) |
|
|
inline |
◆ setValue()
◆ value()
Data Ion::Storage::Record::value |
( |
| ) |
const |
|
inline |
◆ Storage
The documentation for this class was generated from the following files:
- C:/msys64/home/David Markarian/dox/epsilon/ion/include/ion/storage.h
- C:/msys64/home/David Markarian/dox/epsilon/ion/src/shared/storage.cpp