CFx SDK Documentation  2023 SP0
BrTraverser.h
Go to the documentation of this file.
1 // Copyright (C) 2002-2017, 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 Teigha(R) software pursuant to a license
16 // agreement with Open Design Alliance.
17 // Teigha(R) Copyright (C) 2002-2017 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 {
47 public:
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 
93 protected:
96  bool m_bIsValidate; //The enum has only 2 values.
97 
99 
101 
102  friend class OdBrTraverserInternals;
103 };
104 
105 #include "TD_PackPop.h"
106 
107 #endif /* _INC_DDBRTRAVERSER_3F82DF7201C5_INCLUDED */
108 
OdBrErrorStatus
Definition: BrEnums.h:41
BrValidationLevel
Definition: BrEnums.h:93
#define ODBR_TOOLKIT_EXPORT
Definition: BrExport.h:39
#define NULL
Definition: GsProperties.h:177
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 setValidationLevel(const BrValidationLevel &level= *(BrValidationLevel *) NULL)
OdBrTraverser(const OdBrTraverser &source)
OdBrErrorStatus getValidationLevel(BrValidationLevel &level) const
GLint level
Definition: gles2_ext.h:110
GLsizei GLsizei GLchar * source
Definition: gles2_ext.h:282