Sitemap | Search || Zen Spider Website
/ Satori
/ Satori Class Index
Satori Class Index

- ArrayPtr
- An extension to ObjectPtr (Ryan Davis)
- AssocPtr
- ObjectPtr extension for Smalltalk Association Objects. (Ryan Davis)
- Block<class Type>
- Wrapper interface for arrays. (Matt Splett)
- Boolean
- Wrapper for Boolean objects. (Matt Splett)
- ByteStore
- (BIG) Temporary holding store for compiled bytecodes. (Matt Splett)
- CharacterPtr
- ObjectPtr extension for Smalltalk Characters (Ryan Davis)
- ClassPtr
- ObjectPtr extension for Smalltalk Classes. (Ryan Davis)
- ContextPtr
- ObjectPtr extension for Smalltalk Context objects. (Matt Splett)
- DebugLevel
- Debugging Utility (Ryan Davis)
- DescPtr
- Provides a C++ interface to smalltalk method description objects. (Matthew Splett)
- DictPtr
- ObjectPtr extension for Smalltalk Dictionaries. (Ryan Davis)
- DynBlock<class Type>
- Extends Block to be dynamicably growable. (Matt Splett)
- Float
- Contain protected functionality for double. (Matt Splett)
- FloatPtr
- ObjectPtr extension for Smalltalk Floats. (Matt Splett)
- GCable
- Provides a "mixin" class service for Garbage Collectable objects. (Ryan Davis)
- IntegerPtr
- BRIEF (Ryan Davis)
- List<class Type>
- Doubly linked list. (Ryan Davis)
- ListNode<class Type>
- Private Class used by List (Ryan Davis)
- Memory
- Garbage Collector & Memory Manager Services (Ryan Davis)
- MethodBuilder
- Compiler utility that maintains symbol tables & state. (Ryan Davis)
- MethodPtr
- ObjectPtr extension for CompiledMethod objects. (Matt Splett)
- NodePtr
- to give me a headache. (Matt Splett)
- Object
- Defines a SmallTalk Object. (Ryan Davis)
- ObjectPtr
- Extend Pointer to know about Objects. (Ryan Davis)
- Pointer< class Type >
- Provides a safe pointer of any type. (Ryan Davis)
- Queue<class Type>
- Provide a standard queue collection based on lists. (Ryan Davis)
- SInteger
- Contain protected functionality for signed integer. (Matt Splett)
- Stack<class Type>
- Provide a standard stack collection based on lists. (Ryan Davis)
- StackPtr
- Provide an ObjectPtr extension to GCAble Stack objects. (Ryan Davis)
- String
- Provide safe string interface. (Ryan Davis)
- StringPtr
- ObjectPtr extension for Smalltalk Strings. (Ryan Davis)
- SymbolPtr
- ObjectPtr extension for Smalltalk Symbols. (Ryan Davis)
- TraceLevel
- Debugging Utility (Ryan Davis)
- Tracer
- A Stack based utility providing method tracing. (Ryan Davis)
- UInteger
- Provides an arithmetic save unsigned integer interface. (Ryan Davis)
- VCPU
- The Satori bytecode interpreter. (Matthew Splett)
Sitemap | Search || Zen Spider Website
/ Satori
/ Satori Class Index