Rocstar  1.0
Rocstar multiphysics simulation application
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Handle.h File Reference
#include <CGAL/Handle_for.h>
Include dependency graph for Handle.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Leda_like_rep
 
class  Leda_like_handle
 

Typedefs

typedef Leda_like_rep Rep
 

Functions

unsigned long id (const Leda_like_handle &x)
 
template<class T >
bool identical (const T &t1, const T &t2)
 

Variables

CGAL_END_NAMESPACE
CGAL_BEGIN_NAMESPACE typedef
Leda_like_handle 
Handle
 

Typedef Documentation

typedef Leda_like_rep Rep

Definition at line 138 of file Handle.h.

Function Documentation

bool identical ( const T &  t1,
const T &  t2 
)
inline

Definition at line 113 of file Handle.h.

References id().

114 { return id(t1) == id(t2); }
unsigned long id(const Leda_like_handle &x)
Definition: Handle.h:107

Here is the call graph for this function:

Variable Documentation

Definition at line 137 of file Handle.h.