OpenTREP Logo  0.6.0
C++ Open Travel Request Parsing Library
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
OPENTREP::short_bool_policies Struct Reference

#include <opentrep/basic/BasParserTypes.hpp>

+ Inheritance diagram for OPENTREP::short_bool_policies:

Static Public Member Functions

template<typename Iterator , typename Attribute >
static bool parse_true (Iterator &first, Iterator const &last, Attribute &attr)
 
template<typename Iterator , typename Attribute >
static bool parse_false (Iterator &first, Iterator const &last, Attribute &attr)
 

Detailed Description

Boolean parser

Definition at line 71 of file BasParserTypes.hpp.

Member Function Documentation

template<typename Iterator , typename Attribute >
static bool OPENTREP::short_bool_policies::parse_true ( Iterator &  first,
Iterator const &  last,
Attribute &  attr 
)
inlinestatic

Definition at line 73 of file BasParserTypes.hpp.

template<typename Iterator , typename Attribute >
static bool OPENTREP::short_bool_policies::parse_false ( Iterator &  first,
Iterator const &  last,
Attribute &  attr 
)
inlinestatic

Definition at line 86 of file BasParserTypes.hpp.


The documentation for this struct was generated from the following file: