API published in: S60 3rd Ed FP 2
Link against: servicehandler.lib
#include <e32std.h>
#include <s32strm.h>
#include <f32file.h>
#include "aiwvarianttype.hrh"
#include "aiwvariant.inl"
Go to the source code of this file.
Data Structures |
|
class | TAiwVariant |
Variant data class to hold a value of a TAiwGenericParam instance. More... |
|
struct | TAiwVariant::SInt64 |
POD storage for a 64-bit integer. |
|
union | TAiwVariant::UData |
Functions |
|
IMPORT_C TBool | operator== (const TAiwVariant &aLhs, const TAiwVariant &aRhs) |
Returns ETrue if two variants are equal. |
|
TBool | operator!= (const TAiwVariant &aLhs, const TAiwVariant &aRhs) |
Returns ETrue if two variants are not equal. |
|
void | Dump (const TAiwVariant &aVariant) |
Dumps the contents of aVariant to debug output. |
|
Dumps the contents of aVariant to debug output. Available only in debug builds.
|
|
Returns ETrue if two variants are not equal.
|
|
Returns ETrue if two variants are equal.
|