advgetopt 2.0.47
Parse complex command line arguments and configuration files in C++.
Public Member Functions | Private Attributes | List of all members
advgetopt::anonymous_namespace{validator.cpp}::token Class Reference

Public Member Functions

 token (token_t tok, std::string const &value=std::string())
 
token_t tok () const
 
std::string constvalue () const
 

Private Attributes

token_t f_token = token_t::TOK_EOF
 
std::string f_value = std::string()
 

Detailed Description

Definition at line 91 of file validator.cpp.

Constructor & Destructor Documentation

◆ token()

advgetopt::anonymous_namespace{validator.cpp}::token::token ( token_t  tok,
std::string const value = std::string() 
)
inline

Definition at line 94 of file validator.cpp.

Member Function Documentation

◆ tok()

token_t advgetopt::anonymous_namespace{validator.cpp}::token::tok ( ) const
inline

◆ value()

std::string const & advgetopt::anonymous_namespace{validator.cpp}::token::value ( ) const
inline

Member Data Documentation

◆ f_token

token_t advgetopt::anonymous_namespace{validator.cpp}::token::f_token = token_t::TOK_EOF
private

Definition at line 111 of file validator.cpp.

◆ f_value

std::string advgetopt::anonymous_namespace{validator.cpp}::token::f_value = std::string()
private

Definition at line 112 of file validator.cpp.


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

This document is part of the Snap! Websites Project.

Copyright by Made to Order Software Corp.