'ODTONE - Open Dot Twenty One'

PrevUpHomeNext

Struct link_action

odtone::mih::link_action

Synopsis

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


struct link_action {

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

  // public data members
  link_ac_type type;
  link_ac_attr attr;
};

Description

LINK_ACTION data type.

link_action public member functions

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

    Serialize/deserialize the LINK_ACTION data type.

    Parameters:

    ar

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

link_action public public data members

  1. link_ac_type type;

    Link action type.

  2. link_ac_attr attr;

    Link action attribute.


PrevUpHomeNext