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