OpenMD 3.0
Molecular Dynamics in the Open
Loading...
Searching...
No Matches
antlr::CharScannerLiteralsLess Class Reference

Functor for the literals map. More...

#include <CharScanner.hpp>

Public Types

using result_type = bool
 
using first_argument_type = std ::string
 
using second_argument_type = std ::string
 

Public Member Functions

 CharScannerLiteralsLess (const CharScanner *theScanner)
 
bool operator() (const std ::string &x, const std ::string &y) const
 

Detailed Description

Functor for the literals map.

Definition at line 68 of file CharScanner.hpp.

Member Typedef Documentation

◆ first_argument_type

using antlr::CharScannerLiteralsLess::first_argument_type = std ::string

Definition at line 81 of file CharScanner.hpp.

◆ result_type

using antlr::CharScannerLiteralsLess::result_type = bool

Definition at line 80 of file CharScanner.hpp.

◆ second_argument_type

using antlr::CharScannerLiteralsLess::second_argument_type = std ::string

Definition at line 82 of file CharScanner.hpp.

Constructor & Destructor Documentation

◆ CharScannerLiteralsLess()

antlr::CharScannerLiteralsLess::CharScannerLiteralsLess ( const CharScanner * theScanner)
inline

Definition at line 75 of file CharScanner.hpp.

Member Function Documentation

◆ operator()()

bool antlr::CharScannerLiteralsLess::operator() ( const std ::string & x,
const std ::string & y ) const
inline

Definition at line 563 of file CharScanner.hpp.


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