All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
BaseVisitable.h File Reference

The root of all hierarchies that can be visited. More...

Go to the source code of this file.

Classes

class  te::common::BaseVisitable< T, R >
 The root of all hierarchies that can be visited. More...
 

Namespaces

 te
 URI C++ Library.
 
 te::common
 Namespace for the Common module of TerraLib.
 

Macros

#define TE_DEFINE_VISITABLE
 

Detailed Description

The root of all hierarchies that can be visited.

Definition in file BaseVisitable.h.

Macro Definition Documentation

#define TE_DEFINE_VISITABLE
Value:
virtual ReturnType accept(VisitorType& guest) const \
{ return guest.visit(*this); }

Definition at line 75 of file BaseVisitable.h.