Visitor that helps to perform action that depends on polymorphic object type. More...
#include <CCDataVisitor.h>
Public Member Functions | |
| virtual | ~DataVisitor () |
| virtual void | visitObject (const Object *p)=0 |
| default method, called from non-overloaded methods and for unrecognized objects More... | |
| local | visitObject ( local p) |
| default method, called from non-overloaded methods and for unrecognized objects More... | |
| virtual void | visit (const Bool *p) |
| var | visit ( var p) |
| local | visit ( local p) |
| virtual void | visit (const Integer *p) |
| local | visit ( local p) |
| virtual void | visit (const Float *p) |
| virtual void | visit (const Double *p) |
| virtual void | visit (const String *p) |
| virtual void | visit (const Array *p) |
| virtual void | visit (const Dictionary *p) |
| local | visit ( local p) |
| virtual void | visit (const Set *p) |
| virtual void | visit (const Data *p) |
Visitor that helps to perform action that depends on polymorphic object type.
Use cases:
Usage:
|
inlinevirtual |
|
virtual |
Reimplemented in PrettyPrinter.
|
virtual |
Reimplemented in PrettyPrinter.
|
virtual |
Reimplemented in PrettyPrinter.
|
virtual |
Reimplemented in PrettyPrinter.
|
virtual |
Reimplemented in PrettyPrinter.
|
virtual |
Reimplemented in PrettyPrinter.
|
virtual |
Reimplemented in PrettyPrinter.
|
virtual |
Reimplemented in PrettyPrinter.
|
virtual |
Reimplemented in PrettyPrinter.
|
virtual |
Reimplemented in PrettyPrinter.
|
virtual |
Reimplemented in PrettyPrinter.
|
virtual |
Reimplemented in PrettyPrinter.
|
virtual |
Reimplemented in PrettyPrinter.
|
virtual |
Reimplemented in PrettyPrinter.
|
virtual |
Reimplemented in PrettyPrinter.
|
virtual |
Reimplemented in PrettyPrinter.
|
virtual |
Reimplemented in PrettyPrinter.
|
virtual |
Reimplemented in PrettyPrinter.
|
virtual |
Reimplemented in PrettyPrinter.
|
virtual |
Reimplemented in PrettyPrinter.
|
virtual |
Reimplemented in PrettyPrinter.
|
virtual |
Reimplemented in PrettyPrinter.
|
virtual |
Reimplemented in PrettyPrinter.
|
virtual |
Reimplemented in PrettyPrinter.
|
virtual |
Reimplemented in PrettyPrinter.
|
virtual |
Reimplemented in PrettyPrinter.
|
virtual |
Reimplemented in PrettyPrinter.
|
pure virtual |
default method, called from non-overloaded methods and for unrecognized objects
Implemented in PrettyPrinter.
|
pure virtual |
default method, called from non-overloaded methods and for unrecognized objects
Implemented in PrettyPrinter.
|
pure virtual |
default method, called from non-overloaded methods and for unrecognized objects
Implemented in PrettyPrinter.