Inkscape
Vector Graphics Editor
|
Public Member Functions | |
Anchor () | |
Anchor (Anchored const *obj) | |
![]() | |
void * | operator new (std::size_t size, ScanPolicy scan=default_scan, CollectionPolicy collect=default_collect) |
void * | operator new[] (std::size_t size, ScanPolicy scan=default_scan, CollectionPolicy collect=default_collect) |
void | operator delete (void *p) |
Public Attributes | |
int | refcount |
void * | base |
Definition at line 64 of file gc-anchored.h.
|
inline |
Definition at line 65 of file gc-anchored.h.
|
inline |
Definition at line 66 of file gc-anchored.h.
References base, and Inkscape::GC::Core::base().
void* Inkscape::GC::Anchored::Anchor::base |
Definition at line 70 of file gc-anchored.h.
Referenced by Anchor().
int Inkscape::GC::Anchored::Anchor::refcount |
Definition at line 69 of file gc-anchored.h.
Referenced by Inkscape::GC::Anchored::_anchored_refcount(), Inkscape::GC::Anchored::anchor(), and Inkscape::GC::Anchored::release().