From 0ea5fc66924303d1bf73ba283a383e2aadee02f2 Mon Sep 17 00:00:00 2001 From: neodarz Date: Sat, 11 Aug 2018 20:21:34 +0200 Subject: Initial commit --- docs/doxygen/nel/a02758.html | 181 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 181 insertions(+) create mode 100644 docs/doxygen/nel/a02758.html (limited to 'docs/doxygen/nel/a02758.html') diff --git a/docs/doxygen/nel/a02758.html b/docs/doxygen/nel/a02758.html new file mode 100644 index 00000000..f0ad1e47 --- /dev/null +++ b/docs/doxygen/nel/a02758.html @@ -0,0 +1,181 @@ + + +NeL: NLLIGO::CLigoError::CVertex class Reference + + + +
+

NLLIGO::CLigoError::CVertex Class Reference


Detailed Description

+Vertex error. +

+ +

+Definition at line 129 of file ligo_error.h. + + + + + + + + + + + + + + + +

Public Member Functions

 CVertex (TError code, uint id, uint edge)
 Constructor.


Data Fields

TError Code
 Error code on this vertex.

uint Edge
 Edge id (no always used).

uint Id
 Vertex id.

+


Constructor & Destructor Documentation

+

+ + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + +
NLLIGO::CLigoError::CVertex::CVertex TError  code,
uint  id,
uint  edge
[inline]
+
+ + + + + +
+   + + +

+Constructor. +

+ +

+Definition at line 134 of file ligo_error.h. +

+References Code, Id, and uint. +

+

00135                 {
+00136                         Code = code;
+00137                         Id = id;
+00138                         Edge = edge;
+00139                 }
+
+


Field Documentation

+

+ + + + +
+ + +
TError NLLIGO::CLigoError::CVertex::Code +
+
+ + + + + +
+   + + +

+Error code on this vertex. +

+ +

+Definition at line 143 of file ligo_error.h. +

+Referenced by CVertex(), and NLLIGO::CLigoError::getVertexError().

+

+ + + + +
+ + +
uint NLLIGO::CLigoError::CVertex::Edge +
+
+ + + + + +
+   + + +

+Edge id (no always used). +

+ +

+Definition at line 149 of file ligo_error.h. +

+Referenced by NLLIGO::CLigoError::getVertexError().

+

+ + + + +
+ + +
uint NLLIGO::CLigoError::CVertex::Id +
+
+ + + + + +
+   + + +

+Vertex id. +

+ +

+Definition at line 146 of file ligo_error.h. +

+Referenced by CVertex(), and NLLIGO::CLigoError::getVertexError().

+


The documentation for this class was generated from the following file: +
Generated on Tue Mar 16 12:47:55 2004 for NeL by + +doxygen +1.3.6
+ + -- cgit v1.2.1