QtBase  v6.3.1
Public Member Functions | List of all members
QDataBuffer< Type > Class Template Reference

#include <qdatabuffer_p.h>

Public Member Functions

 QDataBuffer (int res)
 
 ~QDataBuffer ()
 
void reset ()
 
bool isEmpty () const
 
int size () const
 
Typedata () const
 
Typeat (int i)
 
const Typeat (int i) const
 
Typelast ()
 
const Typelast () const
 
Typefirst ()
 
const Typefirst () const
 
void add (const Type &t)
 
void pop_back ()
 
void resize (int size)
 
void reserve (int size)
 
void shrink (int size)
 
void swap (QDataBuffer< Type > &other)
 
QDataBufferoperator<< (const Type &t)
 

Detailed Description

template<typename Type>
class QDataBuffer< Type >

Definition at line 61 of file qdatabuffer_p.h.

Constructor & Destructor Documentation

◆ QDataBuffer()

template<typename Type >
QDataBuffer< Type >::QDataBuffer ( int  res)
inline

Definition at line 65 of file qdatabuffer_p.h.

Here is the call graph for this function:

◆ ~QDataBuffer()

template<typename Type >
QDataBuffer< Type >::~QDataBuffer ( )
inline

Definition at line 80 of file qdatabuffer_p.h.

Member Function Documentation

◆ add()

template<typename Type >
void QDataBuffer< Type >::add ( const Type t)
inline

Definition at line 100 of file qdatabuffer_p.h.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ at() [1/2]

template<typename Type >
Type& QDataBuffer< Type >::at ( int  i)
inline

Definition at line 93 of file qdatabuffer_p.h.

Here is the caller graph for this function:

◆ at() [2/2]

template<typename Type >
const Type& QDataBuffer< Type >::at ( int  i) const
inline

Definition at line 94 of file qdatabuffer_p.h.

◆ data()

template<typename Type >
Type* QDataBuffer< Type >::data ( ) const
inline

Definition at line 91 of file qdatabuffer_p.h.

Here is the caller graph for this function:

◆ first() [1/2]

template<typename Type >
Type& QDataBuffer< Type >::first ( )
inline

Definition at line 97 of file qdatabuffer_p.h.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ first() [2/2]

template<typename Type >
const Type& QDataBuffer< Type >::first ( ) const
inline

Definition at line 98 of file qdatabuffer_p.h.

Here is the call graph for this function:

◆ isEmpty()

template<typename Type >
bool QDataBuffer< Type >::isEmpty ( ) const
inline

Definition at line 88 of file qdatabuffer_p.h.

Here is the caller graph for this function:

◆ last() [1/2]

template<typename Type >
Type& QDataBuffer< Type >::last ( )
inline

Definition at line 95 of file qdatabuffer_p.h.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ last() [2/2]

template<typename Type >
const Type& QDataBuffer< Type >::last ( ) const
inline

Definition at line 96 of file qdatabuffer_p.h.

Here is the call graph for this function:

◆ operator<<()

template<typename Type >
QDataBuffer& QDataBuffer< Type >::operator<< ( const Type t)
inline

Definition at line 144 of file qdatabuffer_p.h.

Here is the call graph for this function:

◆ pop_back()

template<typename Type >
void QDataBuffer< Type >::pop_back ( )
inline

Definition at line 106 of file qdatabuffer_p.h.

Here is the caller graph for this function:

◆ reserve()

template<typename Type >
void QDataBuffer< Type >::reserve ( int  size)
inline

Definition at line 116 of file qdatabuffer_p.h.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ reset()

template<typename Type >
void QDataBuffer< Type >::reset ( )
inline

Definition at line 86 of file qdatabuffer_p.h.

Here is the caller graph for this function:

◆ resize()

template<typename Type >
void QDataBuffer< Type >::resize ( int  size)
inline

Definition at line 111 of file qdatabuffer_p.h.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ shrink()

template<typename Type >
void QDataBuffer< Type >::shrink ( int  size)
inline

Definition at line 127 of file qdatabuffer_p.h.

Here is the call graph for this function:

◆ size()

template<typename Type >
int QDataBuffer< Type >::size ( ) const
inline

Definition at line 90 of file qdatabuffer_p.h.

Here is the caller graph for this function:

◆ swap()

template<typename Type >
void QDataBuffer< Type >::swap ( QDataBuffer< Type > &  other)
inline

Definition at line 138 of file qdatabuffer_p.h.

Here is the call graph for this function:

The documentation for this class was generated from the following file: