dl
dl::VectorReuse< T > 模板类 参考

复用容器 更多...

#include <dl_vector_reuse.h>

Public 成员函数

void Reset ()
 
TFind (const T &b)
 
void Add (const T &b)
 
auto begin ()
 
auto end ()
 
 VectorReuse ()
 
 ~VectorReuse ()
 

详细描述

template<typename T>
class dl::VectorReuse< T >

复用容器

在文件 dl_vector_reuse.h21 行定义.

构造及析构函数说明

◆ VectorReuse()

template<typename T>
dl::VectorReuse< T >::VectorReuse ( )
inline

在文件 dl_vector_reuse.h56 行定义.

◆ ~VectorReuse()

template<typename T>
dl::VectorReuse< T >::~VectorReuse ( )
inline

在文件 dl_vector_reuse.h60 行定义.

成员函数说明

◆ Add()

template<typename T>
void dl::VectorReuse< T >::Add ( const T & b)
inline

在文件 dl_vector_reuse.h37 行定义.

◆ begin()

template<typename T>
auto dl::VectorReuse< T >::begin ( )
inline

在文件 dl_vector_reuse.h47 行定义.

◆ end()

template<typename T>
auto dl::VectorReuse< T >::end ( )
inline

在文件 dl_vector_reuse.h51 行定义.

◆ Find()

template<typename T>
T * dl::VectorReuse< T >::Find ( const T & b)
inline

在文件 dl_vector_reuse.h28 行定义.

◆ Reset()

template<typename T>
void dl::VectorReuse< T >::Reset ( )
inline

在文件 dl_vector_reuse.h24 行定义.


该类的文档由以下文件生成: