#include <trws_base.hxx>
Public Types | |
typedef VISITOR | VisitorType |
typedef INFERENCE_TYPE | InferenceType |
typedef InferenceType::ValueType | ValueType |
Public Member Functions | |
VisitorWrapper (VISITOR *pvisitor, INFERENCE_TYPE *pinference) | |
void | begin (ValueType value, ValueType bound) |
void | end (ValueType value, ValueType bound) |
void | operator() (ValueType value, ValueType bound) |
Definition at line 57 of file trws_base.hxx.
typedef INFERENCE_TYPE trws_base::VisitorWrapper< VISITOR, INFERENCE_TYPE >::InferenceType |
Definition at line 61 of file trws_base.hxx.
typedef InferenceType::ValueType trws_base::VisitorWrapper< VISITOR, INFERENCE_TYPE >::ValueType |
Definition at line 62 of file trws_base.hxx.
typedef VISITOR trws_base::VisitorWrapper< VISITOR, INFERENCE_TYPE >::VisitorType |
Definition at line 60 of file trws_base.hxx.
trws_base::VisitorWrapper< VISITOR, INFERENCE_TYPE >::VisitorWrapper | ( | VISITOR * | pvisitor, | |
INFERENCE_TYPE * | pinference | |||
) | [inline] |
Definition at line 64 of file trws_base.hxx.
void trws_base::VisitorWrapper< VISITOR, INFERENCE_TYPE >::begin | ( | ValueType | value, | |
ValueType | bound | |||
) | [inline] |
void trws_base::VisitorWrapper< VISITOR, INFERENCE_TYPE >::end | ( | ValueType | value, | |
ValueType | bound | |||
) | [inline] |
void trws_base::VisitorWrapper< VISITOR, INFERENCE_TYPE >::operator() | ( | ValueType | value, | |
ValueType | bound | |||
) | [inline] |
Definition at line 69 of file trws_base.hxx.