| template <> |
| class TSwizzleC< TAny > : public 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.
| 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 &) |
| TSwizzleC | ( | const TAny * | aPtr | ) | [inline] |
Constructs the swizzle representing the specified untyped object as a pointer.
| const TAny * 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.
| TStreamId 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.
| const TSwizzleCBase & 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.
| TStreamRef aRef | The stream reference. |
| const TAny * | AsPtr | ( | ) | const [inline] |
Gets a constant pointer to the untyped object that this swizzle represents.
| TSwizzleC < TAny > & | operator= | ( | const TAny * | aPtr | ) | [inline] |
Sets this swizzle to represent the specified in-memory untyped object.
| const TAny * aPtr | A pointer to the untyped object that the swizzle is to represent. |
| TSwizzleC < TAny > & | operator= | ( | const TSwizzleCBase & | aSwizzle | ) | [inline] |
Sets this swizzle to represent the untyped object currently represented by the specific swizzle.
| const TSwizzleCBase & aSwizzle | A pointer to the untyped object that the swizzle is to represent. |
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.