Class List

Here are the classes, structs, unions and interfaces with brief descriptions:
_Tree< _K, _Ty, _Kfn, _Pr, _A >
_Tree< _K, _Ty, _Kfn, _Pr, _A >::_Tree::_Node
_Tree< _K, _Ty, _Kfn, _Pr, _A >::_Tree::const_iterator
_Tree< _K, _Ty, _Kfn, _Pr, _A >::_Tree::iterator
Falcon::AccessError
Falcon::AliasMap( const String *, Symbol * )
Falcon::Allocator< _Tp >Standard falcon allocator
Falcon::Allocator< _Tp >::Allocator::rebind< _Tp1 >
Falcon::ArrayDeclClass storing array declarations in source code
Falcon::AttribMapSpecialized attribute map
Falcon::AutoCStringAutomatically converts and allocate temporary memory for C strings
Falcon::Engine::AutoInit
Falcon::AutoWStringAutomatically converts and allocate temporary memory for C wide character strings
Falcon::csh::BaseBase corestring manager class
Falcon::BaseAlloc
Falcon::BaseFileStreamFile stream base class
Falcon::BatonBaton concurrency controller class
Falcon::csh::BufferVariable size byte oriented string
Falcon::csh::Buffer16
Falcon::csh::Buffer32
Falcon::csh::ByteByte orientet base class
Falcon::CacheObject
Falcon::CallPoint
Falcon::CharPtrCmpUtility class to char pointers
Falcon::ClassDefClass symbol abstraction
Falcon::CloneError
Falcon::CodeError
Falcon::CompilerFALCON source compiler
Falcon::Complex
Falcon::ContextList
Falcon::CoreArrayCore array (or array of items)
Falcon::CoreCarrier< _T >
Falcon::CoreClassRepresentation of classes held in VM while executing code
Falcon::CoreDict
Falcon::CoreFuncClass implementing a live function in the VM
Falcon::CoreIteratorBase abstract class for generic collection iterators
Falcon::CoreObjectBase core object class
Falcon::CoreRange
Falcon::CoreSlotSlot for messages sent around by the VM
Falcon::CoreSlotCarrierClass taking care of finalizing the core slots when they are published to scripts
Falcon::CoreSlotPtrTraitsTraits for the core slots
Falcon::CoreStringGarbage storage string
Falcon::CoreTable
Falcon::CRObjectReflective Object with cache
Falcon::DeclarationContext
Falcon::DeepItemPure interface for deep item core data
Falcon::DependTableModule dependency table
Falcon::DestroyableVitual destructor stub class for user defined pointers
Falcon::DetMemPoolDeterministic Memory Pool
Falcon::DictDecl
Falcon::DictDecl::DictDecl::t_pair
Falcon::DirEntryDirectory entry
Falcon::DirEntry_unixSupport for low level directory system for unix
Falcon::DirEntry_win
Falcon::DllFunc
Falcon::DllLoader_base
Falcon::DllLoader_dl
Falcon::DllLoader_Mac
Falcon::DllLoader_win
Falcon::ElementTraits
Falcon::ErrorThe Error class
Falcon::core::ErrorObjectReflective class for error
Falcon::ErrorParamError Parameter class
Falcon::EventGeneric event class
Falcon::Expression
Falcon::ExtFuncDefImplements an external function definition
Falcon::FalconDataCommon falcon inner object data infrastructure
Falcon::FalconObject
Falcon::FileStatMultiplatform statistics on files
Falcon::FileStream
Falcon::FileSysDataClass storing system specific file data
Falcon::FlexyModuleFlexible module class
Falcon::FormatItem to string format class
Falcon::FuncDefImplements a callable symbol
Falcon::Garbageable
Falcon::GarbageableBase
Falcon::GarbageItemCreates a garbageable version of an item
Falcon::GarbageLockProtects an item from garbage collecting
Falcon::GarbagePageGarbageable pointer page
Falcon::GarbagePointerImplements a generic garbage shell for inner data
Falcon::GCAlloc
Falcon::GenCode
Falcon::Generator
Falcon::GeneratorSeq
Falcon::GenericError
Falcon::GenericVectorGeneric typeless vector
Falcon::GenHAsm
Falcon::GenTree
Falcon::GPageList
Falcon::HeapMemHeapMem class
Falcon::HeapMem_Linux
Falcon::HeapMem_Win32
Falcon::ImportAliasImplements an imported symbol
Falcon::InheritDefInheritance definition
Falcon::InputStream
Falcon::InteractiveCompilerInteractive compiler
Falcon::InterruptedError
Falcon::IntTraits
Falcon::IoError
Falcon::ItemBasic item abstraction
Falcon::ItemArray
Falcon::ItemDictBase class for item dictionaries
Falcon::ItemListList of Falcon items
Falcon::ItemListElementElement of a standard list of Falcon items
Falcon::ItemPageItem page
Falcon::ItemSetSet of Falcon items
Falcon::ItemSetElementElement of a standard set of Falcon items
Falcon::ItemTraits
Falcon::IteratorBase abstract class for generic Item sequence/collection iterators
Falcon::LinearDict
Falcon::LinearDictEntryClass representing one element in a dictionary
Falcon::LineMapLine information map
Falcon::LinkableElementElement for LinkedList class
Falcon::LinkedList< _T >Linked list class
Falcon::ListGeneric list
Falcon::ListElementGeneric list element
Falcon::ListTraits
Falcon::LiveModuleInstance of a live module entity
Falcon::LiveModuleMapMap of active modules in this VM
Falcon::LiveModulePtrTraits
Falcon::MapGeneric Map
Falcon::MapIterator
Falcon::MapPtrOwnTraits
Falcon::MapPtrTraits
Falcon::MathError
Falcon::MemBlock
Falcon::MemBuf
Falcon::MemBuf_1
Falcon::MemBuf_2
Falcon::MemBuf_3
Falcon::MemBuf_4
Falcon::MemPage
Falcon::MemPageList
Falcon::MemPoolStorage pit for garbageable data
Falcon::MessageError
Falcon::ModuleModule class abstraction
Falcon::ModuleDepStructure holding live dependency informations
Falcon::ModuleDepDataClass storing dependency data
Falcon::ModuleLoaderModule Loader support
Falcon::ModuleMapMap of module names-> modules
Falcon::ModuleVectorVector of ModuleDep objects
Falcon::MutexGeneric mutex class
Falcon::OutputStream
Falcon::PageDict
Falcon::ParamError
Falcon::ParseError
Falcon::PathFalcon path representation
Falcon::PCODE
Falcon::PoopSeq
Falcon::PropEntryDescriptor of single property
Falcon::PropertyTableVery simple double entry table for pure properties
Falcon::RampLoose
Falcon::RampModeRamp-up GC parameters base class
Falcon::RampSmooth
Falcon::RampStrictEnforces a strict inspection policy
Falcon::RangeDecl
Falcon::RangeSeq
Falcon::RawStdErrStreamStandard Error Stream encapsulation
Falcon::RawStdInStreamStandard Input Stream encapsulation
Falcon::RawStdOutStreamStandard Output Stream encapsulation
Falcon::Refcounter< T >
Falcon::ReflectObject
Falcon::ROStringStreamRead only string stream for fast operations
Falcon::RunnableRunnable base class
Falcon::RuntimeRuntime code representation
Falcon::SafeItem
Falcon::SegregatedPage< _T >Definition of a segregated allocation page
Falcon::SequenceAbstract sequence class
Falcon::ServiceService class
Falcon::SLElementElement for StrongList class
Falcon::SmallMemBlockAllocSmall Memory Block Allocator
Falcon::SmallMemBlockAlloc::SmallMemBlockAlloc::tag_Page
Falcon::SourceTreeSource File syntactic tree
Falcon::SrcLexer
Falcon::StackFrameList
Falcon::Statement
Falcon::StatementListTyped strong list holding statements
Falcon::csh::StaticStatic byte oriented string manager
Falcon::csh::Static16
Falcon::csh::Static32
Falcon::StdErrStreamStandard Error Stream proxy
Falcon::StdInStreamStandard Input Stream proxy
Falcon::StdOutStreamStandard Output Stream proxy
Falcon::StdStream
Falcon::StmtAutoexpr
Falcon::StmtBlock
Falcon::StmtBreak
Falcon::StmtCallableModule statement
Falcon::StmtCaseBlock
Falcon::StmtCatchBlock
Falcon::StmtClass
Falcon::StmtConditional
Falcon::StmtContinue
Falcon::StmtElif
Falcon::StmtExpression
Falcon::StmtFordot
Falcon::StmtForin
Falcon::StmtFunction
Falcon::StmtGive
Falcon::StmtGlobal
Falcon::StmtIf
Falcon::StmtLaunch
Falcon::StmtLoop
Falcon::StmtLoopCtlLoop control statements (break and continue)
Falcon::StmtNone
Falcon::StmtRaise
Falcon::StmtReturn
Falcon::StmtSelectStatement select
Falcon::StmtSelfPrint
Falcon::StmtSwitchStatement switch
Falcon::StmtTry
Falcon::StmtUnref
Falcon::StmtVarDef
Falcon::StmtWhile
Falcon::StreamBase class for file and filelike services
Falcon::StreamBufferBuffered version of basic stream
Falcon::StringCore string This class is called "Core String" because it represents the strings as the internal VM and engine sees them
Falcon::StringGarbage
Falcon::StringPtrCmpCore string comparer class
Falcon::StringPtrOwnTraits
Falcon::StringPtrTraits
Falcon::StringStream
Falcon::StringStreamService
Falcon::StringTable
Falcon::StringTraits
Falcon::StringWithIDPair of strings and their ID
Falcon::StrongListStrong linked list class
Falcon::SymbolRepresentation of a VM symbol For now, it is only an accessible strucutre
Falcon::SymbolList
Falcon::SymbolTable
Falcon::SymbolVector
Falcon::SymModulePair of the symbol and the module it is declared in
Falcon::SymModuleMapMap of symbol names and module where they are located
Falcon::SymModuleTraits
Falcon::SyntaxError
Falcon::Sys::SystemDataSystem specific Falcon VM data
Falcon::SystemTimeEmpty SystemTime class
Falcon::SYSTH_DATA
Falcon::SysThreadSystem Thread class
Falcon::TableError
Falcon::tag_cp_iso_uint_table
Falcon::tag_MapPage
Falcon::tag_StackFrame
Falcon::ThreadParamsThread creation parameters
Falcon::ThreadSpecificThread Specific data
Falcon::TimeStampTimeStamp class
Falcon::TokenizerBase tokenizer base class
Falcon::TokenizerParamsParameters for the tokenizer
Falcon::TraceStep
Falcon::TranscoderBasic transcoder class
Falcon::TranscoderByteTransparent byte oriented encoder
Falcon::TranscoderEOLEOL Transcoder
Falcon::TranscoderUTF16UTF-16 encoding transcoder
Falcon::TranscoderUTF8UTF-8 encoding transcoder
Falcon::TypeError
Falcon::uint_pair< _T >Prefect hash base structure
Falcon::UnixFileSysDataUnix specific stream service support
Falcon::UnixSystemTime
Falcon::URIRFC 3986 - Uniform Resource Identifier
Falcon::Value
Falcon::ValuePtrTraits
Falcon::VarDefVariable initial value definition
Falcon::VFSFileVSF provider for physical file system on the host system
Falcon::VFSProviderBase class for Falcon Virtual File System Providers
Falcon::VFSProvider::VFSProvider::CParamsCreate Paramenter
Falcon::VFSProvider::VFSProvider::OParamsOpen Parameters
Falcon::Sys::VM_SYS_DATA
Falcon::VMachineThe Falcon virtual machine
Falcon::VMachine::VMachine::PauserClass automating idle-unidle fragments
Falcon::VMachine::VMachine::VarDefModStructure used to save the vardefs during class link
Falcon::VMachineWrapper
Falcon::VMBaton
Falcon::VMContextClass representing a coroutine execution context
Falcon::VMEventVirtual machine events This class is thrown inside the VM to communicate special requests to the listening application
Falcon::VMEventQuit
Falcon::VMEventReturn
Falcon::VMMessageAsynchronous message for the Virtual Machine
Falcon::VoidpTraits
Falcon::WinFileSysDataWin specific stream service support
Falcon::WinSystemTime

Generated on Mon Oct 19 10:11:28 2009 for Falcon_Core by  doxygen 1.5.8