#include <AsciiData.hh>
◆ DECAYMODE() [1/4]
◆ DECAYMODE() [2/4]
◆ DECAYMODE() [3/4]
◆ DECAYMODE() [4/4]
◆ operator<< [1/4]
| std::ostream & operator<< |
( |
std::ostream & | os, |
|
|
const DECAYMODE & | x ) |
|
friend |
Definition at line 55 of file AsciiData.cc.
55 {
56 os << std::endl << "{ DECAYMODE" << std::endl;
57 if (
x.initialized() )
58 {
60 for (
int index = 0; index <
x.size; index++ ) { os <<
" " <<
x.data[index]; }
61 }
62 os << std::endl << "} DECAYMODE" << std::endl;
63 return os;
64}
◆ operator<< [2/4]
| std::ostream & operator<< |
( |
std::ostream & | os, |
|
|
const DECAYMODE & | x ) |
|
friend |
Definition at line 55 of file AsciiData.cc.
55 {
56 os << std::endl << "{ DECAYMODE" << std::endl;
57 if (
x.initialized() )
58 {
60 for (
int index = 0; index <
x.size; index++ ) { os <<
" " <<
x.data[index]; }
61 }
62 os << std::endl << "} DECAYMODE" << std::endl;
63 return os;
64}
◆ operator<< [3/4]
| std::ostream & operator<< |
( |
std::ostream & | os, |
|
|
const DECAYMODE & | x ) |
|
friend |
Definition at line 55 of file AsciiData.cc.
55 {
56 os << std::endl << "{ DECAYMODE" << std::endl;
57 if (
x.initialized() )
58 {
60 for (
int index = 0; index <
x.size; index++ ) { os <<
" " <<
x.data[index]; }
61 }
62 os << std::endl << "} DECAYMODE" << std::endl;
63 return os;
64}
◆ operator<< [4/4]
| std::ostream & operator<< |
( |
std::ostream & | os, |
|
|
const DECAYMODE & | x ) |
|
friend |
Definition at line 55 of file AsciiData.cc.
55 {
56 os << std::endl << "{ DECAYMODE" << std::endl;
57 if (
x.initialized() )
58 {
60 for (
int index = 0; index <
x.size; index++ ) { os <<
" " <<
x.data[index]; }
61 }
62 os << std::endl << "} DECAYMODE" << std::endl;
63 return os;
64}
◆ operator>> [1/4]
| std::istream & operator>> |
( |
std::istream & | is, |
|
|
DECAYMODE & | x ) |
|
friend |
Definition at line 46 of file AsciiData.cc.
46 {
47 x.check_start_tag( is,
"DECAYMODE" );
48 if ( !
x.initialized() )
return is;
50 for (
int index = 0; index <
x.size; index++ ) { is >>
x.data[index]; }
51 x.check_end_tag( is,
"DECAYMODE" );
52 return is;
53}
◆ operator>> [2/4]
| std::istream & operator>> |
( |
std::istream & | is, |
|
|
DECAYMODE & | x ) |
|
friend |
Definition at line 46 of file AsciiData.cc.
46 {
47 x.check_start_tag( is,
"DECAYMODE" );
48 if ( !
x.initialized() )
return is;
50 for (
int index = 0; index <
x.size; index++ ) { is >>
x.data[index]; }
51 x.check_end_tag( is,
"DECAYMODE" );
52 return is;
53}
◆ operator>> [3/4]
| std::istream & operator>> |
( |
std::istream & | is, |
|
|
DECAYMODE & | x ) |
|
friend |
Definition at line 46 of file AsciiData.cc.
46 {
47 x.check_start_tag( is,
"DECAYMODE" );
48 if ( !
x.initialized() )
return is;
50 for (
int index = 0; index <
x.size; index++ ) { is >>
x.data[index]; }
51 x.check_end_tag( is,
"DECAYMODE" );
52 return is;
53}
◆ operator>> [4/4]
| std::istream & operator>> |
( |
std::istream & | is, |
|
|
DECAYMODE & | x ) |
|
friend |
Definition at line 46 of file AsciiData.cc.
46 {
47 x.check_start_tag( is,
"DECAYMODE" );
48 if ( !
x.initialized() )
return is;
50 for (
int index = 0; index <
x.size; index++ ) { is >>
x.data[index]; }
51 x.check_end_tag( is,
"DECAYMODE" );
52 return is;
53}
◆ data
◆ size
The documentation for this class was generated from the following files: