Custom Platform Support Development Kit
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros
Classes | Namespaces | Macros | Enumerations | Variables
IFCMDictionary.h File Reference

This file contains interface for IFCMDictionary. The IFCMDictionary is an interface for generic container for storing data. More...

#include "FCMPreConfig.h"
#include "FCMTypes.h"
#include "IFCMUnknown.h"
#include "FCMPostConfig.h"

Go to the source code of this file.

Classes

class  FCM::IFCMDictionary
 Defines the interface that represents the dictionary. More...
 

Namespaces

 FCM
 The definitions contained in this namespace define a framework called Flash Component Model (FCM), which is responsible for plug-in management. The FCM framework manages loading, unloading and registration of the plugin. It also manages service instantiation, object instantiation and object lifetime management.
 

Macros

#define FCMDICT_RUNTIME_KEY_PREFIX   "_rt_"
 By convention, all keys beginning with these characters will never be written to persistent storage; they are runtime-only keys.
 

Enumerations

enum  FCM::FCMDictRecTypeID {
  FCM::kFCMDictType_Invalid = 0, FCM::kFCMDictType_Dict = 1, FCM::kFCMDictType_PIFCMUnknown, FCM::kFCMDictType_Long,
  FCM::kFCMDictType_Float, FCM::kFCMDictType_Bool, FCM::kFCMDictType_FCMGUID, FCM::kFCMDictType_Bytes,
  FCM::kFCMDictType_StringRep8, FCM::kFCMDictType_Double, _kFCMDictType_Last_
}
 This defines different types of dictionary IDs. More...
 

Variables

FCM::ConstFCMIID FCM::FCMIID_IFCMDictionary
 Defines the universally-unique interface ID for IFCMDictionary. More...
 

Detailed Description

This file contains interface for IFCMDictionary. The IFCMDictionary is an interface for generic container for storing data.