added wrap exclude ivar

This commit is contained in:
Ken Martin 2001-02-27 16:48:55 -05:00
parent 2bba34959c
commit a91e3b5158
1 changed files with 6 additions and 0 deletions

View File

@ -36,6 +36,7 @@ public:
m_AbstractClass = false; m_AbstractClass = false;
m_HeaderFileOnly = false; m_HeaderFileOnly = false;
m_IsExecutable = false; m_IsExecutable = false;
m_WrapExclude = false;
} }
/** /**
@ -63,6 +64,11 @@ public:
*/ */
bool m_AbstractClass; 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. * Indicate whether this class is defined with only the header file.
*/ */