File command_id.hppΒΆ

namespace o80
class CommandId
#include <command_id.hpp>

Public Functions

inline CommandId()
inline CommandId(int _value)
inline CommandId(const CommandId &other)
inline CommandId(CommandId &&other) noexcept
inline CommandId &operator=(const CommandId &other)
inline CommandId &operator=(CommandId &&other) noexcept
template<class Archive>
inline void serialize(Archive &archive)
inline int get_id() const

Public Members

int value