|
|
Donner 0.5.1
Embeddable browser-grade SVG2 engine
|
#include <ostream>#include <entt/entity/entity.hpp>#include <entt/entity/fwd.hpp>#include <entt/entity/handle.hpp>#include <entt/entity/registry.hpp>Namespaces | |
| namespace | donner |
| Top-level Donner namespace, which is split into different sub-namespaces such as donner::svg and donner::css. | |
Typedefs | |
| using | donner::Entity = entt::entity |
Entity type for the Registry, a std::uint32_t alias. | |
| using | donner::Registry = entt::basic_registry<Entity, std::allocator<Entity>> |
| Registry type for the SVG ECS, which is the entry point for storing all data. | |
| using | donner::EntityHandle = entt::basic_handle<Registry> |
| Convenience handle for a Entity with an attached Registry. | |
Functions | |
| auto | donner::operator<=> (Entity lhs, Entity rhs) |
| Compare two Entity values. | |
| std::ostream & | entt::operator<< (std::ostream &os, const entity &e) |
| Ostream output operator for entt::entity, outputs #<id>. | |