From 0ea5fc66924303d1bf73ba283a383e2aadee02f2 Mon Sep 17 00:00:00 2001 From: neodarz Date: Sat, 11 Aug 2018 20:21:34 +0200 Subject: Initial commit --- ...CS_1_1CLocalRetriever_1_1CTip_1_1CChainTip.html | 242 +++++++++++++++++++++ 1 file changed, 242 insertions(+) create mode 100644 docs/doxygen/nel/structNLPACS_1_1CLocalRetriever_1_1CTip_1_1CChainTip.html (limited to 'docs/doxygen/nel/structNLPACS_1_1CLocalRetriever_1_1CTip_1_1CChainTip.html') diff --git a/docs/doxygen/nel/structNLPACS_1_1CLocalRetriever_1_1CTip_1_1CChainTip.html b/docs/doxygen/nel/structNLPACS_1_1CLocalRetriever_1_1CTip_1_1CChainTip.html new file mode 100644 index 00000000..69ba87bb --- /dev/null +++ b/docs/doxygen/nel/structNLPACS_1_1CLocalRetriever_1_1CTip_1_1CChainTip.html @@ -0,0 +1,242 @@ + + + + nevrax.org : docs + + + + + + + + + + + + + + +
# Home   # nevrax.com   
+ + + + +
Nevrax
+ + + + + + + + + + +
+ + +
+ Nevrax.org
+ + + + + + + +
#News
#Mailing-list
#Documentation
#CVS
#Bugs
#License
+
+ + +
+ + +
+Docs + +
+  + + + + + +
Documentation 
+ +
+Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages   Search  
+

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

A chain tip. +More... +

+#include <local_retriever.h> +

+List of all members. + + + + + + + + + + +

Public Methods

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

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


Public Attributes

sint32 Chain
 The id of the chain. More...

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

+


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.


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 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, NLMISC::IStream::serial, and Start.

+


Member Data 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. +

+Referenced by CChainTip, and serial.

+


The documentation for this struct was generated from the following file: + + + +
                                                                                                                                                                    +
+ + -- cgit v1.2.1