|
||
class TSwizzleBase : public TSwizzleCBase;
Implementation class for swizzles.
Although part of the class hierarchy, no function or data members in this class form part of the public application programming interface.
The class is not intended for instantiation.
TSwizzleCBase
-
Base class for swizzles.
TSwizzleBase
-
Implementation class for swizzles.
Defined in TSwizzleBase
:
Inherited from TSwizzleCBase
:
AsId()const
Gets the streamid of the represented object.DoExternalizeL(RWriteStream &,TExternalizer< TAny >)const
InternalizeL(RReadStream &)
Internalises a stream id from the read stream, constructs a swizzle from this st...IsId()const
Tests whether this swizzle currently represents an object as a stream id.IsPtr()const
Tests whether this swizzle currently represents an object as a pointer.TSwizzleCBase(TStreamId)
TSwizzleCBase(TStreamRef)
TSwizzleCBase(const TAny *)
operator!=(const TAny *)const
Compares for inequality with an in-memory object.operator!=(const TSwizzleCBase &)const
Compares for inequality with another swizzle.operator==(const TAny *)const
Compares for equality with an in-memory object.operator==(const TSwizzleCBase &)const
Compares for equality with another swizzle.