Represents data loaded from a file.
More...
#include <rapidxml_utils.hpp>
|
| | file (const char *filename) |
| |
| | file (std::basic_istream< Ch > &stream) |
| |
| Ch * | data () |
| |
| const Ch * | data () const |
| |
| std::size_t | size () const |
| |
template<class Ch = char>
class rapidxml::file< Ch >
Represents data loaded from a file.
template<class Ch = char>
Loads file into the memory. Data will be automatically destroyed by the destructor.
- Parameters
-
| filename | Filename to load. |
template<class Ch = char>
Loads file into the memory. Data will be automatically destroyed by the destructor
- Parameters
-
| stream | Stream to load from |
template<class Ch = char>
Gets file data.
- Returns
- Pointer to data of file.
template<class Ch = char>
Gets file data.
- Returns
- Pointer to data of file.
template<class Ch = char>
Gets file data size.
- Returns
- Size of file data, in characters.
The documentation for this class was generated from the following file:
- /home/dongmin/dev/TriMeshToIndoor/TriangleMeshToClearSolid/lib/rapidxml/rapidxml_utils.hpp