#include <dmplib.hh>
◆ Tagged() [1/4]
◆ Tagged() [2/4]
◆ Tagged() [3/4]
◆ Tagged() [4/4]
◆ check_end_tag() [1/4]
void Tagged::check_end_tag |
( |
std::istream & |
is, |
|
|
const char * |
tag |
|
) |
| |
|
inlineprotected |
◆ check_end_tag() [2/4]
void Tagged::check_end_tag |
( |
std::istream & |
is, |
|
|
const char * |
tag |
|
) |
| |
|
protected |
◆ check_end_tag() [3/4]
void Tagged::check_end_tag |
( |
std::istream & |
is, |
|
|
const char * |
tag |
|
) |
| |
|
protected |
◆ check_end_tag() [4/4]
void Tagged::check_end_tag |
( |
std::istream & |
is, |
|
|
const char * |
tag |
|
) |
| |
|
protected |
◆ check_start_tag() [1/4]
void Tagged::check_start_tag |
( |
std::istream & |
is, |
|
|
const char * |
tag |
|
) |
| |
|
inlineprotected |
Definition at line 81 of file Event/AsciiDmp/AsciiDmp-01-03-01/AsciiDmp/dmplib.hh.
82{
83
84 char c;
85 if(!(is >> c) || (c != '{')) {
87 }
88
89
90 std::string in_tag;
91 is >> in_tag;
92 if(in_tag != tag)
94
95
96 is >> c;
97 if(c == '}') {
98 is >> in_tag;
99 if(in_tag != tag)
101 } else {
102 is.putback(c);
104 }
105}
◆ check_start_tag() [2/4]
void Tagged::check_start_tag |
( |
std::istream & |
is, |
|
|
const char * |
tag |
|
) |
| |
|
protected |
◆ check_start_tag() [3/4]
void Tagged::check_start_tag |
( |
std::istream & |
is, |
|
|
const char * |
tag |
|
) |
| |
|
protected |
◆ check_start_tag() [4/4]
void Tagged::check_start_tag |
( |
std::istream & |
is, |
|
|
const char * |
tag |
|
) |
| |
|
protected |
◆ initialized() [1/4]
bool Tagged::initialized |
( |
| ) |
const |
|
inline |
◆ initialized() [2/4]
bool Tagged::initialized |
( |
| ) |
const |
◆ initialized() [3/4]
bool Tagged::initialized |
( |
| ) |
const |
◆ initialized() [4/4]
bool Tagged::initialized |
( |
| ) |
const |
◆ set_initialized() [1/4]
void Tagged::set_initialized |
( |
| ) |
|
|
inline |
◆ set_initialized() [2/4]
void Tagged::set_initialized |
( |
| ) |
|
◆ set_initialized() [3/4]
void Tagged::set_initialized |
( |
| ) |
|
◆ set_initialized() [4/4]
void Tagged::set_initialized |
( |
| ) |
|
◆ unset_initalized() [1/4]
void Tagged::unset_initalized |
( |
| ) |
|
|
inline |
◆ unset_initalized() [2/4]
void Tagged::unset_initalized |
( |
| ) |
|
◆ unset_initalized() [3/4]
void Tagged::unset_initalized |
( |
| ) |
|
◆ unset_initalized() [4/4]
void Tagged::unset_initalized |
( |
| ) |
|
The documentation for this class was generated from the following files: