#include <local_retriever.h>
Nevrax France
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.
Definition at line 90 of file local_retriever.h.
|
|
Serielaises the CChainTip.
Definition at line 93 of file local_retriever.h. References Chain, and NLMISC::IStream::serial().
00093 { f.serial(Chain, Start); } |
|
The id of the chain.
Definition at line 84 of file local_retriever.h. Referenced by CChainTip(), and serial(). |
|
True if this tip is the beginning of the chain.
Definition at line 87 of file local_retriever.h. |