#include "NOPackageMap.h"
Public Member Functions | |
NOPackageMap (const std::map< NCommon::UTF8String, NiXPSObjects::NOPackage * > &pMap) | |
NOPackageMapHandler | getHandler () const |
NiXPSObjects::NOPackageMap::NOPackageMap | ( | const std::map< NCommon::UTF8String, NiXPSObjects::NOPackage * > & | pMap | ) |
create a package from a map of string - NOPackage pointers Useful if you want to run an XML-script using NOUtility::runScript. What you put in the map depends on the XML-script you are using
pMap | The std::map to construct the NOPackageMap with |
NOPackageMapHandler NiXPSObjects::NOPackageMap::getHandler | ( | ) | const |
get a C-safe struct from this NOPackageMap to handle over to the DLL