瀏覽代碼

added wrap exclude ivar

Ken Martin 25 年之前
父節點
當前提交
a91e3b5158
共有 1 個文件被更改,包括 6 次插入0 次删除
  1. 6 0
      Source/cmClassFile.h

+ 6 - 0
Source/cmClassFile.h

@@ -36,6 +36,7 @@ public:
     m_AbstractClass = false;
     m_HeaderFileOnly = false;
     m_IsExecutable = false;
+    m_WrapExclude = false;
     }
   
   /**
@@ -63,6 +64,11 @@ public:
    */
   bool m_AbstractClass;
 
+  /**
+   * Indicate whether the class should not be wrapped
+   */
+  bool m_WrapExclude;
+
   /**
    * Indicate whether this class is defined with only the header file.
    */