Kelas System::ObjectType

ObjectType class

Menyediakan metode statis yang mengimplementasikan getter tipe objek. Ini adalah tipe statis tanpa layanan instance. Anda tidak boleh membuat instance darinya dengan cara apapun.

class ObjectType

Metode

MetodeDeskripsi
static GetType(const T&)Implementasi terjemahan typeof(). Overload untuk smart pointer.
static GetType(const T&)Implementasi terjemahan typeof(). Overload untuk struktur.
static GetType(const T&)Implementasi terjemahan typeof(). Overload untuk pengecualian.
static GetType(const T)Implementasi terjemahan typeof(). Overload untuk tipe primitif.
static GetType(const T)Implementasi terjemahan typeof(). Overload untuk tipe Nullable.
static GetType()Implementasi terjemahan typeof(). Overload untuk tipe primitif.
static GetType()Implementasi terjemahan typeof(). Overload untuk tipe enum.
static GetType()Implementasi terjemahan typeof(). Overload untuk struktur dan pointer.
static GetType()Implementasi terjemahan typeof(). Overload untuk Nullable.
static GetType()Implementasi terjemahan typeof(). Overload untuk MutlicastDelegate.
static GetType()Implementasi terjemahan typeof(). Overload untuk struktur dan pointer.
static GetType(const String&)Implementasi terjemahan typeof(). Overload untuk tipe string.
static GetType()Implementasi terjemahan typeof(). Overload untuk uint8_t.
static GetType()Implementasi terjemahan typeof(). Overload untuk uint8_t.
static GetType()Implementasi terjemahan typeof(). Overload untuk uint8_t.
static GetType()Implementasi terjemahan typeof(). Overload untuk uint8_t.
static GetType()Implementasi terjemahan typeof(). Overload untuk uint8_t.
static GetType()Implementasi terjemahan typeof(). Overload untuk uint8_t.

Lihat Juga