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::exchange | Interface to CGI I/O functionality |
| dodo::cgi::basic::server | Basic CGI server functionality |
| dodo::cgi::cookie | Describes cookie that would be sent to the browser |
| dodo::cgi::dialogue | CGI request-response functionality |
| dodo::cgi::exchange | Interface to CGI I/O functionality |
| dodo::cgi::file | Defines node about uploaded POST file |
| dodo::cgi::server | CGI server functionality |
| dodo::data::base::__connection__ | Defines connection options for the server |
| dodo::data::base::__tuples__ | Defines fetched data from db |
| dodo::data::base::accumulator | Wide abilities for db manipulations |
| dodo::data::base::accumulator::__collected_data__ | Defines data that could be retrieved from the db object |
| dodo::data::base::connector | Implements an interface to db through sql and database independent interfaces |
| dodo::data::base::mysql | Interface to MySQL db |
| dodo::data::base::mysql::__ssl_options__ | Defines SSL mySQL options |
| dodo::data::base::postgresql | Interface to postgresql db |
| dodo::data::base::postgresql::__blob__ | Defines blob value |
| dodo::data::base::sql::constructor | Provide construction of SQL request |
| dodo::data::base::sqlite | Interface to sqlite db |
| dodo::data::base::sqlite::__blob__ | Defines blob value |
| dodo::data::format::json::node | Defines JSON object reprasentation |
| dodo::data::format::json::processor | JSON 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::node | Defines xml tree |
| dodo::data::format::xml::node::__namespace__ | Defines node namespace |
| dodo::data::format::xml::processor | XML parsing |
| dodo::data::memory::shared | Shared data functionality |
| dodo::data::memory::shared::__shared__ | Defines shared data |
| dodo::data::tpl::processor | Parses template |
| dodo::dodoMapICaseStringCompare | |
| dodo::dodoMapStringCompare | Defines compare functor |
| dodo::exception::basic | Describes exception that has been thrown |
| dodo::exception::basic::__module__ | Returned from initExceptionBasicModule in the library |
| dodo::exception::basic::syncThreadSection | Performs atomic locks using mutexes |
| dodo::exception::basic::syncThreadStack | Thread safe behaviour |
| dodo::graphics::__color__ | Defines color of the primitive |
| dodo::graphics::color | Defines default colors |
| dodo::graphics::draw | Simple image drawing |
| dodo::graphics::image | Simple 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::point | Class point |
| dodo::graphics::transform | Simple image transformations |
| dodo::io::block::channel | Implements an interface for I/O operations on block sources |
| dodo::io::channel | Implements 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::descriptor | Interface for event to get descriptors for io::event::manager |
| dodo::io::event::manager | Information if in/output stream is readable/writable |
| dodo::io::event::manager::__descriptors__ | Defines input and output descriptors of the io::* classes |
| dodo::io::file::fifo | I/O manipulations with fifo files |
| dodo::io::file::regular | File I/O manipulations |
| dodo::io::file::temp | I/O manipulations with temporary file |
| dodo::io::memory | Memory I/O manipulations |
| dodo::io::network::client | Network connection interface |
| dodo::io::network::client::__collected_data__ | Defines data that could be retrieved from class |
| dodo::io::network::connection | Option manipulation for network connections |
| dodo::io::network::connection::__peer__ | Defines peer information |
| dodo::io::network::exchange | Communication 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::client | HTTP I/O manipulation |
| dodo::io::network::http::file | Defines file for POST request |
| dodo::io::network::http::response | Defines HTTP response |
| dodo::io::network::server | Network connection interface |
| dodo::io::network::server::__collected_data__ | Defines data that could be retrieved from class(to modificate)[contains references] |
| dodo::io::network::ssl::client | Network SSL connection interface |
| dodo::io::network::ssl::exchange | SSL 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::server | SSL network connection interface |
| dodo::io::pipe | Interface for PIPE I/O operations |
| dodo::io::ssl::__certificates__ | Defines SSL options |
| dodo::io::stdio | Interface for stdin/stdout/stderr I/O operations |
| dodo::io::stream::channel | Implements an interface for I/O operations on stream sources |
| dodo::pc::job::collection | Interface for jobs management |
| dodo::pc::job::manager | Interface for jobs management |
| dodo::pc::process::__module__ | Defines data that is returned from initPcProcessManagerModule in the library |
| dodo::pc::process::manager | Processes management functionality |
| dodo::pc::sync::data::__info__ | Defines shared data |
| dodo::pc::sync::data::collection | Implements collection of shared data |
| dodo::pc::sync::data::single | Shared data management functionality |
| dodo::pc::sync::process::data::collection | Implements collection of shared data for processes |
| dodo::pc::sync::process::data::single | Shared data management functionality for processes |
| dodo::pc::sync::process::section | Performs atomic locks using semaphores |
| dodo::pc::sync::protector | Thread/process safe behaviour |
| dodo::pc::sync::section | Performs atomic locks |
| dodo::pc::sync::thread::data::collection | Implements collection of shared data for threads |
| dodo::pc::sync::thread::data::single | Shared data management functionality for threads |
| dodo::pc::sync::thread::section | Performs atomic locks using mutexes |
| dodo::pc::thread::__module__ | Defines data that is returned from initModule in the library |
| dodo::pc::thread::manager | Threads management functionality |
| dodo::rpc::client | Defines client-side RPC instrument |
| dodo::rpc::json::__additional__ | Defines response/request additional data |
| dodo::rpc::json::client | Defines client-side JSON-RPC instrument |
| dodo::rpc::json::method | Defines RPC method in JSON representation |
| dodo::rpc::json::response | Defines RPC response in JSON representation |
| dodo::rpc::json::server | Defines server-side JSON-RPC instrument |
| dodo::rpc::json::value | Defines RPC value in JSON representation |
| dodo::rpc::method | Defines RPC method reprasentation |
| dodo::rpc::response | Defines RPC response reprasentation |
| dodo::rpc::server | Defines server-side RPC instrument |
| dodo::rpc::value | Defines RPC value |
| dodo::rpc::xml::__additional__ | Defines response/request additional data |
| dodo::rpc::xml::client | Defines client-side XML-RPC instrument |
| dodo::rpc::xml::method | Defines RPC method in XML representation |
| dodo::rpc::xml::response | Defines RPC response in XML representation |
| dodo::rpc::xml::server | Defines server-side XML-RPC instrument |
| dodo::rpc::xml::value | Defines RPC value in XML representation |
| dodo::singleton< T > | Defines singleton base class for derived class |
| dodo::tools::__time__ | Defines time information |
| dodo::tools::code | Encode/decode functionality |
| dodo::tools::filesystem | Disk I/O manipulations |
| dodo::tools::filesystem::__file__ | Defines file info |
| dodo::tools::library | Handling object from static and dynamic libraries |
| dodo::tools::logger | Logging function |
| dodo::tools::misc | Misc functionality |
| dodo::tools::network | Information 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::os | Os 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::syncThreadSection | Performs atomic locks using mutexes |
| dodo::tools::os::syncThreadStack | Thread safe behaviour |
| dodo::tools::regexp | REGEXP support |
| dodo::tools::regexp::__regex_match__ | Defines begin and end of matched substring |
| dodo::tools::string | Various string tools |
| dodo::tools::time | Time functionality |
| dodo::xexec | Example 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
1.5.9
