A Discrete-Event Network Simulator
API
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
ns3::ParseResult Struct Reference
+ Collaboration diagram for ns3::ParseResult:

Public Attributes

std::vector< double > dvals
 
std::vector< bool > has_dval
 
std::vector< bool > has_ival
 
std::vector< int > ivals
 
std::vector< std::string > svals
 
std::vector< std::string > tokens
 

Detailed Description

Definition at line 68 of file ns2-mobility-helper.cc.

Member Data Documentation

std::vector<double> ns3::ParseResult::dvals
std::vector<bool> ns3::ParseResult::has_dval
std::vector<bool> ns3::ParseResult::has_ival

Definition at line 72 of file ns2-mobility-helper.cc.

Referenced by ns3::ParseNs2Line().

std::vector<int> ns3::ParseResult::ivals

Definition at line 71 of file ns2-mobility-helper.cc.

Referenced by ns3::GetNodeIdInt(), and ns3::ParseNs2Line().

std::vector<std::string> ns3::ParseResult::svals

Definition at line 75 of file ns2-mobility-helper.cc.

Referenced by ns3::GetNodeIdString(), and ns3::ParseNs2Line().


The documentation for this struct was generated from the following file: