__PIP_TYPENAME_DECLARE
This commit is contained in:
@@ -270,4 +270,9 @@ inline bool operator<=(ushort v, const PIChar & c) {
|
||||
return (PIChar(v) <= c);
|
||||
}
|
||||
|
||||
|
||||
#if !PIP_HAS_RTTI
|
||||
__PIP_TYPENAME_DECLARE(PIChar, "PIChar")
|
||||
#endif
|
||||
|
||||
#endif // PICHAR_H
|
||||
|
||||
@@ -2052,4 +2052,8 @@ inline PIString piStringify(const T & v) {
|
||||
}
|
||||
|
||||
|
||||
#if !PIP_HAS_RTTI
|
||||
__PIP_TYPENAME_DECLARE(PIString, "PIString")
|
||||
#endif
|
||||
|
||||
#endif // PISTRING_H
|
||||
|
||||
@@ -216,4 +216,9 @@ inline PICout operator<<(PICout s, const PIStringList & v) {
|
||||
return s;
|
||||
}
|
||||
|
||||
|
||||
#if !PIP_HAS_RTTI
|
||||
__PIP_TYPENAME_DECLARE(PIStringList, "PIStringList")
|
||||
#endif
|
||||
|
||||
#endif // PISTRINGLIST_H
|
||||
|
||||
Reference in New Issue
Block a user