rocs/RocsCore
distinct Namespace Reference
Namespaces | |
traits | |
Typedefs | |
typedef traits::char_spec < std::string >::type | charset_tag_type |
typedef traits::distinct_spec < charset_tag_type >::type | keyword_tag_type |
Functions | |
template<typename String > | |
traits::char_spec< String >::type | char_spec (String const &str) |
template<typename Tail > | |
traits::distinct_spec< Tail >::type | distinct_spec (Tail const &tail) |
std::string const | keyword_spec ("0-9a-zA-Z_") |
Variables | |
keyword_tag_type const | keyword = distinct_spec(char_spec(keyword_spec)) |
Typedef Documentation
typedef traits::char_spec<std::string>::type distinct::charset_tag_type |
Definition at line 91 of file DotGrammar.cpp.
typedef traits::distinct_spec<charset_tag_type>::type distinct::keyword_tag_type |
Definition at line 92 of file DotGrammar.cpp.
Function Documentation
template<typename String >
|
inline |
Definition at line 84 of file DotGrammar.cpp.
template<typename Tail >
|
inline |
Definition at line 75 of file DotGrammar.cpp.
std::string const distinct::keyword_spec | ( | "0-9a-zA-Z_" | ) |
Variable Documentation
keyword_tag_type const distinct::keyword = distinct_spec(char_spec(keyword_spec)) |
Definition at line 97 of file DotGrammar.cpp.
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:16:18 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:16:18 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.