Public Types | Public Member Functions | Private Attributes
exprtk::details::vararg_node< T, VarArgFunction > Class Template Reference

#include <exprtk.hpp>

Inheritance diagram for exprtk::details::vararg_node< T, VarArgFunction >:
Inheritance graph
[legend]

List of all members.

Public Types

typedef expression_node< T > * expression_ptr

Public Member Functions

expression_node< T >::node_type type () const
T value () const
template<typename Allocator , template< typename, typename > class Sequence>
 vararg_node (const Sequence< expression_ptr, Allocator > &arglist)
 ~vararg_node ()

Private Attributes

std::vector< expression_ptrarg_list_
std::vector< unsigned char > delete_branch_

Detailed Description

template<typename T, typename VarArgFunction>
class exprtk::details::vararg_node< T, VarArgFunction >

Definition at line 5489 of file exprtk.hpp.


Member Typedef Documentation

template<typename T , typename VarArgFunction >
typedef expression_node<T>* exprtk::details::vararg_node< T, VarArgFunction >::expression_ptr

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

Definition at line 5493 of file exprtk.hpp.


Constructor & Destructor Documentation

template<typename T , typename VarArgFunction >
template<typename Allocator , template< typename, typename > class Sequence>
exprtk::details::vararg_node< T, VarArgFunction >::vararg_node ( const Sequence< expression_ptr, Allocator > &  arglist) [inline]

Definition at line 5497 of file exprtk.hpp.

template<typename T , typename VarArgFunction >
exprtk::details::vararg_node< T, VarArgFunction >::~vararg_node ( ) [inline]

Definition at line 5517 of file exprtk.hpp.


Member Function Documentation

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

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

Definition at line 5537 of file exprtk.hpp.

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

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

Definition at line 5529 of file exprtk.hpp.


Member Data Documentation

template<typename T , typename VarArgFunction >
std::vector<expression_ptr> exprtk::details::vararg_node< T, VarArgFunction >::arg_list_ [private]

Definition at line 5544 of file exprtk.hpp.

template<typename T , typename VarArgFunction >
std::vector<unsigned char> exprtk::details::vararg_node< T, VarArgFunction >::delete_branch_ [private]

Definition at line 5545 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