#include <kanzi/core.ui/property/variant.hpp>
#include <kanzi/core/cpp/cstddef.hpp>
#include <kanzi/core/cpp/unordered_set.hpp>
#include <kanzi/core/cpp/vector.hpp>
#include <kanzi/core/util/byte_span.hpp>
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... | |