Documentation Project 1
Contents
Symbol Reference
sack Namespace
sack::containers Namespace
sack::containers::BinaryTree Namespace
Functions
sack::containers::BinaryTree::AddBinaryNodeEx Function
sack::containers::BinaryTree::BalanceBinaryTree Function
sack::containers::BinaryTree::CreateBinaryTreeExtended Function
sack::containers::BinaryTree::DestroyBinaryTree Function
sack::containers::BinaryTree::DumpTree Function
sack::containers::BinaryTree::FindInBinaryTree Function
sack::containers::BinaryTree::GetChildNode Function
sack::containers::BinaryTree::GetCurrentNode Function
sack::containers::BinaryTree::GetGreaterNode Function
sack::containers::BinaryTree::GetGreatestNode Function
sack::containers::BinaryTree::GetLeastNode Function
sack::containers::BinaryTree::GetLesserNode Function
sack::containers::BinaryTree::GetNodeCount Function
sack::containers::BinaryTree::GetParentNode Function
sack::containers::BinaryTree::GetPriorNode Function
sack::containers::BinaryTree::GetRootNode Function
sack::containers::BinaryTree::LocateInBinaryTree Function
sack::containers::BinaryTree::RemoveBinaryNode Function
sack::containers::BinaryTree::RemoveCurrentNode Function
sack::containers::BinaryTree::RemoveLastFoundNode Function
sack::containers::BinaryTree::ShadowBinaryTree Function
Types
sack::containers::BinaryTree::GenericCompare Type
sack::containers::BinaryTree::GenericDestroy Type
sack::containers::BinaryTree::PTREENODE Type
sack::containers::BinaryTree::PTREEROOT Type
Macros
sack::containers::BinaryTree::AddBinaryNode Macro
sack::containers::BinaryTree::BT_OPT_NODUPLICATES Macro
sack::containers::BinaryTree::CreateBinaryTree Macro
sack::containers::BinaryTree::CreateBinaryTreeEx Macro
sack::containers::BinaryTree::CreateBinaryTreeExx Macro
sack::containers::data_queue Namespace
Functions
sack::containers::data_queue::CreateDataQueueEx Function
sack::containers::data_queue::CreateLargeDataQueueEx Function
sack::containers::data_queue::DeleteDataQueueEx Function
sack::containers::data_queue::DequeData Function
sack::containers::data_queue::EmptyDataQueue Function
sack::containers::data_queue::EnqueDataEx Function
sack::containers::data_queue::IsDataQueueEmpty Function
sack::containers::data_queue::PeekDataQueue Function
sack::containers::data_queue::PeekDataQueueEx Function
sack::containers::data_queue::PrequeDataEx Function
Macros
sack::containers::data_queue::CreateDataQueue Macro
sack::containers::data_queue::CreateLargeDataQueue Macro
sack::containers::data_queue::DeleteDataQueue Macro
sack::containers::data_queue::EnqueData Macro
sack::containers::data_queue::PeekDataQueue Macro
sack::containers::data_queue::PeekDataQueueEx Macro
sack::containers::data_queue::PrequeData Macro
sack::containers::data_stack Namespace
Functions
sack::containers::data_stack::CreateDataStackEx Function
sack::containers::data_stack::DeleteDataStackEx Function
sack::containers::data_stack::EmptyDataStack Function
sack::containers::data_stack::PeekData Function
sack::containers::data_stack::PeekDataEx Function
sack::containers::data_stack::PopData Function
sack::containers::data_stack::PushDataEx Function
Macros
sack::containers::data_stack::CreateDataStack Macro
sack::containers::data_stack::DeleteDataStack Macro
sack::containers::data_stack::PushData Macro
sack::containers::family Namespace
Functions
sack::containers::family::CreateFamilyTree Function
sack::containers::family::FamilyTreeAddChild Function
sack::containers::family::FamilyTreeFindChild Function
sack::containers::family::FamilyTreeReset Function
Types
sack::containers::family::PFAMILYTREE Type
sack::containers::link_stack Namespace
Functions
sack::containers::link_stack::CreateLinkStackEx Function
sack::containers::link_stack::CreateLinkStackLimitedEx Function
sack::containers::link_stack::DeleteLinkStackEx Function
sack::containers::link_stack::PeekLink Function
sack::containers::link_stack::PopLink Function
sack::containers::link_stack::PushLinkEx Function
Macros
sack::containers::link_stack::CreateLinkStack Macro
sack::containers::link_stack::CreateLinkStackLimited Macro
sack::containers::link_stack::DeleteLinkStack Macro
sack::containers::link_stack::PushLink Macro
sack::containers::list Namespace
Classes
iList Class
iList Members
iList::~iList Destructor
iList::iList Constructor
iList Methods
iList::add Method
iList::first Method
iList::get Method
iList::next Method
iList Operators
iList::+= Operator
Functions
sack::containers::list::AddLinkEx Function
sack::containers::list::CreateListEx Function
sack::containers::list::DeleteLink Function
sack::containers::list::DeleteListEx Function
sack::containers::list::EmptyList Function
sack::containers::list::FindLink Function
sack::containers::list::ForAllLinks Function
sack::containers::list::GetLink Function
sack::containers::list::GetLinkAddress Function
sack::containers::list::SetLinkEx Function
Structs, Records, Enums
sack::containers::list::LinkBlock Structure
sack::containers::list::LIST Structure
sack::containers::list::piList Class
sack::containers::list::PLIST Structure
Types
sack::containers::list::ForProc Type
Macros
sack::containers::list::AddLink Macro
sack::containers::list::CreateList Macro
sack::containers::list::DeleteList Macro
sack::containers::list::LIST_FORALL Macro
sack::containers::list::LIST_NEXTALL Macro
sack::containers::list::SetLink Macro
sack::containers::message Namespace
Functions
sack::containers::message::DeleteMsgQueue Function
sack::containers::message::DequeMsgEx Function
sack::containers::message::EnqueMsgEx Function
sack::containers::message::IsMsgQueueEmpty Function
sack::containers::message::PeekMsgEx Function
sack::containers::message::SackCreateMsgQueue Function
sack::containers::message::SackOpenMsgQueue Function
Types
sack::containers::message::MsgQueueReadCallback Type
sack::containers::message::PMSGHANDLE Type
Macros
sack::containers::message::DequeMsg Macro
sack::containers::message::EnqueMsg Macro
sack::containers::message::MSGQUE_ERROR_E2BIG Macro
sack::containers::message::MSGQUE_ERROR_EABORT Macro
sack::containers::message::MSGQUE_ERROR_NOMSG Macro
sack::containers::message::MSGQUE_EXCEPT Macro
sack::containers::message::MSGQUE_NOWAIT Macro
sack::containers::message::MSGQUE_WAIT_ID Macro
sack::containers::message::PeekMsg Macro
sack::containers::queue Namespace
Functions
sack::containers::queue::CreateLinkQueueEx Function
sack::containers::queue::DeleteLinkQueueEx Function
sack::containers::queue::DequeLink Function
sack::containers::queue::EnqueLinkEx Function
sack::containers::queue::GetQueueLength Function
sack::containers::queue::IsQueueEmpty Function
sack::containers::queue::PeekQueue Function
sack::containers::queue::PeekQueueEx Function
sack::containers::queue::PrequeLinkEx Function
Macros
sack::containers::queue::CreateLinkQueue Macro
sack::containers::queue::DeleteLinkQueue Macro
sack::containers::queue::EnqueLink Macro
sack::containers::queue::PrequeLink Macro
sack::containers::sets Namespace
Functions
sack::containers::sets::_ForAllInSet Function
sack::containers::sets::CountUsedInSet Function
sack::containers::sets::DeleteFromSetExx Function
sack::containers::sets::DeleteSet Function
sack::containers::sets::DeleteSetMemberEx Function
sack::containers::sets::FindInArray Function
sack::containers::sets::ForEachSetMember Function
sack::containers::sets::GetFromSetEx Function
sack::containers::sets::GetFromSetPoolEx Function
sack::containers::sets::GetLinearSetArray Function
sack::containers::sets::GetMemberIndex Function
sack::containers::sets::GetSetMemberEx Function
sack::containers::sets::GetUsedSetMemberEx Function
sack::containers::sets::MemberValidInSetEx Function
Structs, Records, Enums
sack::containers::sets::genericset_tag Structure
sack::containers::sets::GENERICSET Structure
sack::containers::sets::PGENERICSET Structure
Types
sack::containers::sets::FAISCallback Type
sack::containers::sets::FESMCallback Type
Macros
sack::containers::sets::AllUsed Macro
sack::containers::sets::ClearUsed Macro
sack::containers::sets::CPP_ Macro
sack::containers::sets::DeleteFromSet Macro
sack::containers::sets::DeleteFromSetEx Macro
sack::containers::sets::DeleteSetEx Macro
sack::containers::sets::DeleteSetMember Macro
sack::containers::sets::ForAllInSet Macro
sack::containers::sets::GetFromSet Macro
sack::containers::sets::GetFromSeta Macro
sack::containers::sets::GetFromSetPool Macro
sack::containers::sets::GetFromSetPoola Macro
sack::containers::sets::GetIndexFromSet Macro
sack::containers::sets::GetSetMember Macro
sack::containers::sets::GetSetMembera Macro
sack::containers::sets::GetUsedSetMember Macro
sack::containers::sets::GetUsedSetMembera Macro
sack::containers::sets::IsUsed Macro
sack::containers::sets::MemberValidInSet Macro
sack::containers::sets::SetUsed Macro
sack::containers::sets::UNIT_USED_IDX Macro
sack::containers::sets::UNIT_USED_MASK Macro
sack::containers::text Namespace
Functions
sack::containers::text::BuildLineExEx Function
sack::containers::text::BuildLineExx Function
sack::containers::text::burstEx Function
sack::containers::text::CompareStrings Function
sack::containers::text::CreateUserInputBuffer Function
sack::containers::text::DestroyUserInputBuffer Function
sack::containers::text::DumpText Function
sack::containers::text::EnqueUserInputHistory Function
sack::containers::text::FlattenLine Function
sack::containers::text::FloatCreateFromSeg Function
sack::containers::text::FloatCreateFromText Function
sack::containers::text::GatherUserInput Function
sack::containers::text::GetApplicationPointer Function
sack::containers::text::GetIndirect Function
sack::containers::text::GetSegmentLength Function
sack::containers::text::GetSegmentLengthEx Function
sack::containers::text::GetSegmentSpace Function
sack::containers::text::GetSegmentSpaceEx Function
sack::containers::text::GetText Function
sack::containers::text::GetTextFlags Function
sack::containers::text::GetTextSize Function
sack::containers::text::IntCreateFromSeg Function
sack::containers::text::IntCreateFromText Function
sack::containers::text::IsSegAnyNumberEx Function
sack::containers::text::LikeText Function
sack::containers::text::LineDuplicateEx Function
sack::containers::text::LineLengthExEx Function
sack::containers::text::LineLengthExx Function
sack::containers::text::LineReleaseEx Function
sack::containers::text::RecallUserInput Function
sack::containers::text::RegisterTextExtension Function
sack::containers::text::SameText Function
sack::containers::text::SegAppend Function
sack::containers::text::SegBreak Function
sack::containers::text::SegConcatEx Function
sack::containers::text::SegCreateEx Function
sack::containers::text::SegCreateFrom_64Ex Function
sack::containers::text::SegCreateFromFloatEx Function
sack::containers::text::SegCreateFromIntEx Function
sack::containers::text::SegCreateFromTextEx Function
sack::containers::text::SegCreateIndirectEx Function
sack::containers::text::SegDelete Function
sack::containers::text::SegDuplicateEx Function
sack::containers::text::SegExpandEx Function
sack::containers::text::SegGrab Function
sack::containers::text::SegInsert Function
sack::containers::text::SegReleaseEx Function
sack::containers::text::SegSplitEx Function
sack::containers::text::SegSubst Function
sack::containers::text::SegUnlink Function
sack::containers::text::SetApplicationPointer Function
sack::containers::text::SetUserInputInsert Function
sack::containers::text::SetUserInputPosition Function
sack::containers::text::TextDuplicateEx Function
sack::containers::text::TextIs Function
sack::containers::text::TextLike Function
sack::containers::text::TextParse Function
sack::containers::text::VarTextAddCharacterEx Function
sack::containers::text::VarTextCreateEx Function
sack::containers::text::VarTextCreateExEx Function
sack::containers::text::VarTextDestroyEx Function
sack::containers::text::VarTextEmptyEx Function
sack::containers::text::VarTextEndEx Function
sack::containers::text::VarTextExpandEx Function
sack::containers::text::VarTextGetEx Function
sack::containers::text::VarTextInitEx Function
sack::containers::text::VarTextLength Function
sack::containers::text::VarTextPeekEx Function
sack::containers::text::vtprintfEx Function
sack::containers::text::vvtprintf Function
sack::containers::text::WcharConvert Function
Structs, Records, Enums
sack::containers::text::format_info_tag Structure
sack::containers::text::FORMAT_OPS Enumeration
sack::containers::text::text_segment_tag Structure
sack::containers::text::user_input_buffer_tag Structure
sack::containers::text::FORMAT Structure
sack::containers::text::PFORMAT Structure
sack::containers::text::PTEXT Structure
sack::containers::text::PUSER_INPUT_BUFFER Structure
sack::containers::text::TEXT Structure
sack::containers::text::USER_INPUT_BUFFER Structure
Types
sack::containers::text::PVARTEXT Type
Variables
sack::containers::text::blank Variable
sack::containers::text::newline Variable
Macros
sack::containers::text::BuildLine Macro
sack::containers::text::BuildLineEx Macro
sack::containers::text::burst Macro
sack::containers::text::COMMAND_POS_CUR Macro
sack::containers::text::COMMAND_POS_SET Macro
sack::containers::text::DECLTEXT Macro
sack::containers::text::DECLTEXTSZ Macro
sack::containers::text::DECLTEXTSZTYPE Macro
sack::containers::text::DEFTEXT Macro
sack::containers::text::FORALLTEXT Macro
sack::containers::text::HAS_WHITESPACE Macro
sack::containers::text::IGNORE_CURSOR_POS Macro
sack::containers::text::IS_DATA_FLAGS Macro
sack::containers::text::IsFltNumber Macro
sack::containers::text::IsIntNumber Macro
sack::containers::text::IsSegAnyNumber Macro
sack::containers::text::LineDuplicate Macro
sack::containers::text::LineLength Macro
sack::containers::text::LineLengthEx Macro
sack::containers::text::LineLengthExx Macro
sack::containers::text::LineRelease Macro
sack::containers::text::NEXTLINE Macro
sack::containers::text::PRIORLINE Macro
sack::containers::text::SegConcat Macro
sack::containers::text::SegCreate Macro
sack::containers::text::SegCreateFrom_64 Macro
sack::containers::text::SegCreateFromFloat Macro
sack::containers::text::SegCreateFromInt Macro
sack::containers::text::SegCreateFromText Macro
sack::containers::text::SegCreateIndirect Macro
sack::containers::text::SegDuplicate Macro
sack::containers::text::SegExpand Macro
sack::containers::text::SegRelease Macro
sack::containers::text::SegSplit Macro
sack::containers::text::SetEnd Macro
sack::containers::text::SetIndirect Macro
sack::containers::text::SETNEXTLINE Macro
sack::containers::text::SETPRIORLINE Macro
sack::containers::text::SetStart Macro
sack::containers::text::SetTextSize Macro
sack::containers::text::TextDuplicate Macro
sack::containers::text::textmin Macro
sack::containers::text::TF_APPLICATION Macro
sack::containers::text::TF_BINARY Macro
sack::containers::text::TF_BRACE Macro
sack::containers::text::TF_BRACKET Macro
sack::containers::text::TF_COMPLETE Macro
sack::containers::text::TF_DEEP Macro
sack::containers::text::TF_EQUAL Macro
sack::containers::text::TF_FORMATABS Macro
sack::containers::text::TF_FORMATEX Macro
sack::containers::text::TF_FORMATPOS Macro
sack::containers::text::TF_FORMATREL Macro
sack::containers::text::TF_INDIRECT Macro
sack::containers::text::TF_LOWER Macro
sack::containers::text::TF_NORETURN Macro
sack::containers::text::TF_PAREN Macro
sack::containers::text::TF_QUOTE Macro
sack::containers::text::TF_SQUOTE Macro
sack::containers::text::TF_STATIC Macro
sack::containers::text::TF_TAG Macro
sack::containers::text::TF_TEMP Macro
sack::containers::text::TF_UPPER Macro
sack::containers::text::VarTextAddCharacter Macro
sack::containers::text::VarTextCreate Macro
sack::containers::text::VarTextCreateExx Macro
sack::containers::text::VarTextDestroy Macro
sack::containers::text::VarTextEmpty Macro
sack::containers::text::VarTextEnd Macro
sack::containers::text::VarTextExpand Macro
sack::containers::text::VarTextGet Macro
sack::containers::text::VarTextInit Macro
sack::containers::text::VarTextPeek Macro
sack::containers::text::vtprintf Macro
Functions
sack::containers::CreateDataListEx Function
sack::containers::DeleteDataItem Function
sack::containers::DeleteDataListEx Function
sack::containers::EmptyDataList Function
sack::containers::GetDataItem Function
sack::containers::SetDataItemEx Function
Structs, Records, Enums
sack::containers::DataBlock Structure
sack::containers::DataListStack Structure
sack::containers::DataQueue Structure
sack::containers::LinkQueue Structure
sack::containers::LinkStack Structure
sack::containers::SimpleDataBlock Structure
sack::containers::DATA Structure
sack::containers::DATAQUEUE Structure
sack::containers::DATASTACK Structure
sack::containers::LINKQUEUE Structure
sack::containers::LINKSTACK Structure
sack::containers::PDATA Structure
sack::containers::PDATAQUEUE Structure
sack::containers::PDATASTACK Structure
sack::containers::PLINKQUEUE Structure
sack::containers::PLINKSTACK Structure
Types
sack::containers::DATALIST Type
sack::containers::PDATALIST Type
Macros
sack::containers::AddDataItem Macro
sack::containers::CreateDataList Macro
sack::containers::DATA_FORALL Macro
sack::containers::DATA_NEXTALL Macro
sack::containers::DECLDATA Macro
sack::containers::DeleteDataList Macro
sack::containers::SetDataItem Macro
sack::containers::TYPELIB_CALLTYPE Macro
sack::containers::TYPELIB_PROC Macro
sack::filesys Namespace
Functions
sack::filesys::CompareMask Function
sack::filesys::GetCurrentPath Function
sack::filesys::GetFileGroup Function
sack::filesys::GetFileTimeAndSize Function
sack::filesys::GetFileWriteTime Function
sack::filesys::GetMatchingFileName Function
sack::filesys::GetSizeofFile Function
sack::filesys::IsPath Function
sack::filesys::MakePath Function
sack::filesys::pathchr Function
sack::filesys::pathrchr Function
sack::filesys::pathrchr Function
sack::filesys::sack_close Function
sack::filesys::sack_creat Function
sack::filesys::sack_fclose Function
sack::filesys::sack_fopen Function
sack::filesys::sack_fread Function
sack::filesys::sack_fseek Function
sack::filesys::sack_fwrite Function
sack::filesys::sack_lseek Function
sack::filesys::sack_open Function
sack::filesys::sack_openfile Function
sack::filesys::sack_prepend_path Function
sack::filesys::sack_read Function
sack::filesys::sack_rename Function
sack::filesys::sack_unlink Function
sack::filesys::sack_write Function
sack::filesys::ScanDrives Function
sack::filesys::ScanFiles Function
sack::filesys::SetCurrentPath Function
sack::filesys::SetDefaultFilePath Function
sack::filesys::SetFileWriteTime Function
sack::filesys::SetGroupFilePath Function
Structs, Records, Enums
sack::filesys::ScanFileFlags Enumeration
sack::filesys::ScanFileProcessFlags Enumeration
Macros
sack::filesys::_NO_OLDNAMES Macro
sack::filesys::O_APPEND Macro
sack::filesys::O_CREAT Macro
sack::filesys::O_EXCL Macro
sack::filesys::O_RDONLY Macro
sack::filesys::O_RDWR Macro
sack::filesys::O_TRUNC Macro
sack::filesys::O_WRONLY Macro
sack::filesys::S_IRUSR Macro
sack::filesys::S_IWUSR Macro
sack::filesys::SYSPATHCHAR Macro
sack::image Namespace
Classes
image_interface_tag Structure
image_interface_tag Members
image_interface_tag Data Members
image_interface_tag::_global_font_data Data Member
image_interface_tag Methods
DIMAGE_PROC_PTR Method
image_interface_tag::DIMAGE_PROC_PTR Method (CDATA, ColorAverage)
image_interface_tag::DIMAGE_PROC_PTR Method (CDATA, getpixel)
image_interface_tag::DIMAGE_PROC_PTR Method (void, do_hline)
image_interface_tag::DIMAGE_PROC_PTR Method (void, do_hlineAlpha)
image_interface_tag::DIMAGE_PROC_PTR Method (void, do_line)
image_interface_tag::DIMAGE_PROC_PTR Method (void, do_lineAlpha)
image_interface_tag::DIMAGE_PROC_PTR Method (void, do_vline)
image_interface_tag::DIMAGE_PROC_PTR Method (void, do_vlineAlpha)
image_interface_tag::DIMAGE_PROC_PTR Method (void, plot)
image_interface_tag::DIMAGE_PROC_PTR Method (void, plotalpha)
IMAGE_PROC_PTR Method
image_interface_tag::IMAGE_PROC_PTR Method (DataState, BeginTransferData)
image_interface_tag::IMAGE_PROC_PTR Method (Font, AcceptTransferredFont)
image_interface_tag::IMAGE_PROC_PTR Method (Font, GetDefaultFont)
image_interface_tag::IMAGE_PROC_PTR Method (Font, InternalRenderFont)
image_interface_tag::IMAGE_PROC_PTR Method (Font, InternalRenderFontFile)
image_interface_tag::IMAGE_PROC_PTR Method (Font, LoadFont)
image_interface_tag::IMAGE_PROC_PTR Method (Font, RenderFontFileEx)
image_interface_tag::IMAGE_PROC_PTR Method (Font, RenderScaledFontData)
image_interface_tag::IMAGE_PROC_PTR Method (Image, DecodeMemoryToImage)
image_interface_tag::IMAGE_PROC_PTR Method (Image, DecodeTransferredImage)
image_interface_tag::IMAGE_PROC_PTR Method (Image, LoadImageFileEx)
image_interface_tag::IMAGE_PROC_PTR Method (Image, MakeImageFileEx)
image_interface_tag::IMAGE_PROC_PTR Method (Image, MakeSubImageEx)
image_interface_tag::IMAGE_PROC_PTR Method (Image, RemakeImageEx)
image_interface_tag::IMAGE_PROC_PTR Method (PSPRITE, MakeSpriteImageEx)
image_interface_tag::IMAGE_PROC_PTR Method (PSPRITE, MakeSpriteImageFileEx)
image_interface_tag::IMAGE_PROC_PTR Method (PSPRITE, SetSpriteHotspot)
image_interface_tag::IMAGE_PROC_PTR Method (PSPRITE, SetSpritePosition)
image_interface_tag::IMAGE_PROC_PTR Method (_32, GetFontHeight)
image_interface_tag::IMAGE_PROC_PTR Method (_32, GetMaxStringLengthFont)
image_interface_tag::IMAGE_PROC_PTR Method (_32, GetStringSizeFontEx)
image_interface_tag::IMAGE_PROC_PTR Method (int, GetFontRenderData)
image_interface_tag::IMAGE_PROC_PTR Method (int, IntersectRectangle)
image_interface_tag::IMAGE_PROC_PTR Method (int, MergeRectangle)
image_interface_tag::IMAGE_PROC_PTR Method (struct font_global_tag *, GetGlobalFonts)
image_interface_tag::IMAGE_PROC_PTR Method (void, BlatColor)
image_interface_tag::IMAGE_PROC_PTR Method (void, BlatColorAlpha)
image_interface_tag::IMAGE_PROC_PTR Method (void, BlotImageEx)
image_interface_tag::IMAGE_PROC_PTR Method (void, BlotImageSizedEx)
image_interface_tag::IMAGE_PROC_PTR Method (void, BlotScaledImageSizedEx)
image_interface_tag::IMAGE_PROC_PTR Method (void, BlotSprite)
image_interface_tag::IMAGE_PROC_PTR Method (void, ContinueTransferData)
image_interface_tag::IMAGE_PROC_PTR Method (void, DestroyFont)
image_interface_tag::IMAGE_PROC_PTR Method (void, FixImagePosition)
image_interface_tag::IMAGE_PROC_PTR Method (void, GetImageAuxRect)
image_interface_tag::IMAGE_PROC_PTR Method (void, GetImageSize)
image_interface_tag::IMAGE_PROC_PTR Method (void, MoveImage)
image_interface_tag::IMAGE_PROC_PTR Method (void, OrphanSubImage)
image_interface_tag::IMAGE_PROC_PTR Method (void, PutCharacterFont)
image_interface_tag::IMAGE_PROC_PTR Method (void, PutCharacterInvertFont)
image_interface_tag::IMAGE_PROC_PTR Method (void, PutCharacterVerticalFont)
image_interface_tag::IMAGE_PROC_PTR Method (void, PutCharacterVerticalInvertFont)
image_interface_tag::IMAGE_PROC_PTR Method (void, PutStringFontEx)
image_interface_tag::IMAGE_PROC_PTR Method (void, PutStringInvertFontEx)
image_interface_tag::IMAGE_PROC_PTR Method (void, PutStringInvertVerticalFontEx)
image_interface_tag::IMAGE_PROC_PTR Method (void, PutStringVerticalFontEx)
image_interface_tag::IMAGE_PROC_PTR Method (void, ResizeImageEx)
image_interface_tag::IMAGE_PROC_PTR Method (void, SetBlotMethod)
image_interface_tag::IMAGE_PROC_PTR Method (void, SetFontRendererData)
image_interface_tag::IMAGE_PROC_PTR Method (void, SetImageAuxRect)
image_interface_tag::IMAGE_PROC_PTR Method (void, SetImageBound)
image_interface_tag::IMAGE_PROC_PTR Method (void, SetStringBehavior)
image_interface_tag::IMAGE_PROC_PTR Method (void, SyncImage)
image_interface_tag::IMAGE_PROC_PTR Method (void, UnloadFont)
image_interface_tag::IMAGE_PROC_PTR Method (void, UnmakeImageFileEx)
image_interface_tag::IMAGE_PROC_PTR Method (void, UnmakeSprite)
image_interface_tag::IMAGE_PROC_PTR Method (void, rotate_scaled_sprite)
image_interface_tag::IMAGE_PROC_PTR Method (void, rotate_sprite)
Functions
sack::image::AdoptSubImage Function
sack::image::BlatColor Function
sack::image::BlatColorAlpha Function
sack::image::BlotImageEx Function
sack::image::BlotImageSizedEx Function
sack::image::BlotScaledImageSizedEx Function
sack::image::BlotSprite Function
sack::image::BuildImageFileEx Function
sack::image::DestroyFont Function
sack::image::DropImageInterface Function
sack::image::FixImagePosition Function
sack::image::FlipImageEx Function
sack::image::GetDefaultFont Function
sack::image::GetFontHeight Function
sack::image::GetFontRenderData Function
sack::image::GetGlobalFonts Function
sack::image::GetImageAuxRect Function
sack::image::GetImageInterface Function
sack::image::GetImageSize Function
sack::image::GetImageSurface Function
sack::image::GetMaxStringLengthFont Function
sack::image::GetStringRenderSizeFontEx Function
sack::image::GetStringSizeFontEx Function
sack::image::ImageRawBMPFile Function
sack::image::InternalRenderFont Function
sack::image::InternalRenderFontFile Function
sack::image::IntersectRectangle Function
sack::image::LoadAllFonts Function
sack::image::LoadFont Function
sack::image::LoadImageFileEx Function
sack::image::MakeImageFileEx Function
sack::image::MakeSpriteImageEx Function
sack::image::MakeSpriteImageFileEx Function
sack::image::MakeSubImageEx Function
sack::image::MergeRectangle Function
sack::image::MoveImage Function
sack::image::OrphanSubImage Function
sack::image::PutCharacterFont Function
sack::image::PutCharacterInvertFont Function
sack::image::PutCharacterVerticalFont Function
sack::image::PutCharacterVerticalInvertFont Function
sack::image::PutStringFontEx Function
sack::image::PutStringInvertFontEx Function
sack::image::PutStringInvertVerticalFontEx Function
sack::image::PutStringVerticalFontEx Function
sack::image::RemakeImageEx Function
sack::image::RenderFontFileEx Function
sack::image::RenderScaledFontData Function
sack::image::ResizeImageEx Function
sack::image::rotate_scaled_sprite Function
sack::image::rotate_sprite Function
sack::image::SetBlotMethod Function
sack::image::SetFontRendererData Function
sack::image::SetImageAuxRect Function
sack::image::SetImageBound Function
sack::image::SetSavePortion Function
sack::image::SetSpriteHotspot Function
sack::image::SetSpritePosition Function
sack::image::SetStringBehavior Function
sack::image::SyncImage Function
sack::image::UnloadAllFonts Function
sack::image::UnloadFont Function
sack::image::UnmakeImageFileEx Function
sack::image::UnmakeSprite Function
Structs, Records, Enums
sack::image::AlphaModifier Enumeration
sack::image::alt_size_file_tag Structure
sack::image::blot_methods Enumeration
sack::image::BlotOperation Enumeration
sack::image::boundry_rectangle_tag Structure
sack::image::color_byte_index Enumeration
sack::image::data_transfer_state_tag Structure
sack::image::file_size_tag Structure
sack::image::font_entry_tag Structure
sack::image::font_global_tag Structure
sack::image::font_style_t Structure
sack::image::ImageFile_tag Structure
sack::image::ImageFlags Enumeration
sack::image::render_font_data_tag Structure
sack::image::simple_font_tag Structure
sack::image::size_tag Structure
sack::image::sprite_tag Structure
sack::image::string_behavior Enumeration
sack::image::DataState Structure
sack::image::FONT_GLOBAL Structure
sack::image::FontData Structure
sack::image::IMAGE_INTERFACE Structure
sack::image::IMAGE_RECTANGLE Structure
sack::image::P_IMAGE_RECTANGLE Structure
sack::image::PIMAGE_INTERFACE Structure
Types
sack::image::CDATA Type
sack::image::COLOR Type
sack::image::fixed Type
sack::image::Font Type
sack::image::FONTDATA Type
sack::image::Image Type
sack::image::IMAGE_COORDINATE Type
sack::image::IMAGE_EXTENT Type
sack::image::IMAGE_POINT Type
sack::image::IMAGE_SIZE_COORDINATE Type
sack::image::ImageFile Type
sack::image::P_IMAGE_EXTENT Type
sack::image::P_IMAGE_POINT Type
sack::image::PCDATA Type
sack::image::PCOLOR Type
sack::image::PFONTDATA Type
sack::image::PRENDER_FONTDATA Type
sack::image::PSPRITE Type
sack::image::PSPRITE_METHOD Macro
sack::image::SPRITE Type
Variables
sack::image::ColorAverage Variable
sack::image::do_hline Variable
sack::image::do_hlineAlpha Variable
sack::image::do_line Variable
sack::image::do_lineAlpha Variable
sack::image::do_lineExV Variable
sack::image::do_vline Variable
sack::image::do_vlineAlpha Variable
sack::image::getpixel Variable
sack::image::plot Variable
sack::image::plotalpha Variable
Macros
sack::image::AColor Macro
sack::image::AlphaVal Macro
sack::image::AND_FF Macro
sack::image::BASE_COLOR_BLACK Macro
sack::image::BASE_COLOR_BLUE Macro
sack::image::BASE_COLOR_BROWN Macro
sack::image::BASE_COLOR_CYAN Macro
sack::image::BASE_COLOR_DARKGREY Macro
sack::image::BASE_COLOR_GREEN Macro
sack::image::BASE_COLOR_LIGHTBLUE Macro
sack::image::BASE_COLOR_LIGHTCYAN Macro
sack::image::BASE_COLOR_LIGHTGREEN Macro
sack::image::BASE_COLOR_LIGHTGREY Macro
sack::image::BASE_COLOR_LIGHTMAGENTA Macro
sack::image::BASE_COLOR_LIGHTRED Macro
sack::image::BASE_COLOR_MAGENTA Macro
sack::image::BASE_COLOR_ORANGE Macro
sack::image::BASE_COLOR_PURPLE Macro
sack::image::BASE_COLOR_RED Macro
sack::image::BASE_COLOR_WHITE Macro
sack::image::BASE_COLOR_YELLOW Macro
sack::image::BlotImage Macro
sack::image::BlotImageAlpha Macro
sack::image::BlotImageMultiShaded Macro
sack::image::BlotImageMultiShadedSized Macro
sack::image::BlotImageShaded Macro
sack::image::BlueVal Macro
sack::image::Color Macro
sack::image::DIMAGE_PROC_PTR Macro
sack::image::do_inv_line Macro
sack::image::GetStringSizeEx Macro
sack::image::GLColor Macro
sack::image::GreenVal Macro
sack::image::IMAGE_POINT_H Macro
sack::image::IMAGE_POINT_V Macro
sack::image::IMAGE_PROC_PTR Macro
sack::image::ImageData Macro
sack::image::IMG_ADDRESS Macro
sack::image::INVERTY Macro
sack::image::MAGIC_PICK_FONT Macro
sack::image::MAGIC_RENDER_FONT Macro
sack::image::MakeSpriteImage Macro
sack::image::PPROC_ALIAS Macro
sack::image::PROC_ALIAS Macro
sack::image::RedVal Macro
sack::image::SetAlpha Macro
sack::image::SetGreen Macro
sack::image::UnmakeImageFile Macro
sack::logging Namespace
Functions
sack::logging::_vxlprintf Function
sack::logging::_xlprintf Function
sack::logging::ConvertTickToMicrosecond Function
sack::logging::GetCPUFrequency Function
sack::logging::GetCPUTick Function
sack::logging::GetPackedTime Function
sack::logging::GetTimeEx Function
sack::logging::LogBinary Function
sack::logging::LogBinaryEx Function
sack::logging::LogBinaryFL Function
sack::logging::PrintCPUDelta Function
sack::logging::ProtectLoggedFilenames Function
sack::logging::SetSyslogOptions Function
sack::logging::SetSystemLog Function
sack::logging::SetSystemLoggingLevel Function
sack::logging::SystemLog Function
sack::logging::SystemLogEx Function
sack::logging::SystemLogFL Function
sack::logging::SystemLogTime Function
Structs, Records, Enums
sack::logging::syslog_types Enumeration
sack::logging::SyslogTimeSpecifications Enumeration
sack::logging::system_logging_option_list Enumeration
Types
sack::logging::RealLogFunction Type
sack::logging::RealVLogFunction Type
sack::logging::UserLoggingCallback Type
Macros
sack::logging::_lprintf Macro
sack::logging::Log Macro
sack::logging::Log1 Macro
sack::logging::Log10 Macro
sack::logging::Log2 Macro
sack::logging::Log3 Macro
sack::logging::Log4 Macro
sack::logging::Log5 Macro
sack::logging::Log6 Macro
sack::logging::Log7 Macro
sack::logging::Log8 Macro
sack::logging::Log9 Macro
sack::logging::lprintf Macro
sack::logging::OutputLogString Macro
sack::logging::SystemLog Macro
sack::logging::vlprintf Macro
sack::logging::vxlprintf Macro
sack::logging::xlprintf Macro
sack::math Namespace
sack::math::fraction Namespace
Functions
sack::math::fraction::AddCoords Function
sack::math::fraction::AddFractions Function
sack::math::fraction::InverseScaleValue Function
sack::math::fraction::LogCoords Function
sack::math::fraction::MulFractions Function
sack::math::fraction::ReduceFraction Function
sack::math::fraction::ScaleFraction Function
sack::math::fraction::ScaleValue Function
sack::math::fraction::sLogCoords Function
sack::math::fraction::sLogFraction Function
Structs, Records, Enums
sack::math::fraction::coordpair_tag Structure
sack::math::fraction::fraction_tag Structure
sack::math::fraction::COORDPAIR Structure
sack::math::fraction::FRACTION Structure
sack::math::fraction::PCOORDPAIR Structure
sack::math::fraction::PFRACTION Structure
Macros
sack::math::fraction::SetFraction Macro
sack::math::fraction::SetFractionV Macro
sack::memory Namespace
Functions
sack::memory::AllocateEx Function
sack::memory::CloseSpace Function
sack::memory::CloseSpaceEx Function
sack::memory::CStrDupEx Function
sack::memory::CStrLen Function
sack::memory::DebugDumpHeapMemEx Function
sack::memory::DebugDumpHeapMemFile Function
sack::memory::DebugDumpMemEx Function
sack::memory::DebugDumpMemFile Function
sack::memory::Defragment Function
sack::memory::DisableHeapDebug Function
sack::memory::DupCStrEx Function
sack::memory::GetFirstUsedBlock Function
sack::memory::GetHeapMemStatsEx Function
sack::memory::GetMemStats Function
sack::memory::GetSpaceSize Function
sack::memory::HeapAllocateEx Function
sack::memory::HeapMoveEx Function
sack::memory::HeapPreallocateEx Function
sack::memory::HeapReallocateEx Function
sack::memory::HoldEx Function
sack::memory::InitHeap Function
sack::memory::LockedDecrement Function
sack::memory::LockedExchange Function
sack::memory::LockedExchange64 Function
sack::memory::LockedExchange64 Function
sack::memory::LockedIncrement Function
sack::memory::MemCmp Function
sack::memory::MemCpy Function
sack::memory::MemDupEx Function
sack::memory::MemSet Function
sack::memory::OpenSpace Function
sack::memory::OpenSpaceExx Function
sack::memory::PreallocateEx Function
sack::memory::ReallocateEx Function
sack::memory::ReleaseEx Function
sack::memory::SetAllocateDebug Function
sack::memory::SetAllocateLogging Function
sack::memory::SetCriticalLogging Function
sack::memory::SetHeapUnit Function
sack::memory::SetManualAllocateCheck Function
sack::memory::SetMinAllocate Function
sack::memory::SizeOfMemBlock Function
sack::memory::StrCaseCmp Function
sack::memory::StrCaseCmpEx Function
sack::memory::StrCaseStr Function
sack::memory::StrChr Function
sack::memory::StrChr Function
sack::memory::StrCmp Function
sack::memory::StrCmp Function
sack::memory::StrCmpEx Function
sack::memory::StrCpy Function
sack::memory::StrCpyEx Function
sack::memory::StrDupEx Function
sack::memory::StrLen Function
sack::memory::StrRChr Function
sack::memory::StrRChr Function
sack::memory::StrStr Function
sack::memory::StrStr Function
Types
sack::memory::PMEM Type
Macros
sack::memory::_memcpy_ Macro
sack::memory::_memset_ Macro
sack::memory::DebugDumpMem Macro
sack::memory::Delete Macro
sack::memory::memnop Macro
sack::memory::New Macro
sack::memory::NewArray Macro
sack::memory::NewObject Macro
sack::memory::NewPlus Macro
sack::memory::Renew Macro
sack::timers Namespace
Functions
sack::timers::CriticalSecOwners Function
sack::timers::EnterCriticalSecNoWaitEx Function
sack::timers::InitializeCriticalSec Function
Structs, Records, Enums
sack::timers::critical_section_tag Structure
sack::timers::CRITICALSECTION Structure
Types
sack::timers::PCRITICALSECTION Type
sack::timers::PTHREAD Type
sack::timers::THREAD Type
sack::timers::THREAD_PROC Type
Macros
sack::timers::AddTimer Macro
sack::timers::AddTimerEx Macro
sack::timers::ChangeTimer Macro
sack::timers::EnterCriticalSec Macro
sack::timers::EnterCriticalSecNoWait Macro
sack::timers::IsThisThread Macro
sack::timers::LeaveCriticalSec Macro
sack::timers::SLEEP_FOREVER Macro
sack::timers::ThreadTo Macro
sack::timers::TIMER_PROC Macro
sack::timers::WakeableSleep Macro
sack::timers::WakeThread Macro
sack::timers::WakeThreadID Macro
Functions
sack::BAG_Exit Function
sack::is_deadstart_complete Function
Types
sack::_16 Type
sack::_64 Type
sack::_8 Type
sack::BIT_FIELD Type
sack::CPOINTER Type
sack::CTEXTSTR Type
sack::INDEX Type
sack::LOGICAL Type
sack::P_0 Type
sack::P_16 Type
sack::P_32 Type
sack::P_64 Type
sack::P_8 Type
sack::PC_32 Type
sack::PCTEXTSTR Type
sack::pid_t Type
sack::POINTER Type
sack::PS_16 Type
sack::PS_32 Type
sack::PS_64 Type
sack::PS_8 Type
sack::PTRSIZEVAL Type
sack::PTRSZVAL Type
sack::PV_32 Type
sack::PV_64 Type
sack::PVPTRSZVAL Type
sack::PX_16 Type
sack::PX_8 Type
sack::S_16 Type
sack::S_32 Type
sack::S_64 Type
sack::S_8 Type
sack::TEXTCHAR Type
sack::TEXTSTR Type
sack::THREAD_ID Type
sack::X_16 Type
sack::X_8 Type
Macros
sack::_32f Macro
sack::_32fs Macro
sack::_32fx Macro
sack::_32fX Macro
sack::_64f Macro
sack::_64fs Macro
sack::_64fx Macro
sack::_64fX Macro
sack::_cWIDE Macro
sack::_WIDE Macro
sack::_WIDE__FILE__ Macro
sack::c_32f Macro
sack::c_32fs Macro
sack::c_32fx Macro
sack::c_32fX Macro
sack::cPTRSZVALfs Macro
sack::cPTRSZVALfx Macro
sack::cWIDE Macro
sack::DBG_AVAILABLE Macro
sack::DBG_FILELINEFMT Macro
sack::DBG_PASS Macro
sack::DBG_RELAY Macro
sack::DBG_SRC Macro
sack::DBG_VARSRC Macro
sack::DBG_VOIDPASS Macro
sack::DBG_VOIDRELAY Macro
sack::DBG_VOIDSRC Macro
sack::DeclareLink Macro
sack::exit Macro
sack::FALSE Macro
sack::FILELINE Macro
sack::FILELINE_FILELINEFMT Macro
sack::FILELINE_PASS Macro
sack::FILELINE_RELAY Macro
sack::FILELINE_SRC Macro
sack::FILELINE_VARSRC Macro
sack::FILELINE_VOIDPASS Macro
sack::FILELINE_VOIDRELAY Macro
sack::FILELINE_VOIDSRC Macro
sack::FLAGROUND Macro
sack::FLAGSET Macro
sack::FLAGSETSIZE Macro
sack::FLAGSETTYPE Macro
sack::FLAGTYPE_INDEX Macro
sack::FLAGTYPEBITS Macro
sack::GETMASK Macro
sack::GetMyThreadID Macro
sack::GetMyThreadIDNL Macro
sack::GETPID_RETURNS_PPID Macro
sack::GrabThing Macro
sack::INVALID_INDEX Macro
sack::LinkLast Macro
sack::LinkThing Macro
sack::LinkThingAfter Macro
sack::LinkThingBefore Macro
sack::MASK_MASK Macro
sack::MASK_MASK_VAL Macro
sack::MASK_MAX_LENGTH Macro
sack::MASK_MAX_ROUND Macro
sack::MASK_MAX_TYPEBITS Macro
sack::MASK_TOP_MASK Macro
sack::MASK_TOP_MASK_VAL Macro
sack::MASKROUND Macro
sack::MASKSET Macro
sack::MASKSET_READTYPE Macro
sack::MASKSETSIZE Macro
sack::MASKSETTYPE Macro
sack::MASKTYPE_INDEX Macro
sack::MASKTYPEBITS Macro
sack::NextLink Macro
sack::NextThing Macro
sack::pragnote Macro
sack::pragnoteonly Macro
sack::PTRSZVALf Macro
sack::PTRSZVALfs Macro
sack::PTRSZVALfx Macro
sack::RelinkThing Macro
sack::RESETFLAG Macro
sack::SETFLAG Macro
sack::SETMASK Macro
sack::STRSYM Macro
sack::TESTFLAG Macro
sack::TOCHR Macro
sack::TOGGLEFLAG Macro
sack::TOSTR Macro
sack::TRUE Macro
sack::UnlinkThing Macro
sack::WIDE Macro
sack::WIDE__FILE__ Macro
Functions
LoadComplete Function
Macros
_CONSTRUCT_NAMESPACE Macro
_CONSTRUCT_NAMESPACE_END Macro
_CONTAINER_NAMESPACE Macro
_CONTAINER_NAMESPACE_END Macro
_FILEMON_NAMESPACE Macro
_FILEMON_NAMESPACE_END Macro
_FILESYS_NAMESPACE Macro
_FILESYS_NAMESPACE_END Macro
_LINKLIST_NAMESPACE Macro
_LINKLIST_NAMESPACE_END Macro
_PASTE Macro
_PASTE2 Macro
_TASK_NAMESPACE Macro
_TASK_NAMESPACE_END Macro
_TYPELIBRARY_SOURCE Macro
_WIDE__FILE__ Macro
ASM_IMAGE_NAMESPACE Macro
ASM_IMAGE_NAMESPACE_END Macro
BAGIMAGE_EXPORTS Macro
CLIENTMSG_SOURCE Macro
COLOR_STRUCTURE_DEFINED Macro
CONFIGURATION_LIBRARY_SOURCE Macro
CONSTRUCT_API Macro
CONSTRUCT_NAMESPACE Macro
CONSTRUCT_NAMESPACE_END Macro
CONSTRUCT_PROC Macro
CONSTRUCT_SOURCE Macro
CPROC Macro
DebugBreak Macro
EXPORT_METHOD Macro
fg Macro
FILE_DOT_NET_COMPAT Macro
FILEMON_NAMESPACE Macro
FILEMON_NAMESPACE_END Macro
FILEMONITOR_SOURCE Macro
FILESYS_API Macro
FILESYS_NAMESPACE Macro
FILESYS_NAMESPACE_END Macro
FILESYS_PROC Macro
FILESYSTEM_LIBRARY_SOURCE Macro
FILESYSTEM_UTILS_DEFINED Macro
FINAL_TYPES Macro
Fopen Macro
FORCE_NO_INTERFACE Macro
FRACTION_API Macro
FRACTION_PROC Macro
FRACTION_SOURCE Macro
FRACTIONS_DEFINED Macro
GetCurrentProcessId Macro
GetCurrentThreadId Macro
GetLastError Macro
IDLE_SOURCE Macro
IMAGE_API Macro
IMAGE_H Macro
IMAGE_LIBRARY_SOURCE Macro
IMAGE_NAMESPACE Macro
IMAGE_NAMESPACE_END Macro
IMAGE_PROC Macro
IMAGE_PROC_D Macro
IMAGE_STRUCTURE_DEFINED Macro
IMPORT_METHOD Macro
LINKSTUFF Macro
LITERAL_LIB_EXPORT_METHOD Macro
LITERAL_LIB_IMPORT_METHOD Macro
LOGGING_MACROS_DEFINED Macro
LOGGING_NAMESPACE Macro
LOGGING_NAMESPACE_END Macro
MAXPATH Macro
MEM_API Macro
MEM_LIBRARY_SOURCE Macro
MEM_PROC Macro
min Macro
MNG_BUILD_DLL Macro
my_offsetof Macro
MY_TYPES_INCLUDED Macro
NETWORK_SOURCE Macro
PASTE Macro
PATH_MAX Macro
PREFIX_PACKED Macro
PROCREG_SOURCE Macro
PSI_SOURCE Macro
Relinquish Macro
RENDER_LIBRARY_SOURCE Macro
SACK_CONTAINER_LINKLIST_NAMESPACE Macro
SACK_CONTAINER_LINKLIST_NAMESPACE_END Macro
SACK_CONTAINER_NAMESPACE Macro
SACK_CONTAINER_NAMESPACE_END Macro
SACK_NAMESPACE Macro
SACK_NAMESPACE_END Macro
SECOND_IMAGE_LEVEL Macro
SHA1_SOURCE Macro
SHARED_MEM_DEFINED Macro
SOURCE_PSI2 Macro
SQLGETOPTION_SOURCE Macro
SQLPROXY_LIBRARY_SOURCE Macro
STANDARD_HEADERS_INCLUDED Macro
SYSLOG_API Macro
SYSLOG_PROC Macro
SYSLOG_SOURCE Macro
SYSTEM_SOURCE Macro
SYSTRAY_LIBRARAY Macro
TARGETNAME Macro
TIMER_NAMESPACE Macro
TIMER_NAMESPACE_END Macro
TIMER_SOURCE Macro
TIMERS_DEFINED Macro
TYPELIB_SOURCE Macro
VECTOR_LIBRARY_SOURCE Macro
VIDEO_LIBRARY_SOURCE Macro
WIDE__FILE__ Macro
WILL_DEFINE_IMAGE_STRUCTURE Macro
WINVER Macro
Files
colordef.h
construct.h
filedotnet.h
filesys.h
final_types.h
fntglobal.h
fractions.h
image.h
imagestruct.h
logging.h
sack_types.h
sharemem.h
stdhdrs.h
timers.h
typelib.h
Colors
Copyright (c) 2010. All rights reserved.
Contents
|
Index
|
Home