ARB
Classes | Typedefs | Functions
CT_hash.hxx File Reference
#include "CT_part.hxx"
#include <set>
#include <vector>
Include dependency graph for CT_hash.hxx:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  PartRegistry
 

Typedefs

typedef PARTPARTptr
 
typedef std::set< PARTptr,
bool(*)(const PART *, const
PART *)> 
PartSet
 
typedef std::vector< PARTptrPartVector
 

Functions

bool topological_less (const PART *p1, const PART *p2)
 

Typedef Documentation

typedef PART* PARTptr

Definition at line 24 of file CT_hash.hxx.

typedef std::set<PARTptr, bool (*)(const PART *, const PART *)> PartSet

Definition at line 25 of file CT_hash.hxx.

typedef std::vector<PARTptr> PartVector

Definition at line 26 of file CT_hash.hxx.

Function Documentation

bool topological_less ( const PART p1,
const PART p2 
)
inline

Definition at line 28 of file CT_hash.hxx.

References PART::topological_cmp().