GEOS SDK TechDocs
|
|
|
1 Design Philosophy
One of the most important data types in GEOS is the handle . There are many different types of handles serving many different purposes. However, they all have one or both of these traits: they provide an unchanging reference to a changing (or moving) thing, and they allow geodes to access and manipulate indirectly certain structures which are maintained as internal to the kernel.
1 Design Philosophy
2 The Global Handle Table
3 Local Handles
GEOS SDK TechDocs
|
|
|
1 Design Philosophy