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

#include <Layer.hpp>

+ Inheritance diagram for bl::serial::SerializableObject< core::map::Layer< T > >:

Public Types

using Layer = core::map::Layer< T >
 

Public Member Functions

 SerializableObject ()
 

Public Attributes

SerializableField< 1, Layer, std::uint32_t > w
 
SerializableField< 2, Layer, std::uint32_t > h
 
SerializableField< 3, Layer, std::vector< T > > data
 

Detailed Description

template<typename T>
struct bl::serial::SerializableObject< core::map::Layer< T > >

Definition at line 148 of file Layer.hpp.

Member Typedef Documentation

◆ Layer

template<typename T >
using bl::serial::SerializableObject< core::map::Layer< T > >::Layer = core::map::Layer<T>

Definition at line 149 of file Layer.hpp.

Constructor & Destructor Documentation

◆ SerializableObject()

template<typename T >
bl::serial::SerializableObject< core::map::Layer< T > >::SerializableObject ( )
inline

Definition at line 155 of file Layer.hpp.

Member Data Documentation

◆ data

template<typename T >
SerializableField<3, Layer, std::vector<T> > bl::serial::SerializableObject< core::map::Layer< T > >::data

Definition at line 153 of file Layer.hpp.

◆ h

template<typename T >
SerializableField<2, Layer, std::uint32_t> bl::serial::SerializableObject< core::map::Layer< T > >::h

Definition at line 152 of file Layer.hpp.

◆ w

template<typename T >
SerializableField<1, Layer, std::uint32_t> bl::serial::SerializableObject< core::map::Layer< T > >::w

Definition at line 151 of file Layer.hpp.


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