Go to the source code of this file.
Definition at line 107 of file Handle.h.
References Leda_like_handle::PTR.
Referenced by Rocout::add_attribute(), add_ghost_nodes2D(), addpres(), arruda_boyce_cauchy(), artificialdamping(), bc_enforce(), buildfilenamebasic(), buildfilenamesteady(), buildfilenameunsteady(), cauchystressprinc(), Window::delete_attribute(), Pane::delete_attribute(), identical(), Pane::insert(), neoinccauchystress(), operator>>(), Rocout::put_attribute(), read_io_files(), read_patran(), rflo_dualtstinit(), rflo_dualtstpredict(), rflo_dualtstshift(), rflo_dualtststerm(), HDF4::SDfileinfo(), HDF4::SDfindattr(), modstatsroutines::statdataaccumulation1(), TRAIL_WriteWindow(), Rocout::write_attribute(), write_output_2(), and writegeneric().
108 {
return (
unsigned long)x.
PTR; }
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)