_HEAPSTATS | |
_MODULEDESC | |
_MODULESTATUS | |
sprint::shared_vector< _Tp, _Alloc >::_Rep | |
sprint::detail::adapter0< R, _Invoker > | Adapter between an _Invoker and function0 |
sprint::detail::adapter0< void, _Invoker > | |
sprint::detail::adapter1< R, _Invoker, P1 > | Adapter between an _Invoker and function1 |
sprint::detail::adapter10< R, _Invoker, P1, P2, P3, P4, P5, P6, P7, P8, P9, P10 > | Adapter between an _Invoker and function10 |
sprint::detail::adapter10< void, _Invoker, P1, P2, P3, P4, P5, P6, P7, P8, P9, P10 > | |
sprint::detail::adapter11< R, _Invoker, P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11 > | Adapter between an _Invoker and function11 |
sprint::detail::adapter11< void, _Invoker, P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11 > | |
sprint::detail::adapter1< void, _Invoker, P1 > | |
sprint::detail::adapter2< R, _Invoker, P1, P2 > | Adapter between an _Invoker and function2 |
sprint::detail::adapter2< void, _Invoker, P1, P2 > | |
sprint::detail::adapter3< R, _Invoker, P1, P2, P3 > | Adapter between an _Invoker and function3 |
sprint::detail::adapter3< void, _Invoker, P1, P2, P3 > | |
sprint::detail::adapter4< R, _Invoker, P1, P2, P3, P4 > | Adapter between an _Invoker and function4 |
sprint::detail::adapter4< void, _Invoker, P1, P2, P3, P4 > | |
sprint::detail::adapter5< R, _Invoker, P1, P2, P3, P4, P5 > | Adapter between an _Invoker and function5 |
sprint::detail::adapter5< void, _Invoker, P1, P2, P3, P4, P5 > | |
sprint::detail::adapter6< R, _Invoker, P1, P2, P3, P4, P5, P6 > | Adapter between an _Invoker and function6 |
sprint::detail::adapter6< void, _Invoker, P1, P2, P3, P4, P5, P6 > | |
sprint::detail::adapter7< R, _Invoker, P1, P2, P3, P4, P5, P6, P7 > | Adapter between an _Invoker and function7 |
sprint::detail::adapter7< void, _Invoker, P1, P2, P3, P4, P5, P6, P7 > | |
sprint::detail::adapter8< R, _Invoker, P1, P2, P3, P4, P5, P6, P7, P8 > | Adapter between an _Invoker and function8 |
sprint::detail::adapter8< void, _Invoker, P1, P2, P3, P4, P5, P6, P7, P8 > | |
sprint::detail::adapter9< R, _Invoker, P1, P2, P3, P4, P5, P6, P7, P8, P9 > | Adapter between an _Invoker and function9 |
sprint::detail::adapter9< void, _Invoker, P1, P2, P3, P4, P5, P6, P7, P8, P9 > | |
sprint::alias | Handles reference between const string list and index associa a delle stringhe allocate dall'utente un indice interno Al momento attuale non viene eseguita nessuna indicizzazione particolare e la ricerca è sequenziale all'interno della lista |
sprint::alias_map | Associate string and index è un map tra stringhe e interi |
sprint::alias_vector< T > | |
sprint::ArchiveImporter | |
sprint::ArchiveIn | An object used to read a configuration |
sprint::ArchiveInBase | |
sprint::ArchiveOut | An Output Archive: an object to save a configuration |
sprint::array< T, N > | Array of N elements of T |
sprint::async_socket< T > | Async socket class. Extend a socket with async methods |
sprint::autovector< T > | Memory ptr wrapper Provides an auto deallocation array with a destructive `resize` method and without boundaries check |
AviPlayerWithSound | |
AviReader | |
sprint::BaseArchive | |
sprint::gtl::BrowseForFile | |
sprint::buffer_cast | Dummy class to hold a small buffer (allocated in stack) |
sprint::gtl::Button | Generic button: TODO specialize for CheckBox, Radio |
sprint::io::bzip2 | Bzip2 stream file |
sprint::cachemap< _Key, _Tp, hash > | |
sprint::cachemap_iterator< _Key, _Tp, hash > | |
sprint::gtl::CBrushT< t_bManaged > | A Brush object |
sprint::gtl::CChildWindowTraits | |
sprint::gtl::CClientDC | |
sprint::gtl::CDefaultWindowTraits | A Default collection of Window Traits (should be overwritten entirelly) |
sprint::gtl::CDialog | |
sprint::gtl::CFontT< t_bManaged > | Wrapper per i Font |
sprint::CharDescr | Font character layout |
sprint::gtl::CInstance | |
sprint::gtl::CLogFont | Un LOGFONT (contiene informazioni per generare un Font) |
sprint::gtl::CMenuT< t_bManaged > | Menu object |
sprint::gtl::CModelessDialog | |
sprint::gtl::CObjectContext | |
sprint::gtl::ComboBox | |
sprint::gtl::Conf< get > | |
sprint::gtl::Conf< set > | |
sprint::const_buffer | |
sprint::detail::const_ref< T > | Const reference holder of an object |
sprint::detail::const_string< case_sensitive > | |
sprint::gtl::CPaintDC | |
sprint::gtl::CPenT< t_bManaged > | |
sprint::gtl::CRect | RECT Wrapper |
sprint::gtl::CWindow | |
sprint::gtl::CWindowDC | |
sprint::data_buffer | A simple buffer class (it is like a vector<char> with an additional pos pointer) |
DDAviPlayer | |
sprint::DefineList | Una lista di Define (macro) |
sprint::dmatrix< T > | Variable size Matrix |
sprint::xml::document | An XML Document |
sprint::gtl::DoubleBufferDC | A memory DC used for double buffer during paint |
sprint::gtl::EditableListView | |
sprint::gtl::EditBox< id > | |
sprint::event | Event object. can be signaled or unsignaled, waited on it |
sprint::io::detail::file< bManaged > | |
sprint::fmatrix< T, nr, nc > | Fixed size Matrix |
sprint::font | A FONT structure handler |
sprint::ftp | Ftp library |
FtpClient | |
sprint::function0< R > | No parameter, only return type |
sprint::function1< R, P1 > | Virtual function with 1 parameters. R is the return type |
sprint::function10< R, P1, P2, P3, P4, P5, P6, P7, P8, P9, P10 > | Virtual function with 10 parameters. R is the return type |
sprint::function11< R, P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11 > | Virtual function with 11 parameters. R is the return type |
sprint::function12< R, P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12 > | Virtual function with 12 parameters. R is the return type |
sprint::function2< R, P1, P2 > | Virtual function with 2 parameters. R is the return type |
sprint::function3< R, P1, P2, P3 > | Virtual function with 3 parameters. R is the return type |
sprint::function4< R, P1, P2, P3, P4 > | Virtual function with 4 parameters. R is the return type |
sprint::function5< R, P1, P2, P3, P4, P5 > | Virtual function with 5 parameters. R is the return type |
sprint::function6< R, P1, P2, P3, P4, P5, P6 > | Virtual function with 6 parameters. R is the return type |
sprint::function7< R, P1, P2, P3, P4, P5, P6, P7 > | Virtual function with 7 parameters. R is the return type |
sprint::function8< R, P1, P2, P3, P4, P5, P6, P7, P8 > | Virtual function with 8 parameters. R is the return type |
sprint::function9< R, P1, P2, P3, P4, P5, P6, P7, P8, P9 > | Virtual function with 9 parameters. R is the return type |
sprint::gtl::get | |
sprint::io::gzip | Gzip file library |
sprint::io::gzipf | |
i18n_netupdate | Le stringhe da mandare a output nella lingua corrente |
IDirectPCM | |
if_copiable | |
sprint::if_copiable< false > | Uncopiable class template |
sprint::if_copiable< true > | Copiable class template |
sprint::iimage | Image buffer capable of release, realloc, clonable |
sprint::image | Image container |
ImageList | |
sprint::imageview | |
IndirectFadeParam | |
sprint::kerning_pair | Kernings pair for font |
sprint::lazy_vector< _Tp > | Lazy vector hidden internal _Tp using a char buffer |
sprint::light_string | Dynamic allocated string, without shared pointer and capacity feature |
sprint::gtl::ListBox | |
sprint::gtl::ListView | ListView control |
sprint::lua_script | |
MD5 | |
sprint::io::mem< buffer_mode > | |
sprint::detail::mem_fun_0< R, T > | Member function with 0 parameters invoker |
sprint::detail::mem_fun_0< void, T > | |
sprint::detail::mem_fun_1< R, T, P1 > | Member function with 1 parameters invoker |
sprint::detail::mem_fun_10< R, T, P1, P2, P3, P4, P5, P6, P7, P8, P9, P10 > | Member function with 10 parameters invoker |
sprint::detail::mem_fun_10< void, T, P1, P2, P3, P4, P5, P6, P7, P8, P9, P10 > | |
sprint::detail::mem_fun_1< void, T, P1 > | |
sprint::detail::mem_fun_2< R, T, P1, P2 > | Member function with 2 parameters invoker |
sprint::detail::mem_fun_2< void, T, P1, P2 > | |
sprint::detail::mem_fun_3< R, T, P1, P2, P3 > | Member function with 3 parameters invoker |
sprint::detail::mem_fun_3< void, T, P1, P2, P3 > | |
sprint::detail::mem_fun_4< R, T, P1, P2, P3, P4 > | Member function with 4 parameters invoker |
sprint::detail::mem_fun_4< void, T, P1, P2, P3, P4 > | |
sprint::detail::mem_fun_5< R, T, P1, P2, P3, P4, P5 > | Member function with 5 parameters invoker |
sprint::detail::mem_fun_5< void, T, P1, P2, P3, P4, P5 > | |
sprint::detail::mem_fun_6< R, T, P1, P2, P3, P4, P5, P6 > | Member function with 6 parameters invoker |
sprint::detail::mem_fun_6< void, T, P1, P2, P3, P4, P5, P6 > | |
sprint::detail::mem_fun_7< R, T, P1, P2, P3, P4, P5, P6, P7 > | Member function with 7 parameters invoker |
sprint::detail::mem_fun_7< void, T, P1, P2, P3, P4, P5, P6, P7 > | |
sprint::detail::mem_fun_8< R, T, P1, P2, P3, P4, P5, P6, P7, P8 > | Member function with 8 parameters invoker |
sprint::detail::mem_fun_8< void, T, P1, P2, P3, P4, P5, P6, P7, P8 > | |
sprint::detail::mem_fun_9< R, T, P1, P2, P3, P4, P5, P6, P7, P8, P9 > | Member function with 9 parameters invoker |
sprint::detail::mem_fun_9< void, T, P1, P2, P3, P4, P5, P6, P7, P8, P9 > | |
sprint::detail::multicast_socket< bManaged > | A MCast Socket |
sprint::mutable_buffer | |
sprint::ipc::mutex | Shared mutex |
sprint::mutex | Mutex class (implemented using Critical Section) |
sprint::named_alias_vector< T > | |
sprint::network | Classe Wrapper per caricare la DLL di rete |
sprint::xml::node | |
sprint::io::null | IO who does nothing |
sprint::odbc | Un Wrapper C++ verso ODBC |
sprint::gtl::OpenDlg | |
sprint::ostringstream< _StringContainer > | |
sprint::gtl::Param | |
sprint::pipe | Pipe wrapper |
sprint::point2< T > | 2d point |
sprint::point3< T > | 2d homogeneous coordinate, 3d point |
sprint::point4< T > | 3d homogeneous coordinate, quaternion |
sprint::detail::ptr_fun_0< R > | Ptr fun with 0 parameters invoker |
sprint::detail::ptr_fun_0< void > | |
sprint::detail::ptr_fun_1< R, P1 > | Ptr fun with 1 parameters invoker |
sprint::detail::ptr_fun_10< R, P1, P2, P3, P4, P5, P6, P7, P8, P9, P10 > | Ptr fun with 10 parameters invoker |
sprint::detail::ptr_fun_10< void, P1, P2, P3, P4, P5, P6, P7, P8, P9, P10 > | |
sprint::detail::ptr_fun_11< R, P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11 > | Ptr fun with 11 parameters invoker |
sprint::detail::ptr_fun_11< void, P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11 > | |
sprint::detail::ptr_fun_1< void, P1 > | |
sprint::detail::ptr_fun_2< R, P1, P2 > | Ptr fun with 2 parameters invoker |
sprint::detail::ptr_fun_2< void, P1, P2 > | |
sprint::detail::ptr_fun_3< R, P1, P2, P3 > | Ptr fun with 3 parameters invoker |
sprint::detail::ptr_fun_3< void, P1, P2, P3 > | |
sprint::detail::ptr_fun_4< R, P1, P2, P3, P4 > | Ptr fun with 4 parameters invoker |
sprint::detail::ptr_fun_4< void, P1, P2, P3, P4 > | |
sprint::detail::ptr_fun_5< R, P1, P2, P3, P4, P5 > | Ptr fun with 5 parameters invoker |
sprint::detail::ptr_fun_5< void, P1, P2, P3, P4, P5 > | |
sprint::detail::ptr_fun_6< R, P1, P2, P3, P4, P5, P6 > | Ptr fun with 6 parameters invoker |
sprint::detail::ptr_fun_6< void, P1, P2, P3, P4, P5, P6 > | |
sprint::detail::ptr_fun_7< R, P1, P2, P3, P4, P5, P6, P7 > | Ptr fun with 7 parameters invoker |
sprint::detail::ptr_fun_7< void, P1, P2, P3, P4, P5, P6, P7 > | |
sprint::detail::ptr_fun_8< R, P1, P2, P3, P4, P5, P6, P7, P8 > | Ptr fun with 8 parameters invoker |
sprint::detail::ptr_fun_8< void, P1, P2, P3, P4, P5, P6, P7, P8 > | |
sprint::detail::ptr_fun_9< R, P1, P2, P3, P4, P5, P6, P7, P8, P9 > | Ptr fun with 9 parameters invoker |
sprint::detail::ptr_fun_9< void, P1, P2, P3, P4, P5, P6, P7, P8, P9 > | |
sprint::read_buffer< T > | |
sprint::gtl::ReadConfiguration | Wrapper per leggere dal registro di windows |
sprint::ReadWriteMutex | A multiple Read-Write Mutex |
sprint::gtl::ReBar | |
sprint::gtl::Rect | |
sprint::rect< T > | Rectangle |
sprint::detail::ref< T > | Reference holder of an object |
sprint::ref_any | |
sprint::gtl::Registry | Wrapper per leggere o scrivere dal registro di windows |
sprint::io::right | |
sprint::ipc::rpc | |
sprint::ipc::rpc_request | |
sprint::rtc | |
sprint::runnable | Java-like runnable task using virtual function. class must implement a void *the_thread() method |
sprint::scoped_lock< T > | |
sprint::ScopedReadLock | Reading Lock |
sprint::ScopedWriteLock | Writing Lock |
sprint::ipc::segment | Shared memory segment |
sprint::ipc::segment_info | |
sprint::SemanthicContext< T > | |
sprint::semaphore | Semaphore object |
sprint::io::serial | Serial (es RS232) communication object |
sprint::gtl::set | |
sprint::sharable | Sharable object Help class to create a sharable intrusive object. This object represents the intrusive part |
sprint::shared_ptr< T > | Intrusive shared_ptr implementation |
sprint::shared_string | Similar to STL string (used in no STL projects), but use a sprint::shared_vector object |
sprint::shared_vector< _Tp, _Alloc > | Shared vector |
SHEETCTRLEX | |
sprint::simple_function | |
sprint::SimpleTextArchiveIn | Storage reader |
sprint::SimpleTextArchiveOut | Sequential Archive file output |
sprint::singleton< T > | A singleton |
sprint::gtl::SkinButtonManager | |
sprint::detail::socket< bManaged > | Wrapper for Berkeley Socket |
socket_error | |
sprint::SplashImageManager | |
sprint::static_buffer< t_capacity, T > | |
sprint::gtl::StatusBar | |
sprint::io::stdiofile | |
sprint::storage_buffer | Use an user buffer to implement IO and cat of string/data |
sprint::gtl::TabCtrl | |
sprint::io::tar | |
sprint::gtl::TBitmap< tManagedBmp > | Gestione delle Bitmap |
sprint::gtl::TCommandMap< T, Key > | |
sprint::detail::tcp_socket< bManaged > | A SOCK_STREAM socket |
sprint::gtl::TDC< tManagedDC > | |
sprint::gtl::TextButtonManager | |
sprint::Tftdiserial< handle > | Communication handle |
sprint::thread | |
sprint::thread_function | Win32 thread creation params |
sprint::thread_group | |
sprint::timer | |
sprint::gtl::ToolBar | |
sprint::gtl::TreeView | |
sprint::tuple1< P1 > | Tuple, representing 1 ordered elements |
sprint::tuple10< P1, P2, P3, P4, P5, P6, P7, P8, P9, P10 > | Tuple, representing 10 ordered elements |
sprint::tuple11< P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11 > | Tuple, representing 11 ordered elements |
sprint::tuple12< P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12 > | Tuple, representing 12 ordered elements |
sprint::tuple2< P1, P2 > | Tuple, representing 2 ordered elements |
sprint::tuple3< P1, P2, P3 > | Tuple, representing 3 ordered elements |
sprint::tuple4< P1, P2, P3, P4 > | Tuple, representing 4 ordered elements |
sprint::tuple5< P1, P2, P3, P4, P5 > | Tuple, representing 5 ordered elements |
sprint::tuple6< P1, P2, P3, P4, P5, P6 > | Tuple, representing 6 ordered elements |
sprint::tuple7< P1, P2, P3, P4, P5, P6, P7 > | Tuple, representing 7 ordered elements |
sprint::tuple8< P1, P2, P3, P4, P5, P6, P7, P8 > | Tuple, representing 8 ordered elements |
sprint::tuple9< P1, P2, P3, P4, P5, P6, P7, P8, P9 > | Tuple, representing 9 ordered elements |
sprint::gtl::TWindowManager< T > | |
sprint::detail::udp_socket< bManaged > | A SOCK_DGRAM socket |
sprint::uncopiable | Uncopiable class it marks derived class as uncopiable |
sprint::unordered_map< _Key, _Tp > | |
sprint::unordered_set< _Key > | |
sprint::io::url_t | This struct contain any information able to open a xstream |
sprint::gtl::VWindow | |
sprint::WaveIn | |
sprint::WaveOut | |
sprint::gtl::WindowRegister< T > | |
sprint::gtl::WindowSingleton< T > | |
sprint::write_buffer< T > | |
sprint::gtl::WriteConfiguration | Wrapper per scrivere nel registro di windows |
sprint::io::xadapter< _Io > | |
sprint::io::xfolder | A single device |
sprint::io::xsocket | |
sprint::io::xstream | Virtual IO class |
sprint::io::xtar | Single tar file instance |
sprint::io::xtarf | Scrive un TAR facendo buffering e legge (solo sequenziale) attraverso un xs::xstream (unimplemented yet) |
sprint::io::xzip | |