GEMMI | C++ API
  1. Namespaces
  2. Classes
  3. Files
  4. Python API

gemmi/third_party/tao/pegtl/internal/istring.hpp file

Contents

  • Reference
    • Namespaces
    • Classes
    • Typedefs

Namespaces

namespace tao
namespace tao::TAO_PEGTL_NAMESPACE
namespace tao::TAO_PEGTL_NAMESPACE::internal

Classes

template<char C, bool A = is_alpha<C>::value>
struct tao::TAO_PEGTL_NAMESPACE::internal::ichar_equal
template<char C>
struct tao::TAO_PEGTL_NAMESPACE::internal::ichar_equal<C, true>
template<char C>
struct tao::TAO_PEGTL_NAMESPACE::internal::ichar_equal<C, false>
template<char... Cs>
struct tao::TAO_PEGTL_NAMESPACE::internal::istring_equal
template<>
struct tao::TAO_PEGTL_NAMESPACE::internal::istring_equal<>
template<char C, char... Cs>
struct tao::TAO_PEGTL_NAMESPACE::internal::istring_equal<C, Cs...>
template<char... Cs>
struct tao::TAO_PEGTL_NAMESPACE::internal::istring
template<>
struct tao::TAO_PEGTL_NAMESPACE::internal::istring<>
template<char... Cs>
struct tao::TAO_PEGTL_NAMESPACE::internal::istring
template<char... Cs>
struct tao::TAO_PEGTL_NAMESPACE::internal::skip_control<istring<Cs...>>

Typedefs

template<char C>
using is_alpha = std::integral_constant<bool,(('a'<=C) && (C<='z'))||(('A'<=C) && (C<='Z'))>
Tab / T to search, Esc to close
…

Search for symbols, directories, files, pages or modules. You can omit any prefix from the symbol or file path; adding a : or / suffix lists all members of given symbol or directory.

Use ↓ / ↑ to navigate through the list, Enter to go. Tab autocompletes common prefix, you can copy a link to the result using ⌘ L while ⌘ M produces a Markdown link.

Sorry, nothing was found.

    GEMMI C++ API. Created with Doxygen 1.8.18 and m.css.