• 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
duchainpointer.cpp
Go to the documentation of this file.
1 /*
2  This is part of KDevelop
3  Copyright 2007 Bernd Buschinski <[email protected]>
4 
5  This library is free software; you can redistribute it and/or
6  modify it under the terms of the GNU Library General Public
7  License version 2 as published by the Free Software Foundation.
8 
9  This library is distributed in the hope that it will be useful,
10  but WITHOUT ANY WARRANTY; without even the implied warranty of
11  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
12  Library General Public License for more details.
13 
14  You should have received a copy of the GNU Library General Public License
15  along with this library; see the file COPYING.LIB. If not, write to
16  the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
17  Boston, MA 02110-1301, USA.
18  */
19 
20 #include "duchainpointer.h"
21 
22 namespace KDevelop {
23 DUChainBase* DUChainPointerData::base()
24 {
25  return m_base;
26 }
27 
28 DUChainBase* DUChainPointerData::base() const
29 {
30  return m_base;
31 }
32 
33 DUChainPointerData::DUChainPointerData()
34 {
35 }
36 
37 DUChainPointerData::~DUChainPointerData()
38 {
39 }
40 
41 DUChainPointerData::DUChainPointerData(DUChainBase* base)
42  : m_base(base)
43 {
44 }
45 } //KDevelop
duchainpointer.h
KDevelop::DUChainBase
Base class for definition-use chain objects.
Definition: duchainbase.h:131
KDevelop::DUChainPointerData::~DUChainPointerData
~DUChainPointerData()
Definition: duchainpointer.cpp:37
KDevelop::DUChainPointerData::DUChainPointerData
DUChainPointerData()
Default-initialization of an invalid reference.
Definition: duchainpointer.cpp:33
KDevelop::DUChainPointerData::base
DUChainBase * base()
Will return zero once the pointed-to object was deleted.
Definition: duchainpointer.cpp:23
KDevelop
Definition: abstractfunctiondeclaration.cpp:27
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