|
SALOME - SMESH
|


Public Member Functions | |
| IndexedMapNode (const TheKeyType &theKey1, const Standard_Integer theKey2, NCollection_ListNode *theNext1, NCollection_ListNode *theNext2) | |
| Constructor with 'Next'. | |
| TheKeyType & | Key1 (void) |
| Key1. | |
| const Standard_Integer & | Key2 (void) |
| Key2. | |
| IndexedMapNode *& | Next2 (void) |
| Next2. | |
Static Public Member Functions | |
| static void | delNode (NCollection_ListNode *theNode, Handle(NCollection_BaseAllocator)&theAl) |
| Static deleter to be passed to BaseList. | |
Private Attributes | |
| Standard_Integer | myKey2 |
| IndexedMapNode * | myNext2 |
| SMESH_IndexedMap::IndexedMapNode::IndexedMapNode | ( | const TheKeyType & | theKey1, |
| const Standard_Integer | theKey2, | ||
| NCollection_ListNode * | theNext1, | ||
| NCollection_ListNode * | theNext2 | ||
| ) |
Constructor with 'Next'.
Definition at line 45 of file SMESH_IndexedMap.hxx.
| TheKeyType& SMESH_IndexedMap::IndexedMapNode::Key1 | ( | void | ) |
Key1.
Definition at line 55 of file SMESH_IndexedMap.hxx.
| const Standard_Integer& SMESH_IndexedMap::IndexedMapNode::Key2 | ( | void | ) |
| IndexedMapNode*& SMESH_IndexedMap::IndexedMapNode::Next2 | ( | void | ) |
| static void SMESH_IndexedMap::IndexedMapNode::delNode | ( | NCollection_ListNode * | theNode, |
| Handle(NCollection_BaseAllocator)& | theAl | ||
| ) | [static] |
Static deleter to be passed to BaseList.
Definition at line 65 of file SMESH_IndexedMap.hxx.
Referenced by SMESH_IndexedMap::Clear().

Standard_Integer SMESH_IndexedMap::IndexedMapNode::myKey2 [private] |
Definition at line 73 of file SMESH_IndexedMap.hxx.
Referenced by IndexedMapNode(), and Key2().
Definition at line 74 of file SMESH_IndexedMap.hxx.
Referenced by IndexedMapNode(), and Next2().