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

#include <inmost_variable.h>

Inheritance diagram for INMOST::binary_pool< Op, A, B >:
Collaboration diagram for INMOST::binary_pool< Op, A, B >:

Public Member Functions

 binary_pool (const A &pleft, const B &pright)
 
 binary_pool (const binary_pool &other)
 
binary_pooloperator= (binary_pool const &other)
 
const shell_expression< A > & get_left ()
 
const shell_expression< B > & get_right ()
 
Op & get_op ()
 
const Op & get_op () const
 
 ~binary_pool ()
 

Detailed Description

template<class Op, class A, class B>
class INMOST::binary_pool< Op, A, B >

Definition at line 260 of file inmost_variable.h.

Constructor & Destructor Documentation

template<class Op, class A, class B>
INMOST::binary_pool< Op, A, B >::binary_pool ( const A &  pleft,
const B &  pright 
)
inline

Definition at line 267 of file inmost_variable.h.

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

Definition at line 268 of file inmost_variable.h.

template<class Op, class A, class B>
INMOST::binary_pool< Op, A, B >::~binary_pool ( )
inline

Definition at line 274 of file inmost_variable.h.

Member Function Documentation

template<class Op, class A, class B>
const shell_expression<A>& INMOST::binary_pool< Op, A, B >::get_left ( )
inline

Definition at line 270 of file inmost_variable.h.

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

Definition at line 272 of file inmost_variable.h.

Here is the caller graph for this function:

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

Definition at line 273 of file inmost_variable.h.

template<class Op, class A, class B>
const shell_expression<B>& INMOST::binary_pool< Op, A, B >::get_right ( )
inline

Definition at line 271 of file inmost_variable.h.

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

Definition at line 269 of file inmost_variable.h.


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