CFx SDK Documentation 2024 SP0
Loading...
Searching...
No Matches
BrTraverser.h
Go to the documentation of this file.
1
2// Copyright (C) 2002-2022, Open Design Alliance (the "Alliance").
3// All rights reserved.
4//
5// This software and its documentation and related materials are owned by
6// the Alliance. The software may only be incorporated into application
7// programs owned by members of the Alliance, subject to a signed
8// Membership Agreement and Supplemental Software License Agreement with the
9// Alliance. The structure and organization of this software are the valuable
10// trade secrets of the Alliance and its suppliers. The software is also
11// protected by copyright law and international treaty provisions. Application
12// programs incorporating this software must include the following statement
13// with their copyright notices:
14//
15// This application incorporates Open Design Alliance software pursuant to a license
16// agreement with Open Design Alliance.
17// Open Design Alliance Copyright (C) 2002-2022 by Open Design Alliance.
18// All rights reserved.
19//
20// By use of this software, its documentation or related materials, you
21// acknowledge and accept the above terms.
23
24
25
26#ifndef _INC_DDBRTRAVERSER_3F82DF7201C5_INCLUDED
27#define _INC_DDBRTRAVERSER_3F82DF7201C5_INCLUDED
28
29#include "Br/BrExport.h"
30#include "Br/BrEnums.h"
31#include "RxObject.h"
32
33#include "TD_PackPush.h"
34#include "SharedPtr.h"
35#include "DbBaseSubentId.h"
36
46{
47public:
48
52 bool done() const;
53
63
68
69 virtual ~OdBrTraverser();
70
80 bool isEqualTo(const OdBrTraverser* pOtherTraverser) const;
81
85 bool isNull() const;
86
87
88 // Validation
90
92
93protected:
96 bool m_bIsValidate; //The enum has only 2 values.
97
99#ifdef OD_ADD_MOVE_CTOR_HAVE_DEF_DEL_FUNC
100 //DOM-IGNORE-BEGIN
101 OdBrTraverser(const OdBrTraverser&) = default;
102 OdBrTraverser( OdBrTraverser&& ) = default;
103//FELIX_CHANGE_BEGIN Build fix with FxARX
104public:
105 OdBrTraverser& operator=(const OdBrTraverser&) = default;
106 OdBrTraverser& operator=(OdBrTraverser&&) = default;
107protected:
108//FELIX_CHANGE_END
109 //DOM-IGNORE-END
110#endif
111
112 friend class OdBrTraverserInternals;
113};
114
115#include "TD_PackPop.h"
116
117#endif /* _INC_DDBRTRAVERSER_3F82DF7201C5_INCLUDED */
118
OdBrErrorStatus
Definition: BrEnums.h:41
BrValidationLevel
Definition: BrEnums.h:120
#define ODBR_TOOLKIT_EXPORT
Definition: BrExport.h:39
OdBrErrorStatus setValidationLevel(const BrValidationLevel &level)
OdSharedPtr< OdDbStubPtrArray > m_pFSubentPath
Definition: BrTraverser.h:95
OdBrErrorStatus restart()
bool m_bIsValidate
Definition: BrTraverser.h:96
bool done() const
OdRxObjectPtr m_pImp
Definition: BrTraverser.h:94
virtual ~OdBrTraverser()
OdBrErrorStatus next()
bool isEqualTo(const OdBrTraverser *pOtherTraverser) const
bool isNull() const
OdBrErrorStatus getValidationLevel(BrValidationLevel &level) const
GLint level
Definition: gles2_ext.h:110