equal
deleted
inserted
replaced
1 /****************************************************************************** |
1 /****************************************************************************** |
2 * |
2 * |
3 * |
3 * |
4 * |
4 * |
5 * Copyright (C) 1997-2008 by Dimitri van Heesch. |
5 * Copyright (C) 1997-2010 by Dimitri van Heesch. |
6 * |
6 * |
7 * Permission to use, copy, modify, and distribute this software and its |
7 * Permission to use, copy, modify, and distribute this software and its |
8 * documentation under the terms of the GNU General Public License is hereby |
8 * documentation under the terms of the GNU General Public License is hereby |
9 * granted. No representations are made about the suitability of this software |
9 * granted. No representations are made about the suitability of this software |
10 * for any purpose. It is provided "as is" without express or implied warranty. |
10 * for any purpose. It is provided "as is" without express or implied warranty. |
52 ClassSDict(int size=17) : SDict<ClassDef>(size) {} |
52 ClassSDict(int size=17) : SDict<ClassDef>(size) {} |
53 ~ClassSDict() {} |
53 ~ClassSDict() {} |
54 int compareItems(GCI item1,GCI item2); |
54 int compareItems(GCI item1,GCI item2); |
55 void writeDeclaration(OutputList &ol,const ClassDef::CompoundType *filter=0, |
55 void writeDeclaration(OutputList &ol,const ClassDef::CompoundType *filter=0, |
56 const char *header=0,bool localNames=FALSE); |
56 const char *header=0,bool localNames=FALSE); |
|
57 bool declVisible(const ClassDef::CompoundType *filter=0) const; |
57 }; |
58 }; |
58 |
59 |
59 #endif |
60 #endif |