OpenDDS::DCPS::FilterEvaluator::AstNodeWrapper Struct Reference

keeps the details of yard out of the FilterEvaluator header file More...

#include <AstNodeWrapper.h>

List of all members.

Public Member Functions

 AstNodeWrapper (AstNode *ptr)
 operator AstNode * () const
AstNodeoperator-> () const

Public Attributes

AstNodeptr_

Detailed Description

keeps the details of yard out of the FilterEvaluator header file

Definition at line 49 of file AstNodeWrapper.h.


Constructor & Destructor Documentation

OpenDDS::DCPS::FilterEvaluator::AstNodeWrapper::AstNodeWrapper ( AstNode ptr  )  [inline]

Definition at line 50 of file AstNodeWrapper.h.

00051     : ptr_(ptr) {}


Member Function Documentation

OpenDDS::DCPS::FilterEvaluator::AstNodeWrapper::operator AstNode * (  )  const [inline]

Definition at line 52 of file AstNodeWrapper.h.

References ptr_.

00052 { return ptr_; }

AstNode* OpenDDS::DCPS::FilterEvaluator::AstNodeWrapper::operator-> ( void   )  const [inline]

Definition at line 53 of file AstNodeWrapper.h.

References ptr_.

00053 { return ptr_; }


Member Data Documentation

Definition at line 54 of file AstNodeWrapper.h.

Referenced by operator AstNode *(), and operator->().


The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines

Generated on 10 Aug 2018 for OpenDDS by  doxygen 1.6.1