Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::BOOST_RT_PARAM_NAMESPACE::cla::basic_naming_policy Class Referenceabstract

#include <id_policy.hpp>

Inheritance diagram for boost::BOOST_RT_PARAM_NAMESPACE::cla::basic_naming_policy:
Collaboration diagram for boost::BOOST_RT_PARAM_NAMESPACE::cla::basic_naming_policy:

Public Member Functions

virtual bool responds_to (cstring name) const
 
virtual cstring id_2_report () const
 
virtual void usage_info (format_stream &fs) const
 
virtual bool matching (parameter const &p, argv_traverser &tr, bool primary) const
 
template<typename Modifier >
void accept_modifier (Modifier const &m)
 
virtual bool conflict_with (identification_policy const &) const =0
 

Public Attributes

unit_test::readwrite_property
< dstring > 
p_prefix
 
unit_test::readwrite_property
< dstring > 
p_name
 
unit_test::readwrite_property
< dstring > 
p_separator
 
unit_test::readwrite_property
< rtti::id_t
p_type_id
 

Protected Member Functions

 basic_naming_policy (rtti::id_t dyn_type)
 
BOOST_RT_PARAM_UNNEEDED_VIRTUAL ~basic_naming_policy ()
 
virtual bool match_prefix (argv_traverser &tr) const
 
virtual bool match_name (argv_traverser &tr) const
 
virtual bool match_separator (argv_traverser &tr, bool optional_value) const
 

Constructor & Destructor Documentation

boost::BOOST_RT_PARAM_NAMESPACE::cla::basic_naming_policy::basic_naming_policy ( rtti::id_t  dyn_type)
inlineexplicitprotected
BOOST_RT_PARAM_UNNEEDED_VIRTUAL boost::BOOST_RT_PARAM_NAMESPACE::cla::basic_naming_policy::~basic_naming_policy ( )
inlineprotected

Member Function Documentation

virtual cstring boost::BOOST_RT_PARAM_NAMESPACE::cla::basic_naming_policy::id_2_report ( ) const
inlinevirtual
BOOST_RT_PARAM_INLINE bool boost::BOOST_RT_PARAM_NAMESPACE::cla::basic_naming_policy::matching ( parameter const &  p,
argv_traverser tr,
bool  primary 
) const
virtual
virtual bool boost::BOOST_RT_PARAM_NAMESPACE::cla::basic_naming_policy::responds_to ( cstring  name) const
inlinevirtual
BOOST_RT_PARAM_INLINE void boost::BOOST_RT_PARAM_NAMESPACE::cla::basic_naming_policy::usage_info ( format_stream &  fs) const
virtual

Member Data Documentation

unit_test::readwrite_property<dstring> boost::BOOST_RT_PARAM_NAMESPACE::cla::basic_naming_policy::p_separator

Referenced by match_separator(), and usage_info().


The documentation for this class was generated from the following files: