Electroneum
Public Member Functions | Private Attributes | List of all members
mstch::get_token Class Reference

#include <get_token.hpp>

Inheritance diagram for mstch::get_token:
Inheritance graph
[legend]
Collaboration diagram for mstch::get_token:
Collaboration graph
[legend]

Public Member Functions

 get_token (const std::string &token, const mstch::node &node)
 
template<class T >
const mstch::nodeoperator() (const T &) const
 
const mstch::nodeoperator() (const map &map) const
 
const mstch::nodeoperator() (const std::shared_ptr< object > &object) const
 

Private Attributes

const std::string & m_token
 
const mstch::nodem_node
 

Constructor & Destructor Documentation

◆ get_token()

mstch::get_token::get_token ( const std::string &  token,
const mstch::node node 
)
inline

Member Function Documentation

◆ operator()() [1/3]

template<class T >
const mstch::node& mstch::get_token::operator() ( const T ) const
inline

◆ operator()() [2/3]

const mstch::node& mstch::get_token::operator() ( const map map) const
inline

◆ operator()() [3/3]

const mstch::node& mstch::get_token::operator() ( const std::shared_ptr< object > &  object) const
inline

Member Data Documentation

◆ m_node

const mstch::node& mstch::get_token::m_node
private

◆ m_token

const std::string& mstch::get_token::m_token
private

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