Public Member Functions | Public Attributes

CSmallVector< Type, Size > Struct Template Reference

#include <util_classes.h>

List of all members.

Public Member Functions

Public Attributes

template<class Type, int Size>
struct CSmallVector< Type, Size >


Constructor & Destructor Documentation

template<class Type , int Size>
CSmallVector< Type, Size >::CSmallVector (  )  [inline]

Member Function Documentation

template<class Type , int Size>
void CSmallVector< Type, Size >::Add ( Type  Item  )  [inline]
template<class Type , int Size>
void CSmallVector< Type, Size >::Insert ( int  No,
Type  Item 
) [inline]
template<class Type , int Size>
void CSmallVector< Type, Size >::Erase ( int  No  )  [inline]
template<class Type , int Size>
void CSmallVector< Type, Size >::Clear (  )  [inline]
template<class Type , int Size>
BYTE CSmallVector< Type, Size >::size (  )  const [inline]
template<class Type , int Size>
bool CSmallVector< Type, Size >::empty ( void   )  const [inline]
template<class Type , int Size>
Type& CSmallVector< Type, Size >::back (  )  [inline]
template<class Type , int Size>
Type& CSmallVector< Type, Size >::operator[] ( int  No  )  [inline]
template<class Type , int Size>
const Type& CSmallVector< Type, Size >::operator[] ( int  No  )  const [inline]
template<class Type , int Size>
size_t CSmallVector< Type, Size >::find_item ( const Type &  X  )  const [inline]

References CSmallVector< Type, Size >::m_Items, and CSmallVector< Type, Size >::m_ItemsCount.

Referenced by CSmallVector< Type, Size >::has().

Here is the caller graph for this function:

template<class Type , int Size>
bool CSmallVector< Type, Size >::has ( const Type &  X  )  const [inline]

References CSmallVector< Type, Size >::find_item(), and CSmallVector< Type, Size >::m_ItemsCount.

Here is the call graph for this function:


Member Data Documentation

template<class Type , int Size>
Type CSmallVector< Type, Size >::m_Items[Size]
template<class Type , int Size>
int CSmallVector< Type, Size >::m_ItemsCount

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