#include <crtc.h>
|
|
| Let (T *ptr) |
| |
|
| Let (const Let< T > &src) |
| |
|
template<class S > |
| | Let (Let< S > src) |
| |
|
Let< T > & | operator= (T *src) |
| |
|
Let< T > & | operator= (const Let< T > &src) |
| |
|
bool | IsEmpty () const |
| |
|
| operator T* () const |
| |
|
T * | operator* () const |
| |
|
T * | operator-> () const |
| |
|
void | Dispose () const |
| |
|
template<class R > |
| R & | operator[] (const size_t index) |
| |
|
template<class R > |
| const R & | operator[] (const size_t index) const |
| |
|
|
template<typename... Args> |
| static Let< T > | New (Args &&... args) |
| |
|
static Let< T > | Empty () |
| |
|
template<class S > |
| static Let< T > | Cast (S *src) |
| |
|
template<class S > |
| static Let< T > | Cast (const Let< S > &src) |
| |
The documentation for this class was generated from the following file: