#include <AsciiData.h>
◆ VERSIONNUM() [1/2]
VERSIONNUM::VERSIONNUM |
( |
| ) |
|
|
inline |
◆ VERSIONNUM() [2/2]
VERSIONNUM::VERSIONNUM |
( |
| ) |
|
|
inline |
◆ operator<< [1/2]
std::ostream & operator<< |
( |
std::ostream & |
os, |
|
|
const VERSIONNUM & |
x |
|
) |
| |
|
friend |
Definition at line 16 of file AsciiData.cxx.
17{
18 os << std::endl << "{ VERSION" << std::endl;
22 }
23 os << std::endl << "} VERSION" << std::endl;
24 return os;
25}
◆ operator<< [2/2]
std::ostream & operator<< |
( |
std::ostream & |
os, |
|
|
const VERSIONNUM & |
x |
|
) |
| |
|
friend |
Definition at line 16 of file AsciiData.cxx.
17{
18 os << std::endl << "{ VERSION" << std::endl;
22 }
23 os << std::endl << "} VERSION" << std::endl;
24 return os;
25}
◆ operator>> [1/2]
std::istream & operator>> |
( |
std::istream & |
is, |
|
|
VERSIONNUM & |
x |
|
) |
| |
|
friend |
Definition at line 6 of file AsciiData.cxx.
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}
◆ operator>> [2/2]
std::istream & operator>> |
( |
std::istream & |
is, |
|
|
VERSIONNUM & |
x |
|
) |
| |
|
friend |
Definition at line 6 of file AsciiData.cxx.
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 files: