|
NDDEM
|
Represents data loaded from a file. More...
#include <rapidxml_utils.hpp>
Public Member Functions | |
| file (const char *filename) | |
| file (std::basic_istream< Ch > &stream) | |
| Ch * | data () |
| const Ch * | data () const |
| std::size_t | size () const |
Private Attributes | |
| std::vector< Ch > | m_data |
Represents data loaded from a file.
|
inline |
Loads file into the memory. Data will be automatically destroyed by the destructor.
| filename | Filename to load. |
|
inline |
Loads file into the memory. Data will be automatically destroyed by the destructor
| stream | Stream to load from |
|
inline |
Gets file data.
|
inline |
Gets file data.
|
inline |
Gets file data size.
|
private |