#include <gugr_basics.h>
Public Methods | |
vertex_rep () | |
vertex_rep (const point2< rational > &av) | |
~vertex_rep () | |
void * | operator new (size_t s) |
void | operator delete (void *p, size_t s) |
Public Attributes | |
point2< rational > | v |
int | m_refcount |
gul::ptr_int_union | reserved |
|
Definition at line 120 of file gugr_basics.h. References gul::ptr_int_union::i, m_refcount, and gul::ptr_int_union::p.
00121 { 00122 m_refcount = 1; 00123 reserved.p = 0; 00124 reserved.i = 0; 00125 } |
|
Definition at line 127 of file gugr_basics.h. References gul::ptr_int_union::i, m_refcount, gul::ptr_int_union::p, and v.
|
|
Definition at line 134 of file gugr_basics.h.
00135 { 00136 } |
|
Definition at line 145 of file gugr_basics.h. References gust::PoolFree().
00146 { 00147 PoolFree( p, s ); 00148 } |
|
Definition at line 138 of file gugr_basics.h. References gust::PoolAlloc().
00139 { 00140 size_t dummy; 00141 void *p = PoolAlloc( s, &dummy ); 00142 if( p == NULL ) throw PoolAllocError(); 00143 return(p); 00144 } |
|
Definition at line 117 of file gugr_basics.h. Referenced by vertex_rep(). |
|
Definition at line 118 of file gugr_basics.h. |
|
Definition at line 116 of file gugr_basics.h. Referenced by vertex_rep(). |