• Skip to content
  • Skip to link menu
KDE API Reference
  • KDE API Reference
  • kdevelop API Reference
  • KDE Home
  • Contact Us
 

kdevplatform/language/duchain

  • sources
  • kfour-appscomplete
  • kdevelop
  • kdevplatform
  • language
  • duchain
classmemberdeclarationdata.h
Go to the documentation of this file.
1 /* This is part of KDevelop
2  Copyright 2002-2005 Roberto Raggi <[email protected]>
3  Copyright 2006 Adam Treat <[email protected]>
4  Copyright 2006 Hamish Rodda <[email protected]>
5  Copyright 2007-2008 David Nolden <[email protected]>
6 
7  This library is free software; you can redistribute it and/or
8  modify it under the terms of the GNU Library General Public
9  License version 2 as published by the Free Software Foundation.
10 
11  This library is distributed in the hope that it will be useful,
12  but WITHOUT ANY WARRANTY; without even the implied warranty of
13  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
14  Library General Public License for more details.
15 
16  You should have received a copy of the GNU Library General Public License
17  along with this library; see the file COPYING.LIB. If not, write to
18  the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
19  Boston, MA 02110-1301, USA.
20  */
21 
22 #ifndef KDEVPLATFORM_CLASSMEMBERDECLARATIONDATA_H
23 #define KDEVPLATFORM_CLASSMEMBERDECLARATIONDATA_H
24 
25 #include "declarationdata.h"
26 #include <language/languageexport.h>
27 
28 namespace KDevelop {
29 class KDEVPLATFORMLANGUAGE_EXPORT ClassMemberDeclarationData
30  : public DeclarationData
31 {
32 public:
33  ClassMemberDeclarationData();
34  ClassMemberDeclarationData(const ClassMemberDeclarationData& rhs) = default;
35 
36  Declaration::AccessPolicy m_accessPolicy;
37 
38  bool m_isStatic : 1;
39  bool m_isAuto : 1;
40  bool m_isFriend : 1;
41  bool m_isRegister : 1;
42  bool m_isExtern : 1;
43  bool m_isMutable : 1;
44 
46  int16_t m_bitWidth;
47 
49  int64_t m_bitOffsetOf;
50 };
51 }
52 
53 #endif
KDevelop::ClassMemberDeclarationData::m_isAuto
bool m_isAuto
Definition: classmemberdeclarationdata.h:39
KDevelop::ClassMemberDeclarationData::m_bitOffsetOf
int64_t m_bitOffsetOf
Stores bitOffsetOf in bits or -1 if unknown.
Definition: classmemberdeclarationdata.h:49
KDevelop::ClassMemberDeclarationData::m_isStatic
bool m_isStatic
Definition: classmemberdeclarationdata.h:38
KDevelop::ClassMemberDeclarationData::m_accessPolicy
Declaration::AccessPolicy m_accessPolicy
Definition: classmemberdeclarationdata.h:36
declarationdata.h
KDevelop::ClassMemberDeclarationData::m_isFriend
bool m_isFriend
Definition: classmemberdeclarationdata.h:40
KDevelop::ClassMemberDeclarationData::m_isExtern
bool m_isExtern
Definition: classmemberdeclarationdata.h:42
KDevelop::ClassMemberDeclarationData::m_bitWidth
int16_t m_bitWidth
Stores bitWidth in bits or -1 if unknown.
Definition: classmemberdeclarationdata.h:46
KDevelop::Declaration::AccessPolicy
AccessPolicy
Access types.
Definition: declaration.h:56
KDevelop::ClassMemberDeclarationData
Definition: classmemberdeclarationdata.h:29
KDevelop::DeclarationData
Definition: declarationdata.h:35
KDevelop
Definition: abstractfunctiondeclaration.cpp:27
KDevelop::ClassMemberDeclarationData::m_isRegister
bool m_isRegister
Definition: classmemberdeclarationdata.h:41
KDevelop::ClassMemberDeclarationData::m_isMutable
bool m_isMutable
Definition: classmemberdeclarationdata.h:43
This file is part of the KDE documentation.
Documentation copyright © 1996-2021 The KDE developers.
Generated on Fri Apr 16 2021 23:30:10 by doxygen 1.8.16 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.

kdevplatform/language/duchain

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

kdevelop API Reference

Skip menu "kdevelop API Reference"
  • kdevplatform
  •   debugger
  •   documentation
  •   interfaces
  •   language
  •     assistant
  •     backgroundparser
  •     checks
  •     classmodel
  •     codecompletion
  •     codegen
  •     duchain
  •     editor
  •     highlighting
  •     interfaces
  •     util
  •   outputview
  •   project
  •   serialization
  •   shell
  •   sublime
  •   tests
  •   util
  •   vcs

Search



Report problems with this website to our bug tracking system.
Contact the specific authors with questions and comments about the page contents.

KDE® and the K Desktop Environment® logo are registered trademarks of KDE e.V. | Legal