• Skip to content
  • Skip to link menu
KDE 3.5 API Reference
  • KDE API Reference
  • API Reference
  • Sitemap
  • Contact Us
 

kviewshell

GTArray< TYPE > Class Template Reference

Dynamic array for simple types. More...

#include <GContainer.h>

Inheritance diagram for GTArray< TYPE >:

Inheritance graph
[legend]

List of all members.


Public Member Functions

 GTArray (int lo, int hi)
 GTArray (int hi)
 GTArray ()
GTArray & operator= (const GTArray &r)

Detailed Description

template<class TYPE>
class GTArray< TYPE >

Dynamic array for simple types.

Template class GTArray<TYPE># implements an array of elements of {simple} type TYPE#. {Simple} means that objects of type TYPE# can be created, copied, moved or destroyed without using specific constructors or destructor functions. Class GTArray<TYPE># will move or copy objects using simple bitwise copies. Otherwise you must use class GArray<TYPE>#. This class only implement constructors. See class {GArrayTemplate} for a description of all access methods.

Definition at line 626 of file GContainer.h.


Constructor & Destructor Documentation

template<class TYPE>
GTArray< TYPE >::GTArray (  )  [inline]

Definition at line 629 of file GContainer.h.

template<class TYPE>
GTArray< TYPE >::GTArray ( int  hi  )  [inline]

Definition at line 631 of file GContainer.h.

template<class TYPE>
GTArray< TYPE >::GTArray ( int  lo,
int  hi 
) [inline]

Definition at line 633 of file GContainer.h.


Member Function Documentation

template<class TYPE>
GTArray& GTArray< TYPE >::operator= ( const GTArray< TYPE > &  r  )  [inline]

Definition at line 636 of file GContainer.h.


The documentation for this class was generated from the following file:
  • GContainer.h

kviewshell

Skip menu "kviewshell"
  • Main Page
  • Namespace List
  • Class Hierarchy
  • Alphabetical List
  • Class List
  • File List
  • Namespace Members
  • Class Members

API Reference

Skip menu "API Reference"
  • kviewshell
Generated for API Reference by doxygen 1.5.9
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