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

#include <exprtk.hpp>

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

Public Member Functions

 string_context ()
 

Public Attributes

const symbol_table_tsymbol_table
 
stringvar_ptr str_var
 

Detailed Description

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

Definition at line 22857 of file exprtk.hpp.

Constructor & Destructor Documentation

◆ string_context()

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

Definition at line 22859 of file exprtk.hpp.

22860 : symbol_table(0)
22861 , str_var(0)
22862 {}

Member Data Documentation

◆ str_var

template<typename T >
stringvar_ptr exprtk::parser< T >::symtab_store::string_context::str_var

Definition at line 22865 of file exprtk.hpp.

Referenced by exprtk::parser< T >::symtab_store::get_string_context().

◆ symbol_table

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

Definition at line 22864 of file exprtk.hpp.

Referenced by exprtk::parser< T >::symtab_store::get_string_context().


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