kzb_memory_parser.hpp File Reference

Classes

class  kanzi::KzbMemoryParser
 Parser of the kzb file structure. More...
 

Namespaces

 kanzi
 

Typedefs

typedef shared_ptr< Object > kanzi::ObjectSharedPtr
 Object shared pointer type. More...
 
typedef unordered_set< string > kanzi::UrlContainer
 

Functions

KANZI_API UrlContainer kanzi::collectResourceUrls (const KzbMemoryParser::PropertyContainer &properties)
 Collects URLs of all property values of Resource type. More...
 
KANZI_API void kanzi::applyProperties (Object &object, const KzbMemoryParser::PropertyContainer &properties)
 Apply properties from a PropertyContainer to an Object. More...