file_slurp< T > Struct Template Reference
Detailed Descriptiontemplate<typename T>
|
typedef const T* const_iterator |
Definition at line 42 of file file_slurp.hpp.
typedef T* iterator |
Definition at line 41 of file file_slurp.hpp.
typedef std::size_t size_type |
Definition at line 39 of file file_slurp.hpp.
typedef T* store_type |
Definition at line 38 of file file_slurp.hpp.
typedef T value_type |
Definition at line 40 of file file_slurp.hpp.
Constructor & Destructor Documentation
file_slurp | ( | const boost::filesystem::path & | path ) | [explicit] |
Definition at line 44 of file file_slurp.hpp.
~file_slurp | ( | ) |
Definition at line 48 of file file_slurp.hpp.
Member Function Documentation
iterator begin | ( | ) |
Definition at line 51 of file file_slurp.hpp.
const_iterator begin | ( | ) | const |
Definition at line 54 of file file_slurp.hpp.
T* c_str | ( | ) |
Definition at line 60 of file file_slurp.hpp.
bool empty | ( | ) | const |
Definition at line 57 of file file_slurp.hpp.
const_iterator end | ( | ) | const |
Definition at line 55 of file file_slurp.hpp.
iterator end | ( | ) |
Definition at line 52 of file file_slurp.hpp.
T* release | ( | ) |
Definition at line 62 of file file_slurp.hpp.
void reslurp | ( | ) |
Definition at line 82 of file file_slurp.hpp.
size_type size | ( | ) | const |
Definition at line 58 of file file_slurp.hpp.