C++ Mathematical Expression Toolkit (ExprTk) release
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
exprtk::parser< T >::symtab_store::variable_context Struct Reference

#include <exprtk.hpp>

Collaboration diagram for exprtk::parser< T >::symtab_store::variable_context:
[legend]

Public Member Functions

 variable_context ()
 

Public Attributes

const symbol_table_tsymbol_table
 
variable_ptr variable
 

Detailed Description

template<typename T>
struct exprtk::parser< T >::symtab_store::variable_context

Definition at line 22834 of file exprtk.hpp.

Constructor & Destructor Documentation

◆ variable_context()

template<typename T >
exprtk::parser< T >::symtab_store::variable_context::variable_context ( )
inline

Definition at line 22836 of file exprtk.hpp.

22837 : symbol_table(0)
22838 , variable(0)
22839 {}

Member Data Documentation

◆ symbol_table

template<typename T >
const symbol_table_t* exprtk::parser< T >::symtab_store::variable_context::symbol_table

◆ variable

template<typename T >
variable_ptr exprtk::parser< T >::symtab_store::variable_context::variable

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