ocra-recipes
Doxygen documentation for the ocra-recipes repository
Public Member Functions | List of all members
ocra::LessThanZeroConstraintPtr< T > Class Template Reference

#include <FunctionHelpers.h>

Public Member Functions

 LessThanZeroConstraintPtr ()
 
 LessThanZeroConstraintPtr (T *f)
 
 operator Constraint< T > & ()
 
 operator const Constraint< T > & () const
 
 operator T & ()
 
 operator const T & () const
 
void set (T *f)
 
T & getFunction ()
 
const T & getFunction () const
 
Constraint< T > & getConstraint ()
 
const Constraint< T > & getConstraint () const
 

Detailed Description

template<class T>
class ocra::LessThanZeroConstraintPtr< T >

Definition at line 143 of file FunctionHelpers.h.

Constructor & Destructor Documentation

template<class T>
ocra::LessThanZeroConstraintPtr< T >::LessThanZeroConstraintPtr ( )
inline

Definition at line 146 of file FunctionHelpers.h.

template<class T>
ocra::LessThanZeroConstraintPtr< T >::LessThanZeroConstraintPtr ( T *  f)
inline

Definition at line 152 of file FunctionHelpers.h.

Member Function Documentation

template<class T>
Constraint<T>& ocra::LessThanZeroConstraintPtr< T >::getConstraint ( )
inline

Definition at line 184 of file FunctionHelpers.h.

template<class T>
const Constraint<T>& ocra::LessThanZeroConstraintPtr< T >::getConstraint ( ) const
inline

Definition at line 191 of file FunctionHelpers.h.

template<class T>
T& ocra::LessThanZeroConstraintPtr< T >::getFunction ( void  )
inline

Definition at line 170 of file FunctionHelpers.h.

template<class T>
const T& ocra::LessThanZeroConstraintPtr< T >::getFunction ( void  ) const
inline

Definition at line 177 of file FunctionHelpers.h.

template<class T>
ocra::LessThanZeroConstraintPtr< T >::operator const Constraint< T > & ( ) const
inline

Definition at line 159 of file FunctionHelpers.h.

template<class T>
ocra::LessThanZeroConstraintPtr< T >::operator const T & ( ) const
inline

Definition at line 162 of file FunctionHelpers.h.

template<class T>
ocra::LessThanZeroConstraintPtr< T >::operator Constraint< T > & ( )
inline

Definition at line 158 of file FunctionHelpers.h.

template<class T>
ocra::LessThanZeroConstraintPtr< T >::operator T & ( )
inline

Definition at line 161 of file FunctionHelpers.h.

template<class T>
void ocra::LessThanZeroConstraintPtr< T >::set ( T *  f)
inline

Definition at line 164 of file FunctionHelpers.h.


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