Peoplemon  0.1.0
Peoplemon 3 game source documentation
Public Types | Public Member Functions | Public Attributes | List of all members
bl::serial::SerializableObject< core::pplmn::StoredPeoplemon > Struct Reference

#include <StoredPeoplemon.hpp>

+ Inheritance diagram for bl::serial::SerializableObject< core::pplmn::StoredPeoplemon >:

Public Types

using SP = core::pplmn::StoredPeoplemon
 
using OP = core::pplmn::OwnedPeoplemon
 

Public Member Functions

 SerializableObject ()
 

Public Attributes

SerializableField< 1, SP, OPpeoplemon
 
SerializableField< 2, SP, std::uint16_t > boxNumber
 
SerializableField< 3, SP, sf::Vector2i > position
 

Detailed Description

Definition at line 55 of file StoredPeoplemon.hpp.

Member Typedef Documentation

◆ OP

using bl::serial::SerializableObject< core::pplmn::StoredPeoplemon >::OP = core::pplmn::OwnedPeoplemon

Definition at line 57 of file StoredPeoplemon.hpp.

◆ SP

using bl::serial::SerializableObject< core::pplmn::StoredPeoplemon >::SP = core::pplmn::StoredPeoplemon

Definition at line 56 of file StoredPeoplemon.hpp.

Constructor & Destructor Documentation

◆ SerializableObject()

bl::serial::SerializableObject< core::pplmn::StoredPeoplemon >::SerializableObject ( )
inline

Definition at line 63 of file StoredPeoplemon.hpp.

Member Data Documentation

◆ boxNumber

SerializableField<2, SP, std::uint16_t> bl::serial::SerializableObject< core::pplmn::StoredPeoplemon >::boxNumber

Definition at line 60 of file StoredPeoplemon.hpp.

◆ peoplemon

SerializableField<1, SP, OP> bl::serial::SerializableObject< core::pplmn::StoredPeoplemon >::peoplemon

Definition at line 59 of file StoredPeoplemon.hpp.

◆ position

SerializableField<3, SP, sf::Vector2i> bl::serial::SerializableObject< core::pplmn::StoredPeoplemon >::position

Definition at line 61 of file StoredPeoplemon.hpp.


The documentation for this struct was generated from the following file: