C++Spec 1.0.0
BDD testing for C++
|
This is the complete list of members for CppSpec::Pretty, including all inherited members.
_name (defined in CppSpec::Pretty) | CppSpec::Pretty | |
improve_hash_formatting(const std::string &inspect_string) (defined in CppSpec::Pretty) | CppSpec::Pretty | inlinestatic |
inspect_object(const T &object) (defined in CppSpec::Pretty) | CppSpec::Pretty | static |
inspect_object(const O &o) | CppSpec::Pretty | inline |
inspect_object(const char *const &o) | CppSpec::Pretty | inlinestatic |
last(const std::string &s, char delim) (defined in CppSpec::Pretty) | CppSpec::Pretty | inlinestatic |
name(const std::string &name) const (defined in CppSpec::Pretty) | CppSpec::Pretty | inline |
name_to_sentence(const std::string &name) const (defined in CppSpec::Pretty) | CppSpec::Pretty | inline |
split_words(const std::string &sym) (defined in CppSpec::Pretty) | CppSpec::Pretty | inlinestatic |
to_sentence(const T &item) | CppSpec::Pretty | inlinestatic |
to_sentence(const std::vector< T > &words) | CppSpec::Pretty | inlinestatic |
to_word(const T &item) | CppSpec::Pretty | inlinestatic |
to_word(const T &item) (defined in CppSpec::Pretty) | CppSpec::Pretty | static |
to_word(const Matchers::MatcherBase< A, E > &matcher) | CppSpec::Pretty | inlinestatic |
to_word(const bool &item) (defined in CppSpec::Pretty) | CppSpec::Pretty | inlinestatic |
to_word_type(const T &item) (defined in CppSpec::Pretty) | CppSpec::Pretty | inlinestatic |
underscore(const std::string &camel_cased_word) (defined in CppSpec::Pretty) | CppSpec::Pretty | inlinestatic |