|
|
|
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()constGets the streamid of the represented object.DoExternalizeL(RWriteStream &,TExternalizer< TAny >)constInternalizeL(RReadStream &)Internalises a stream id from the read stream, constructs a swizzle from this st...IsId()constTests whether this swizzle currently represents an object as a stream id.IsPtr()constTests whether this swizzle currently represents an object as a pointer.TSwizzleCBase(TStreamId)TSwizzleCBase(TStreamRef)TSwizzleCBase(const TAny *)operator!=(const TAny *)constCompares for inequality with an in-memory object.operator!=(const TSwizzleCBase &)constCompares for inequality with another swizzle.operator==(const TAny *)constCompares for equality with an in-memory object.operator==(const TSwizzleCBase &)constCompares for equality with another swizzle.