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::OwnedMove > Struct Reference

#include <OwnedMove.hpp>

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

Public Types

using Id = core::pplmn::MoveId
 
using Move = core::pplmn::OwnedMove
 

Public Member Functions

 SerializableObject ()
 

Public Attributes

SerializableField< 1, Move, Idid
 
SerializableField< 2, Move, unsigned int > curPP
 
SerializableField< 3, Move, unsigned int > maxPP
 

Detailed Description

Definition at line 88 of file OwnedMove.hpp.

Member Typedef Documentation

◆ Id

using bl::serial::SerializableObject< core::pplmn::OwnedMove >::Id = core::pplmn::MoveId

Definition at line 89 of file OwnedMove.hpp.

◆ Move

using bl::serial::SerializableObject< core::pplmn::OwnedMove >::Move = core::pplmn::OwnedMove

Definition at line 90 of file OwnedMove.hpp.

Constructor & Destructor Documentation

◆ SerializableObject()

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

Definition at line 96 of file OwnedMove.hpp.

Member Data Documentation

◆ curPP

SerializableField<2, Move, unsigned int> bl::serial::SerializableObject< core::pplmn::OwnedMove >::curPP

Definition at line 93 of file OwnedMove.hpp.

◆ id

SerializableField<1, Move, Id> bl::serial::SerializableObject< core::pplmn::OwnedMove >::id

Definition at line 92 of file OwnedMove.hpp.

◆ maxPP

SerializableField<3, Move, unsigned int> bl::serial::SerializableObject< core::pplmn::OwnedMove >::maxPP

Definition at line 94 of file OwnedMove.hpp.


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