libdodo: Class List

Class List

Here are the classes, structs, unions and interfaces with brief descriptions:
dodo::__url__Defines URL parts
dodo::cgi::__auth__Defines authenfication information
dodo::cgi::basic::exchangeInterface to CGI I/O functionality
dodo::cgi::basic::serverBasic CGI server functionality
dodo::cgi::cookieDescribes cookie that would be sent to the browser
dodo::cgi::dialogueCGI request-response functionality
dodo::cgi::exchangeInterface to CGI I/O functionality
dodo::cgi::fileDefines node about uploaded POST file
dodo::cgi::serverCGI server functionality
dodo::data::base::__connection__Defines connection options for the server
dodo::data::base::__tuples__Defines fetched data from db
dodo::data::base::accumulatorWide abilities for db manipulations
dodo::data::base::accumulator::__collected_data__Defines data that could be retrieved from the db object
dodo::data::base::connectorImplements an interface to db through sql and database independent interfaces
dodo::data::base::mysqlInterface to MySQL db
dodo::data::base::mysql::__ssl_options__Defines SSL mySQL options
dodo::data::base::postgresqlInterface to postgresql db
dodo::data::base::postgresql::__blob__Defines blob value
dodo::data::base::sql::constructorProvide construction of SQL request
dodo::data::base::sqliteInterface to sqlite db
dodo::data::base::sqlite::__blob__Defines blob value
dodo::data::format::json::nodeDefines JSON object reprasentation
dodo::data::format::json::processorJSON operations
dodo::data::format::xml::__definition__Defines processor tree definition
dodo::data::format::xml::__info__Desribes information about given XML document
dodo::data::format::xml::nodeDefines xml tree
dodo::data::format::xml::node::__namespace__Defines node namespace
dodo::data::format::xml::processorXML parsing
dodo::data::memory::sharedShared data functionality
dodo::data::memory::shared::__shared__Defines shared data
dodo::data::tpl::processorParses template
dodo::dodoMapICaseStringCompare
dodo::dodoMapStringCompareDefines compare functor
dodo::exception::basicDescribes exception that has been thrown
dodo::exception::basic::__module__Returned from initExceptionBasicModule in the library
dodo::exception::basic::syncThreadSectionPerforms atomic locks using mutexes
dodo::exception::basic::syncThreadStackThread safe behaviour
dodo::graphics::__color__Defines color of the primitive
dodo::graphics::colorDefines default colors
dodo::graphics::drawSimple image drawing
dodo::graphics::imageSimple image manipulations
dodo::graphics::image::__collected_data__Defines data that could be retrieved from the image object
dodo::graphics::image::__info__Defines image information
dodo::graphics::image::__size__Defines image dimensions
dodo::graphics::pointClass point
dodo::graphics::transformSimple image transformations
dodo::io::block::channelImplements an interface for I/O operations on block sources
dodo::io::channelImplements an interface for I/O operations
dodo::io::channel::__collected_data__Defines data that could be retrieved from io::channel(to modificate)
dodo::io::event::descriptorInterface for event to get descriptors for io::event::manager
dodo::io::event::managerInformation if in/output stream is readable/writable
dodo::io::event::manager::__descriptors__Defines input and output descriptors of the io::* classes
dodo::io::file::fifoI/O manipulations with fifo files
dodo::io::file::regularFile I/O manipulations
dodo::io::file::tempI/O manipulations with temporary file
dodo::io::memoryMemory I/O manipulations
dodo::io::network::clientNetwork connection interface
dodo::io::network::client::__collected_data__Defines data that could be retrieved from class
dodo::io::network::connectionOption manipulation for network connections
dodo::io::network::connection::__peer__Defines peer information
dodo::io::network::exchangeCommunication interface[send/receive data]
dodo::io::network::exchange::__init__Holds info that is passed to accept call, and then inits exchange
dodo::io::network::http::clientHTTP I/O manipulation
dodo::io::network::http::fileDefines file for POST request
dodo::io::network::http::responseDefines HTTP response
dodo::io::network::serverNetwork connection interface
dodo::io::network::server::__collected_data__Defines data that could be retrieved from class(to modificate)[contains references]
dodo::io::network::ssl::clientNetwork SSL connection interface
dodo::io::network::ssl::exchangeSSL communication interface[send/receive data]
dodo::io::network::ssl::exchange::__init__Holds info that passes to accept call, and then inits exchange;
dodo::io::network::ssl::serverSSL network connection interface
dodo::io::pipeInterface for PIPE I/O operations
dodo::io::ssl::__certificates__Defines SSL options
dodo::io::stdioInterface for stdin/stdout/stderr I/O operations
dodo::io::stream::channelImplements an interface for I/O operations on stream sources
dodo::pc::job::collectionInterface for jobs management
dodo::pc::job::managerInterface for jobs management
dodo::pc::process::__module__Defines data that is returned from initPcProcessManagerModule in the library
dodo::pc::process::managerProcesses management functionality
dodo::pc::sync::data::__info__Defines shared data
dodo::pc::sync::data::collectionImplements collection of shared data
dodo::pc::sync::data::singleShared data management functionality
dodo::pc::sync::process::data::collectionImplements collection of shared data for processes
dodo::pc::sync::process::data::singleShared data management functionality for processes
dodo::pc::sync::process::sectionPerforms atomic locks using semaphores
dodo::pc::sync::protectorThread/process safe behaviour
dodo::pc::sync::sectionPerforms atomic locks
dodo::pc::sync::thread::data::collectionImplements collection of shared data for threads
dodo::pc::sync::thread::data::singleShared data management functionality for threads
dodo::pc::sync::thread::sectionPerforms atomic locks using mutexes
dodo::pc::thread::__module__Defines data that is returned from initModule in the library
dodo::pc::thread::managerThreads management functionality
dodo::rpc::clientDefines client-side RPC instrument
dodo::rpc::json::__additional__Defines response/request additional data
dodo::rpc::json::clientDefines client-side JSON-RPC instrument
dodo::rpc::json::methodDefines RPC method in JSON representation
dodo::rpc::json::responseDefines RPC response in JSON representation
dodo::rpc::json::serverDefines server-side JSON-RPC instrument
dodo::rpc::json::valueDefines RPC value in JSON representation
dodo::rpc::methodDefines RPC method reprasentation
dodo::rpc::responseDefines RPC response reprasentation
dodo::rpc::serverDefines server-side RPC instrument
dodo::rpc::valueDefines RPC value
dodo::rpc::xml::__additional__Defines response/request additional data
dodo::rpc::xml::clientDefines client-side XML-RPC instrument
dodo::rpc::xml::methodDefines RPC method in XML representation
dodo::rpc::xml::responseDefines RPC response in XML representation
dodo::rpc::xml::serverDefines server-side XML-RPC instrument
dodo::rpc::xml::valueDefines RPC value in XML representation
dodo::singleton< T >Defines singleton base class for derived class
dodo::tools::__time__Defines time information
dodo::tools::codeEncode/decode functionality
dodo::tools::filesystemDisk I/O manipulations
dodo::tools::filesystem::__file__Defines file info
dodo::tools::libraryHandling object from static and dynamic libraries
dodo::tools::loggerLogging function
dodo::tools::miscMisc functionality
dodo::tools::networkInformation about network environment
dodo::tools::network::__host__Defines information about host
dodo::tools::network::__interface__Defines interface information
dodo::tools::network::__service__Defines info about service
dodo::tools::osOs operations
dodo::tools::os::__group__Defines group info
dodo::tools::os::__limit__Defines os limits
dodo::tools::os::__signal_module__Returned from initSignalModule in the library
dodo::tools::os::__usage__Defines process information
dodo::tools::os::__user__Defines user info
dodo::tools::os::syncThreadSectionPerforms atomic locks using mutexes
dodo::tools::os::syncThreadStackThread safe behaviour
dodo::tools::regexpREGEXP support
dodo::tools::regexp::__regex_match__Defines begin and end of matched substring
dodo::tools::stringVarious string tools
dodo::tools::timeTime functionality
dodo::xexecExample of exec function that performs xexec
dodo::xexec::__collected_data__Defines data that could be retrieved from the object where xexec action raised
dodo::xexec::__module__Returned from moduleInit in the library

Generated on Thu Sep 10 23:30:23 2009 for libdodo by  doxygen 1.5.9