keeps the details of yard out of the FilterEvaluator header file More...
#include <AstNodeWrapper.h>
Public Member Functions | |
AstNodeWrapper (AstNode *ptr) | |
operator AstNode * () const | |
AstNode * | operator-> () const |
Public Attributes | |
AstNode * | ptr_ |
keeps the details of yard out of the FilterEvaluator header file
Definition at line 49 of file AstNodeWrapper.h.
OpenDDS::DCPS::FilterEvaluator::AstNodeWrapper::AstNodeWrapper | ( | AstNode * | ptr | ) | [inline] |
Definition at line 50 of file AstNodeWrapper.h.
00051 : ptr_(ptr) {}
OpenDDS::DCPS::FilterEvaluator::AstNodeWrapper::operator AstNode * | ( | ) | const [inline] |
AstNode* OpenDDS::DCPS::FilterEvaluator::AstNodeWrapper::operator-> | ( | void | ) | const [inline] |
Definition at line 54 of file AstNodeWrapper.h.
Referenced by operator AstNode *(), and operator->().