VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtGlDebugger.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2019 VT-MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
9 #pragma once
11 
12 #include <unordered_set>
13 
14 namespace makVrv
15 {
17  {
18  public:
20  static DtGlDebugger* instance();
21 
23  virtual void addRef(void);
24 
26  virtual void removeRef(void);
27  protected:
29  DtGlDebugger();
30 
32  virtual ~DtGlDebugger();
33  private:
35  DtGlDebugger(const DtGlDebugger&) = delete;
37  DtGlDebugger& operator=(const DtGlDebugger&) = delete;
38  public:
40  virtual bool isInSkipList(unsigned int id) const;
41  protected:
43  virtual void initialize();
44  protected:
45  std::unordered_set<unsigned int> myErrorSkipList;
47 
49  };
50 
51 }
Dll export defines.
static DtGlDebugger * theInstance
Definition: DtGlDebugger.h:46
int myRefCount
Definition: DtGlDebugger.h:48
Definition: DtGlDebugger.h:16
std::unordered_set< unsigned int > myErrorSkipList
Definition: DtGlDebugger.h:45
#define DT_DLL_VRVGRAPHICSUTILS
Definition: vrvGraphicsUtils.h:18

Document ID: Generated on Wed Mar 27 22:49:11 EDT 2024 from SVN revision 264633
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)