#include <VisMF.H>
Public Member Functions | |
| FabOnDisk () | |
| The default constructor -- null out all fields. | |
| FabOnDisk (const std::string &name, long offset) | |
| Constructor that sets the two values. | |
Public Attributes | |
| std::string | m_name |
| long | m_head |
Static Public Attributes | |
| static const std::string | Prefix |
| VisMF::FabOnDisk::FabOnDisk | ( | ) |
The default constructor -- null out all fields.
| VisMF::FabOnDisk::FabOnDisk | ( | const std::string & | name, | |
| long | offset | |||
| ) |
Constructor that sets the two values.
| std::string VisMF::FabOnDisk::m_name |
Referenced by operator<<(), and operator>>().
Referenced by operator<<(), and operator>>().
const std::string VisMF::FabOnDisk::Prefix [static] |
Referenced by operator<<(), and operator>>().
1.5.5