Public Member Functions | Static Public Attributes | Private Attributes
exprtk::details::variable_node< T > Class Template Reference

#include <exprtk.hpp>

Inheritance diagram for exprtk::details::variable_node< T >:
Inheritance graph
[legend]

List of all members.

Public Member Functions

bool operator< (const variable_node< T > &v) const
Tref ()
const Tref () const
expression_node< T >::node_type type () const
T value () const
 variable_node ()
 variable_node (T &value)

Static Public Attributes

static T null_value = T(std::numeric_limits<T>::quiet_NaN())

Private Attributes

Tvalue_

Detailed Description

template<typename T>
class exprtk::details::variable_node< T >

Definition at line 4938 of file exprtk.hpp.


Constructor & Destructor Documentation

template<typename T>
exprtk::details::variable_node< T >::variable_node ( ) [inline, explicit]

Definition at line 4944 of file exprtk.hpp.

template<typename T>
exprtk::details::variable_node< T >::variable_node ( T value) [inline, explicit]

Definition at line 4948 of file exprtk.hpp.


Member Function Documentation

template<typename T>
bool exprtk::details::variable_node< T >::operator< ( const variable_node< T > &  v) const [inline]

Definition at line 4952 of file exprtk.hpp.

template<typename T>
T& exprtk::details::variable_node< T >::ref ( ) [inline]

Definition at line 4962 of file exprtk.hpp.

template<typename T>
const T& exprtk::details::variable_node< T >::ref ( ) const [inline]

Definition at line 4967 of file exprtk.hpp.

template<typename T>
expression_node<T>::node_type exprtk::details::variable_node< T >::type ( ) const [inline, virtual]

Reimplemented from exprtk::details::expression_node< T >.

Definition at line 4972 of file exprtk.hpp.

template<typename T>
T exprtk::details::variable_node< T >::value ( ) const [inline, virtual]

Reimplemented from exprtk::details::expression_node< T >.

Definition at line 4957 of file exprtk.hpp.


Member Data Documentation

template<typename T>
T exprtk::details::variable_node< T >::null_value = T(std::numeric_limits<T>::quiet_NaN()) [static]

Definition at line 4942 of file exprtk.hpp.

template<typename T>
T* exprtk::details::variable_node< T >::value_ [private]

Definition at line 4979 of file exprtk.hpp.


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


labust_mission
Author(s): Filip Mandic
autogenerated on Fri Aug 28 2015 11:23:06