#include <rtree.h>
Definition at line 472 of file rtree.h.
◆ RTFileStream()
| RTFileStream::RTFileStream |
( |
| ) |
|
|
inline |
◆ ~RTFileStream()
| RTFileStream::~RTFileStream |
( |
| ) |
|
|
inline |
◆ Close()
| void RTFileStream::Close |
( |
| ) |
|
|
inline |
◆ OpenRead()
| bool RTFileStream::OpenRead |
( |
const char * |
a_fileName | ) |
|
|
inline |
◆ OpenWrite()
| bool RTFileStream::OpenWrite |
( |
const char * |
a_fileName | ) |
|
|
inline |
◆ Read()
template<typename TYPE >
| size_t RTFileStream::Read |
( |
TYPE & |
a_value | ) |
|
|
inline |
◆ ReadArray()
template<typename TYPE >
| size_t RTFileStream::ReadArray |
( |
TYPE * |
a_array, |
|
|
int |
a_count |
|
) |
| |
|
inline |
◆ Write()
template<typename TYPE >
| size_t RTFileStream::Write |
( |
const TYPE & |
a_value | ) |
|
|
inline |
◆ WriteArray()
template<typename TYPE >
| size_t RTFileStream::WriteArray |
( |
const TYPE * |
a_array, |
|
|
int |
a_count |
|
) |
| |
|
inline |
◆ m_file
| FILE* RTFileStream::m_file |
|
private |
The documentation for this class was generated from the following file: