ModErn Text Analysis
META Enumerates Textual Applications
Public Member Functions | List of all members
meta::testing::binary_checker Struct Reference
Inheritance diagram for meta::testing::binary_checker:
meta::parser::const_visitor< bool >

Public Member Functions

bool operator() (const parser::leaf_node &) override
 
bool operator() (const parser::internal_node &inode) override
 

Additional Inherited Members

- Public Types inherited from meta::parser::const_visitor< bool >
using result_type = bool
 The result of running the visitor over the tree.
 

Member Function Documentation

bool meta::testing::binary_checker::operator() ( const parser::leaf_node )
inlineoverridevirtual
Returns
the result of running the visitor on the supplied leaf node

Implements meta::parser::const_visitor< bool >.

bool meta::testing::binary_checker::operator() ( const parser::internal_node )
inlineoverridevirtual
Returns
the result of running the visitor on the supplied internal node

Implements meta::parser::const_visitor< bool >.


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