Integer-Klasse.
Enumeration der verschiedenen Datenobjekte, die in der Library verwendet werden
- Seit
- Wurde mit Version 6.3.0 eingeführt.
Aufzählungswerte |
---|
UNKNOWN |
Unbekannter Datentyp.
|
CINT |
Klasse vom Typ CInt.
|
CSTRING |
Klasse vom Typ CString.
|
CASSOCARRAY |
Klasse vom Typ CAssocArray.
|
CBINARY |
Klasse vom Typ CBinary.
|
CWSTRING |
Klasse vom Typ CWString.
|
CARRAY |
Klasse vom Typ CArray.
|
CBOOL |
Klasse vom Typ CBool.
|
CDATETIME |
Klasse vom Typ CDateTime.
|
ppl6::CInt::CInt |
( |
const int |
val | ) |
|
ppl6::CInt::CInt |
( |
const char * |
str | ) |
|
ppl6::CInt::CInt |
( |
const CInt & |
val | ) |
|
ppl6::CInt::CInt |
( |
const CString & |
str | ) |
|
int CVar::DataType |
( |
| ) |
const |
|
inherited |
Diese Funktion liefert den Datentyp des Objekts zurück.
- Rückgabe
- ID aus der Enumeration CVar::PPLDataType
- Seit
- Wurde mit Version 6.3.0 eingeführt.
int ppl6::CInt::GetVal |
( |
| ) |
|
int CVar::IsType |
( |
int |
type | ) |
const |
|
inherited |
ppl6::CInt::operator char |
( |
| ) |
const |
ppl6::CInt::operator int |
( |
| ) |
const |
ppl6::CInt::operator long |
( |
| ) |
const |
ppl6::CInt::operator short |
( |
| ) |
const |
ppl6::CInt::operator unsigned char |
( |
| ) |
const |
ppl6::CInt::operator unsigned int |
( |
| ) |
const |
ppl6::CInt::operator unsigned long |
( |
| ) |
const |
ppl6::CInt::operator unsigned short |
( |
| ) |
const |
bool ppl6::CInt::operator!= |
( |
const int |
val | ) |
const |
CInt ppl6::CInt::operator+ |
( |
const int |
val | ) |
|
CInt ppl6::CInt::operator+ |
( |
const CInt & |
val | ) |
|
CInt & ppl6::CInt::operator++ |
( |
| ) |
|
CInt & ppl6::CInt::operator+= |
( |
const int |
val | ) |
|
CInt & ppl6::CInt::operator+= |
( |
const CInt & |
val | ) |
|
CInt & ppl6::CInt::operator-- |
( |
| ) |
|
CInt & ppl6::CInt::operator-= |
( |
const int |
val | ) |
|
CInt & ppl6::CInt::operator-= |
( |
const CInt & |
val | ) |
|
bool ppl6::CInt::operator< |
( |
const int |
val | ) |
const |
bool ppl6::CInt::operator<= |
( |
const int |
val | ) |
const |
CInt & ppl6::CInt::operator= |
( |
const char * |
str | ) |
|
CInt & ppl6::CInt::operator= |
( |
const int |
val | ) |
|
CInt & ppl6::CInt::operator= |
( |
const CInt & |
val | ) |
|
bool ppl6::CInt::operator== |
( |
const int |
val | ) |
const |
bool ppl6::CInt::operator> |
( |
const int |
val | ) |
const |
bool ppl6::CInt::operator>= |
( |
const int |
val | ) |
const |
CInt & ppl6::CInt::operator|= |
( |
const int |
val | ) |
|
ppluint8 ppl6::CVar::type |
|
protectedinherited |
Die Dokumentation für diese Klasse wurde erzeugt aufgrund der Dateien:
- /jenkins/jobs/clang_ppl6/workspace/include/ppl6.h
- /jenkins/jobs/clang_ppl6/workspace/src/vars/CInt.cpp