INMOST
Mathematical Modelling Toolkit
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | List of all members
INMOST::unary_pool< Op, A > Class Template Reference

#include <inmost_variable.h>

Inheritance diagram for INMOST::unary_pool< Op, A >:
Collaboration diagram for INMOST::unary_pool< Op, A >:

Public Member Functions

 unary_pool (const A &parg)
 
 unary_pool (const unary_pool &other)
 
unary_pooloperator= (unary_pool const &other)
 
const shell_expression< A > & get_arg ()
 
Op & get_op ()
 
const Op & get_op () const
 

Detailed Description

template<class Op, class A>
class INMOST::unary_pool< Op, A >

Definition at line 230 of file inmost_variable.h.

Constructor & Destructor Documentation

template<class Op, class A>
INMOST::unary_pool< Op, A >::unary_pool ( const A &  parg)
inline

Definition at line 235 of file inmost_variable.h.

template<class Op, class A>
INMOST::unary_pool< Op, A >::unary_pool ( const unary_pool< Op, A > &  other)
inline

Definition at line 236 of file inmost_variable.h.

Member Function Documentation

template<class Op, class A>
const shell_expression<A>& INMOST::unary_pool< Op, A >::get_arg ( )
inline

Definition at line 238 of file inmost_variable.h.

template<class Op, class A>
Op& INMOST::unary_pool< Op, A >::get_op ( )
inline

Definition at line 239 of file inmost_variable.h.

Here is the caller graph for this function:

template<class Op, class A>
const Op& INMOST::unary_pool< Op, A >::get_op ( ) const
inline

Definition at line 240 of file inmost_variable.h.

template<class Op, class A>
unary_pool& INMOST::unary_pool< Op, A >::operator= ( unary_pool< Op, A > const &  other)
inline

Definition at line 237 of file inmost_variable.h.


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