Vegastrike 0.5.1 rc1  1.0
Original sources for Vegastrike Evolved
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Pair Struct Reference

A generic couple structure. More...

#include <IcePairs.h>

Inheritance diagram for Pair:
BVTCache Opcode::BVTCache

Public Member Functions

inline_ Pair ()
 
inline_ Pair (udword i0, udword i1)
 

Public Attributes

udword id0
 First index of the pair. More...
 
udword id1
 Second index of the pair. More...
 

Detailed Description

A generic couple structure.

Definition at line 16 of file IcePairs.h.

Constructor & Destructor Documentation

inline_ Pair::Pair ( )
inline

Definition at line 18 of file IcePairs.h.

18 {}
inline_ Pair::Pair ( udword  i0,
udword  i1 
)
inline

Definition at line 19 of file IcePairs.h.

19 : id0(i0), id1(i1) {}

Member Data Documentation

udword Pair::id0

First index of the pair.

Definition at line 21 of file IcePairs.h.

Referenced by Pairs::AddPair(), and Opcode::SweepAndPrune::Init().

udword Pair::id1

Second index of the pair.

Definition at line 22 of file IcePairs.h.

Referenced by Pairs::AddPair(), and Opcode::SweepAndPrune::Init().


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