Namespaces | |
rapidxml | |
Classes | |
struct | is_character |
struct | is_character< char > |
struct | is_character< wchar_t > |
struct | is_inexact |
struct | is_inexact_impl |
struct | is_inexact_impl< true > |
struct | is_translator |
struct | less_nocase |
Functions | |
template<typename Sequence , typename Iterator > | |
void | append_and_preserve_iter (Sequence &s, const Sequence &r, Iterator &, std::forward_iterator_tag) |
template<typename Sequence , typename Iterator > | |
void | append_and_preserve_iter (Sequence &s, const Sequence &r, Iterator &it, std::random_access_iterator_tag) |
template<typename Sequence > | |
std::string | dump_sequence (const Sequence &) |
std::string | dump_sequence (const std::string &s) |
std::string | dump_sequence (const std::wstring &s) |
template<typename Str , typename char_type > | |
Str | narrow (const char_type *text) |
template<class P > | |
std::string | prepare_bad_path_what (const std::string &what, const P &path) |
template<class Str > | |
Str | trim (const Str &s, const std::locale &loc=std::locale()) |
template<typename Str > | |
Str | widen (const char *text) |
void boost::property_tree::detail::append_and_preserve_iter | ( | Sequence & | s, |
const Sequence & | r, | ||
Iterator & | , | ||
std::forward_iterator_tag | |||
) |
Definition at line 33 of file string_path.hpp.
void boost::property_tree::detail::append_and_preserve_iter | ( | Sequence & | s, |
const Sequence & | r, | ||
Iterator & | it, | ||
std::random_access_iterator_tag | |||
) |
Definition at line 41 of file string_path.hpp.
|
inline |
Definition at line 53 of file string_path.hpp.
|
inline |
Definition at line 57 of file string_path.hpp.
|
inline |
Definition at line 62 of file string_path.hpp.
Str boost::property_tree::detail::narrow | ( | const char_type * | text | ) |
Definition at line 71 of file ptree_utils.hpp.
|
inline |
Definition at line 22 of file exception_implementation.hpp.
Str boost::property_tree::detail::trim | ( | const Str & | s, |
const std::locale & | loc = std::locale() |
||
) |
Definition at line 87 of file ptree_utils.hpp.
Str boost::property_tree::detail::widen | ( | const char * | text | ) |
Definition at line 58 of file ptree_utils.hpp.