NLPACS::CLocalRetriever::CTip::CChainTip Struct Reference

#include <local_retriever.h>


Detailed Description

A chain tip. Contains the id of the chain and wether this tip is the start of the chain.
Author:
Benjamin Legros

Nevrax France

Date:
2001

Definition at line 81 of file local_retriever.h.

Public Member Functions

 CChainTip (sint32 chainId=0, bool start=0)
 Constructor.

void serial (NLMISC::IStream &f)
 Serielaises the CChainTip.


Data Fields

sint32 Chain
 The id of the chain.

bool Start
 True if this tip is the beginning of the chain.


Constructor & Destructor Documentation

NLPACS::CLocalRetriever::CTip::CChainTip::CChainTip sint32  chainId = 0,
bool  start = 0
[inline]
 

Constructor.

Definition at line 90 of file local_retriever.h.

References Chain, and sint32.

00090 : Chain(chainId), Start(start) {}


Member Function Documentation

void NLPACS::CLocalRetriever::CTip::CChainTip::serial NLMISC::IStream f  )  [inline]
 

Serielaises the CChainTip.

Definition at line 93 of file local_retriever.h.

References Chain, and NLMISC::IStream::serial().

00093 { f.serial(Chain, Start); }


Field Documentation

sint32 NLPACS::CLocalRetriever::CTip::CChainTip::Chain
 

The id of the chain.

Definition at line 84 of file local_retriever.h.

Referenced by CChainTip(), and serial().

bool NLPACS::CLocalRetriever::CTip::CChainTip::Start
 

True if this tip is the beginning of the chain.

Definition at line 87 of file local_retriever.h.


The documentation for this struct was generated from the following file:
Generated on Tue Mar 16 14:16:36 2004 for NeL by doxygen 1.3.6