Public Member Functions | |
const std::string & | description () const |
bool | operator< (const OptionNode &iRHS) const |
OptionNode (const Reflex::Member &) | |
OptionNode (const std::string &iDescription, unsigned long iSubstitutionEnd, const Reflex::Type &iType) | |
const std::vector < boost::shared_ptr < OptionNode > > & | options () const |
unsigned long | substitutionEnd () const |
Static Public Member Functions | |
static void | fillOptionForType (const Reflex::Type &, std::vector< boost::shared_ptr< OptionNode > > &) |
Static Private Member Functions | |
static bool | typeHasOptions (const Reflex::Type &iType) |
Private Attributes | |
std::string | m_description |
std::string::size_type | m_endOfName |
bool | m_hasSubOptions |
std::vector< boost::shared_ptr < OptionNode > > | m_subOptions |
Reflex::Type | m_type |
Definition at line 51 of file FWExpressionValidator.cc.
fireworks::OptionNode::OptionNode | ( | const Reflex::Member & | iMember | ) |
Definition at line 118 of file FWExpressionValidator.cc.
Referenced by fillOptionForType().
fireworks::OptionNode::OptionNode | ( | const std::string & | iDescription, |
unsigned long | iSubstitutionEnd, | ||
const Reflex::Type & | iType | ||
) |
Definition at line 94 of file FWExpressionValidator.cc.
|
inline |
Definition at line 58 of file FWExpressionValidator.cc.
References m_description.
|
static |
Definition at line 127 of file FWExpressionValidator.cc.
References b, m, and OptionNode().
Referenced by options().
|
inline |
Definition at line 79 of file FWExpressionValidator.cc.
References m_description, and m_endOfName.
|
inline |
Definition at line 64 of file FWExpressionValidator.cc.
References fillOptionForType(), m_hasSubOptions, m_subOptions, m_type, and python.multivaluedict::sort().
Referenced by betterConfigParser.BetterConfigParser::__updateDict(), betterConfigParser.BetterConfigParser::checkInput(), DOTExport.DotExport::export(), and DOTExport.DotExport::write_output().
|
inline |
Definition at line 61 of file FWExpressionValidator.cc.
References m_endOfName.
|
staticprivate |
Definition at line 151 of file FWExpressionValidator.cc.
|
mutableprivate |
Definition at line 87 of file FWExpressionValidator.cc.
Referenced by description(), and operator<().
|
mutableprivate |
Definition at line 88 of file FWExpressionValidator.cc.
Referenced by operator<(), and substitutionEnd().
|
mutableprivate |
Definition at line 90 of file FWExpressionValidator.cc.
Referenced by options().
|
mutableprivate |
Definition at line 89 of file FWExpressionValidator.cc.
Referenced by options().
|
private |
Definition at line 86 of file FWExpressionValidator.cc.
Referenced by options().