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