#include "file/name_parser.h"
Definition at line 34 of file name_parser.h.
◆ Item()
MR::File::NameParser::Item::Item |
( |
| ) |
|
|
inline |
◆ calc_padding()
void MR::File::NameParser::Item::calc_padding |
( |
size_t |
maxval = 0 | ) |
|
◆ clear()
void MR::File::NameParser::Item::clear |
( |
| ) |
|
|
inline |
◆ is_sequence()
bool MR::File::NameParser::Item::is_sequence |
( |
| ) |
const |
|
inline |
◆ is_string()
bool MR::File::NameParser::Item::is_string |
( |
| ) |
const |
|
inline |
◆ sequence() [1/2]
vector< uint32_t > & MR::File::NameParser::Item::sequence |
( |
| ) |
|
|
inline |
◆ sequence() [2/2]
const vector< uint32_t > & MR::File::NameParser::Item::sequence |
( |
| ) |
const |
|
inline |
◆ set_seq()
void MR::File::NameParser::Item::set_seq |
( |
const std::string & |
s | ) |
|
|
inline |
◆ set_str()
void MR::File::NameParser::Item::set_str |
( |
const std::string & |
s | ) |
|
|
inline |
◆ size()
size_t MR::File::NameParser::Item::size |
( |
| ) |
const |
|
inline |
◆ string()
std::string MR::File::NameParser::Item::string |
( |
| ) |
const |
|
inline |
◆ operator<<
std::ostream & operator<< |
( |
std::ostream & |
stream, |
|
|
const Item & |
item |
|
) |
| |
|
friend |
◆ seq
vector<uint32_t> MR::File::NameParser::Item::seq |
|
protected |
◆ seq_length
size_t MR::File::NameParser::Item::seq_length |
|
protected |
◆ str
std::string MR::File::NameParser::Item::str |
|
protected |
The documentation for this class was generated from the following file: