parcel 0.2.4
Wrappable, wire-transferable C++23 value system with JSON serialization
Loading...
Searching...
No Matches
ability.h File Reference

AbilityCell — parcel adapter for the polymorphic comms::AbilityPtr. More...

#include <parcel/cell.h>
#include <parcel/defaults.h>
#include <parcel/descriptor.h>
#include <parcel/json.h>
#include <commons/ability.hpp>
#include <commons/json/ability.hpp>
#include <compare>
#include <memory>
#include <optional>
#include <string>
#include <string_view>
#include <utility>
Include dependency graph for ability.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  parcel::AbilityCell
 Cell wrapping comms::AbilityPtr (a std::unique_ptr<comms::IAbility>). More...
 

Detailed Description

AbilityCell — parcel adapter for the polymorphic comms::AbilityPtr.