#include <unordered_map>
#include <type_traits>
#include <variant>
#include "ObjectInfo.h"
#include "ItemOp.h"
#include "WppTypes.h"
#include "WppLogs.h"
Go to the source code of this file.
|
| class | wpp::Resource |
| | The Resource class in the wpp namespace is a comprehensive and flexible class designed to handle different types of data within a resource-oriented architecture. It offers a range of functionalities including storing, retrieving, and validating various data types, as well as managing multiple instances of a resource. More...
|
| |
| struct | wpp::Resource::ResInst |
| | Type for resource instance. More...
|
| |
|
| | wpp |
| | The WppConnection class represents a connection interface for the Wpp library.
|
| |