kdevplatform/language/duchain
KDevelop::AppendedList< false, T > Class Template Reference
#include <appendedlist_static.h>
Public Member Functions | |
AppendedList () | |
void | copy (T *target, const T *data, uint size) |
const T * | data (const char *position) const |
unsigned int | dynamicDataSize () const |
void | free (T *position) |
unsigned int | size () const |
Public Attributes | |
unsigned int | listSize = 0 |
Detailed Description
template<class T>
class KDevelop::AppendedList< false, T >
Definition at line 125 of file appendedlist_static.h.
Constructor & Destructor Documentation
◆ AppendedList()
template<class T >
|
inline |
Definition at line 128 of file appendedlist_static.h.
Member Function Documentation
◆ copy()
template<class T >
|
inline |
Definition at line 155 of file appendedlist_static.h.
◆ data()
template<class T >
|
inline |
Definition at line 146 of file appendedlist_static.h.
◆ dynamicDataSize()
template<class T >
|
inline |
Definition at line 151 of file appendedlist_static.h.
◆ free()
template<class T >
|
inline |
Definition at line 137 of file appendedlist_static.h.
◆ size()
template<class T >
|
inline |
Definition at line 132 of file appendedlist_static.h.
Member Data Documentation
◆ listSize
template<class T >
unsigned int KDevelop::AppendedList< false, T >::listSize = 0 |
Definition at line 131 of file appendedlist_static.h.
The documentation for this class was generated from the following file:
This file is part of the KDE documentation.
Documentation copyright © 1996-2021 The KDE developers.
Generated on Thu Mar 4 2021 23:31:18 by doxygen 1.8.16 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2021 The KDE developers.
Generated on Thu Mar 4 2021 23:31:18 by doxygen 1.8.16 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.