- Member icl_core::config::Get (const icl_core::String &key, typename icl_core::ConvertToRef< T >::ToRef value) ICL_CORE_GCC_DEPRECATE_STYLE
Obsolete coding style.
Obsolete coding style.
Obsolete coding style.
- Member icl_core::config::Get (const ConfigValues config_values, icl_core::logging::LogStream &log_stream, bool cleanup=true) ICL_CORE_GCC_DEPRECATE_STYLE
- Obsolete coding style.
- Member icl_core::config::Get (const char *key, typename icl_core::ConvertToRef< T >::ToRef value) ICL_CORE_GCC_DEPRECATE_STYLE
- Obsolete coding style.
- Member icl_core::config::Get< bool > (const icl_core::String &key, bool &value) ICL_CORE_GCC_DEPRECATE_STYLE
- Obsolete coding style.
- Member icl_core::config::Get< icl_core::String > (const icl_core::String &key, icl_core::String &value) ICL_CORE_GCC_DEPRECATE_STYLE
- Obsolete coding style.
- Member icl_core::config::Getopt::initialize (int &argc, char *argv[], bool remove_read_arguments)
- Please use Initialize(argc, argv, eCLC_None) or Initialize(argc, argv, eCLC_Cleanup) instead which provides the same functionality.
- Member TiXmlHandle::Element () const
- use ToElement. Return the handle as a TiXmlElement. This may return null.
- Member TiXmlHandle::Node () const
- use ToNode. Return the handle as a TiXmlNode. This may return null.
- Member TiXmlHandle::Text () const
- use ToText() Return the handle as a TiXmlText. This may return null.
- Member TiXmlHandle::Unknown () const
- use ToUnknown() Return the handle as a TiXmlUnknown. This may return null.