|
OpenStructure
|
#include <binary_container.hh>
Public Member Functions | |
| LinearCharacterContainer () | |
| void | Save (const std::string &filename) const |
| void | AddCharacters (const std::string &characters) |
| void | ClearRange (std::pair< uint64_t, uint64_t > range) |
| char | GetCharacter (uint64_t idx) const |
| void | GetCharacters (std::pair< uint64_t, uint64_t > range, String &s) const |
| uint64_t | GetNumElements () const |
| bool | operator== (const LinearCharacterContainer &other) const |
| bool | operator!= (const LinearCharacterContainer &other) const |
Static Public Member Functions | |
| static LinearCharacterContainerPtr | Load (const std::string &filename) |
Definition at line 41 of file binary_container.hh.
|
inline |
Definition at line 45 of file binary_container.hh.
| void AddCharacters | ( | const std::string & | characters | ) |
| char GetCharacter | ( | uint64_t | idx | ) | const |
|
inline |
Definition at line 59 of file binary_container.hh.
|
static |
|
inline |
Definition at line 66 of file binary_container.hh.
|
inline |
Definition at line 61 of file binary_container.hh.
| void Save | ( | const std::string & | filename | ) | const |