dl
dl::Cpt::Variable< T, UID > 模板类 参考

变量,注意模板参数 需要实例化后不重复 更多...

#include <dl_component.h>

Public 成员函数

void Set (T v)
 
T Get ()
 
 operator bool ()
 
 Variable (T v)
 
 Variable ()
 

详细描述

template<typename T, uint64_t UID>
class dl::Cpt::Variable< T, UID >

变量,注意模板参数 需要实例化后不重复

在文件 dl_component.h37 行定义.

构造及析构函数说明

◆ Variable() [1/2]

template<typename T, uint64_t UID>
dl::Cpt::Variable< T, UID >::Variable ( T v)
inline

在文件 dl_component.h44 行定义.

◆ Variable() [2/2]

template<typename T, uint64_t UID>
dl::Cpt::Variable< T, UID >::Variable ( )
inline

在文件 dl_component.h45 行定义.

成员函数说明

◆ Get()

template<typename T, uint64_t UID>
T dl::Cpt::Variable< T, UID >::Get ( )
inline

在文件 dl_component.h41 行定义.

◆ operator bool()

template<typename T, uint64_t UID>
dl::Cpt::Variable< T, UID >::operator bool ( )
inline

在文件 dl_component.h43 行定义.

◆ Set()

template<typename T, uint64_t UID>
void dl::Cpt::Variable< T, UID >::Set ( T v)
inline

在文件 dl_component.h40 行定义.


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