Eclipse SUMO - Simulation of Urban MObility
Loading...
Searching...
No Matches
GNEAttributeCarrier.cpp File Reference
Include dependency graph for GNEAttributeCarrier.cpp:

Go to the source code of this file.

Functions

template<>
bool GNEAttributeCarrier::canParse< std::vector< bool > > (const std::string &string)
 
template<>
bool GNEAttributeCarrier::canParse< std::vector< double > > (const std::string &string)
 
template<>
bool GNEAttributeCarrier::canParse< std::vector< GNEEdge * > > (const GNENet *net, const std::string &value, const bool checkConsecutivity)
 
template<>
bool GNEAttributeCarrier::canParse< std::vector< GNELane * > > (const GNENet *net, const std::string &value, const bool checkConsecutivity)
 
template<>
bool GNEAttributeCarrier::canParse< std::vector< int > > (const std::string &string)
 
template<>
bool GNEAttributeCarrier::canParse< std::vector< SumoXMLAttr > > (const std::string &string)
 

Detailed Description

Author
Jakob Erdmann
Date
Feb 2011

Definition in file GNEAttributeCarrier.cpp.

Function Documentation

◆ GNEAttributeCarrier::canParse< std::vector< bool > >()

template<>
bool GNEAttributeCarrier::canParse< std::vector< bool > > ( const std::string &  string)

Definition at line 406 of file GNEAttributeCarrier.cpp.

References StringTokenizer::getVector().

◆ GNEAttributeCarrier::canParse< std::vector< double > >()

template<>
bool GNEAttributeCarrier::canParse< std::vector< double > > ( const std::string &  string)

Definition at line 391 of file GNEAttributeCarrier.cpp.

References StringTokenizer::getVector().

◆ GNEAttributeCarrier::canParse< std::vector< GNEEdge * > >()

template<>
bool GNEAttributeCarrier::canParse< std::vector< GNEEdge * > > ( const GNENet net,
const std::string &  value,
const bool  checkConsecutivity 
)

Definition at line 604 of file GNEAttributeCarrier.cpp.

◆ GNEAttributeCarrier::canParse< std::vector< GNELane * > >()

template<>
bool GNEAttributeCarrier::canParse< std::vector< GNELane * > > ( const GNENet net,
const std::string &  value,
const bool  checkConsecutivity 
)

Definition at line 625 of file GNEAttributeCarrier.cpp.

◆ GNEAttributeCarrier::canParse< std::vector< int > >()

template<>
bool GNEAttributeCarrier::canParse< std::vector< int > > ( const std::string &  string)

Definition at line 376 of file GNEAttributeCarrier.cpp.

References StringTokenizer::getVector().

◆ GNEAttributeCarrier::canParse< std::vector< SumoXMLAttr > >()

template<>
bool GNEAttributeCarrier::canParse< std::vector< SumoXMLAttr > > ( const std::string &  string)

Definition at line 421 of file GNEAttributeCarrier.cpp.

References StringTokenizer::getVector().