#include <AsciiData.h>
Definition at line 12 of file AsciiData.h.
◆ VERSIONNUM()
| VERSIONNUM::VERSIONNUM |
( |
| ) |
|
|
inline |
◆ operator<<
| std::ostream & operator<< |
( |
std::ostream & | os, |
|
|
const VERSIONNUM & | x ) |
|
friend |
Definition at line 15 of file AsciiData.cxx.
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>>
| std::istream & operator>> |
( |
std::istream & | is, |
|
|
VERSIONNUM & | x ) |
|
friend |
Definition at line 6 of file AsciiData.cxx.
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 file: