OpenLexocad
27.0
CoreVisitor.h
Go to the documentation of this file.
1
#pragma once
2
3
4
namespace
Core
5
{
6
class
DocObject;
7
class
Property;
8
9
class
CoreVisitor
10
{
11
public
:
12
virtual
void
visit
(
Core::DocObject
*) = 0;
13
virtual
void
visit
(
Core::Property
*) = 0;
14
};
15
16
}
// namespace Core
Core::CoreVisitor::visit
virtual void visit(Core::DocObject *)=0
Core::CoreVisitor
Definition:
CoreVisitor.h:9
Core
Definition:
Base.h:19
Core::Property
Definition:
Property.h:81
Core::DocObject
Definition:
DocObject.h:28
lexocad
Core
include
Core
CoreVisitor.h
Generated by
1.8.15