'ODTONE - Open Dot Twenty One'

PrevUpHomeNext

Struct cost_curr

odtone::mih::cost_curr

Synopsis

// In header: </home/carlos/Projectos/odtone/inc/odtone/mih/types/information.hpp>


struct cost_curr {

  // public member functions
  template<typename ArchiveT> void serialize(ArchiveT &);

  // public data members
  uint8 val;
};

Description

COST_CURR data type.

cost_curr public member functions

  1. template<typename ArchiveT> void serialize(ArchiveT & ar);

    Serialize/deserialize the COST_CURR data type.

    Parameters:

    ar

    The archive to/from where serialize/deserialize the data type.


PrevUpHomeNext