#include <s32std.h>
template <> |
class TSwizzleC< TAny > : public TSwizzleCBase |
Public Member Functions | |
---|---|
TSwizzleC() | |
TSwizzleC(const TAny *) | |
TSwizzleC(TStreamId) | |
TSwizzleC(const TSwizzleCBase &) | |
TSwizzleC(TStreamRef) | |
const TAny * | AsPtr() |
operator const TAny *() | |
TSwizzleC< TAny > & | operator=(const TAny *) |
TSwizzleC< TAny > & | operator=(const TSwizzleCBase &) |
A specific instantiation of the family of TSwizzleC<class T> classes that maintains the representation of an untyped object as a const pointer or as a stream id.
TSwizzleC | ( | const TAny * | aPtr | ) | [inline] |
Constructs the swizzle representing the specified untyped object as a pointer.
Parameters | |
---|---|
aPtr | A pointer to an untyped object which this swizzle is to represent. |
TSwizzleC | ( | TStreamId | anId | ) | [inline] |
Constructs the swizzle for an untyped object, represented as a stream id.
Parameters | |
---|---|
anId | The id of a stream containing the external representation of the untyped object which this swizzle is to represent. |
TSwizzleC | ( | const TSwizzleCBase & | aSwizzle | ) | [inline] |
Constructs the swizzle to represent the untyped object currently represented by the specified swizzle.
Parameters | |
---|---|
aSwizzle | The swizzle whose representation of an object is to be copied to this swizzle. |
TSwizzleC | ( | TStreamRef | aRef | ) | [inline] |
Constructs the swizzle from a stream reference.
Parameters | |
---|---|
aRef | The stream reference. |
const TAny * | AsPtr | ( | ) | const [inline] |
Gets a constant pointer to the untyped object that this swizzle represents.
operator const TAny * | ( | ) | const [inline] |
TSwizzleC< TAny > & | operator= | ( | const TSwizzleCBase & | aSwizzle | ) | [inline] |
Sets this swizzle to represent the untyped object currently represented by the specific swizzle.
Parameters | |
---|---|
aSwizzle | A pointer to the untyped object that the swizzle is to represent. |