Type to maintain line parsed and its values. More...
Collaboration diagram for ns3::ParseResult:Public Attributes | |
| std::vector< double > | dvals |
| double values for each tokens | |
| std::vector< bool > | has_dval |
| points if a tokens has a double value | |
| std::vector< bool > | has_ival |
| points if a tokens has an int value | |
| std::vector< int > | ivals |
| int values for each tokens | |
| std::vector< std::string > | svals |
| string value for each token | |
| std::vector< std::string > | tokens |
| tokens from a line | |
Type to maintain line parsed and its values.
Definition at line 58 of file ns2-mobility-helper.cc.
| std::vector<double> ns3::ParseResult::dvals |
double values for each tokens
Definition at line 63 of file ns2-mobility-helper.cc.
| std::vector<bool> ns3::ParseResult::has_dval |
points if a tokens has a double value
Definition at line 64 of file ns2-mobility-helper.cc.
| std::vector<bool> ns3::ParseResult::has_ival |
points if a tokens has an int value
Definition at line 62 of file ns2-mobility-helper.cc.
| std::vector<int> ns3::ParseResult::ivals |
int values for each tokens
Definition at line 61 of file ns2-mobility-helper.cc.
| std::vector<std::string> ns3::ParseResult::svals |
string value for each token
Definition at line 65 of file ns2-mobility-helper.cc.
| std::vector<std::string> ns3::ParseResult::tokens |
tokens from a line
Definition at line 60 of file ns2-mobility-helper.cc.