#include <AsciiData.hh>
Definition at line 12 of file AsciiData.hh.
◆ FRMTVERSION()
FRMTVERSION::FRMTVERSION |
( |
| ) |
|
|
inline |
◆ operator<<
std::ostream & operator<< |
( |
std::ostream & |
os, |
|
|
const FRMTVERSION & |
x |
|
) |
| |
|
friend |
Definition at line 16 of file AsciiData.cc.
17{
18 os << std::endl << "{ VERSION" << std::endl;
22 }
23 os << std::endl << "} VERSION" << std::endl;
24 return os;
25}
◆ operator>>
std::istream & operator>> |
( |
std::istream & |
is, |
|
|
FRMTVERSION & |
x |
|
) |
| |
|
friend |
Definition at line 6 of file AsciiData.cc.
7{
8 x.check_start_tag(is,
"VERSION");
9 if(!
x.initialized())
return is;
12 x.check_end_tag(is,
"VERSION");
13 return is;
14}
◆ major
◆ minor
The documentation for this class was generated from the following file: