• Skip to content
  • Skip to link menu
KDE 4.4 API Reference
  • KDE API Reference
  • KDevelop Platform Libraries
  • Sitemap
  • Contact Us
 

language/duchain

classmemberdeclarationdata.h

00001 /* This  is part of KDevelop
00002     Copyright 2002-2005 Roberto Raggi <roberto@kdevelop.org>
00003     Copyright 2006 Adam Treat <treat@kde.org>
00004     Copyright 2006 Hamish Rodda <rodda@kde.org>
00005     Copyright 2007-2008 David Nolden <david.nolden.kdevelop@art-master.de>
00006 
00007    This library is free software; you can redistribute it and/or
00008    modify it under the terms of the GNU Library General Public
00009    License version 2 as published by the Free Software Foundation.
00010 
00011    This library is distributed in the hope that it will be useful,
00012    but WITHOUT ANY WARRANTY; without even the implied warranty of
00013    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
00014    Library General Public License for more details.
00015 
00016    You should have received a copy of the GNU Library General Public License
00017    along with this library; see the file COPYING.LIB.  If not, write to
00018    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
00019    Boston, MA 02110-1301, USA.
00020 */
00021 
00022 #ifndef CLASSMEMBERDECLARATIONDATA_H
00023 #define CLASSMEMBERDECLARATIONDATA_H
00024 
00025 #include "declarationdata.h"
00026 #include "../languageexport.h"
00027 
00028 namespace KDevelop
00029 {
00030 
00031 class KDEVPLATFORMLANGUAGE_EXPORT ClassMemberDeclarationData : public DeclarationData
00032 {
00033 public:
00034   ClassMemberDeclarationData();
00035   ClassMemberDeclarationData( const ClassMemberDeclarationData& rhs );
00036 
00037   Declaration::AccessPolicy m_accessPolicy;
00038   bool m_isStatic: 1;
00039   bool m_isAuto: 1;
00040   bool m_isFriend: 1;
00041   bool m_isRegister: 1;
00042   bool m_isExtern: 1;
00043   bool m_isMutable: 1;
00044   bool m_isFinal: 1;
00045   bool m_isNative: 1;
00046   bool m_isSynchronized: 1;
00047   bool m_isStrictFP: 1;
00048   bool m_isAbstract: 1;
00049 };
00050 
00051 }
00052 
00053 #endif
00054 

language/duchain

Skip menu "language/duchain"
  • Main Page
  • Namespace List
  • Class Hierarchy
  • Alphabetical List
  • Class List
  • File List
  • Namespace Members
  • Class Members
  • Related Pages

KDevelop Platform Libraries

Skip menu "KDevelop Platform Libraries"
  • interfaces
  • language
  •   codegen
  •   duchain
  •   editor
  • outputview
  • project
  • shell
  • sublime
  • util
  • vcs
Generated for KDevelop Platform Libraries by doxygen 1.5.9-20090814
This website is maintained by Adriaan de Groot and Allen Winter.
KDE® and the K Desktop Environment® logo are registered trademarks of KDE e.V. | Legal