Apama  10.1.0.5
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
visitors.hpp File Reference

Contains the C++ implementation of visitor and const_visitor. More...

Go to the source code of this file.

Classes

class  visitor< DERIVED, RV >
 Helper class for writing visitors to apply to data_t. More...
 
class  const_visitor< DERIVED, RV >
 Helper class for writing visitors to apply to data_t. More...
 

Detailed Description

Contains the C++ implementation of visitor and const_visitor.