Cstdex::aggregate_progress< T > | Aggregated progress indicator |
►Cstd::allocator | |
Cstdex::sanitizing_allocator< T > | An allocator template that sanitizes each memory block before it is destroyed or reallocated |
Cstdex::chrono::aosn_date | AOsn date |
Cstdex::chrono::aosn_timestamp | AOsn timestamp |
►Cstdex::base64_dec | Base64 decoding session |
Cstdex::base64_reader | Converts from Base64 when reading from a stream |
►Cstdex::base64_enc | Base64 encoding session |
Cstdex::base64_writer | Converts to Base64 when writing to a stream |
►Cstdex::stream::basic | Basic stream operations |
►Cstdex::stream::basic_file | Basic seekable stream operations |
►Cstdex::stream::cache | Cached file |
Cstdex::stream::cached_file | Cached file-system file |
Cstdex::stream::diag_file | Compares multiple files to perform the same |
Cstdex::stream::file | File-system file |
Cstdex::stream::file_window | Limits file reading/writing to a predefined window |
Cstdex::stream::memory_file | In-memory file |
►Cstdex::stream::basic_sys | OS data stream (file, pipe, socket...) |
Cstdex::stream::file | File-system file |
►Cstdex::stream::converter | Modifies data on the fly when reading from/writing to a source stream. Could also be used to modify read/write boundaries like FIFO queues, async read/write, buffering etc |
Cstdex::base64_reader | Converts from Base64 when reading from a stream |
Cstdex::base64_writer | Converts to Base64 when writing to a stream |
Cstdex::stream::async_reader< N_cap > | Provides read-ahead stream capability |
Cstdex::stream::async_writer< N_cap > | Provides write-back stream capability |
►Cstdex::stream::buffer | Buffered read/write stream |
Cstdex::stream::buffered_sys | Buffered OS data stream (file, pipe, socket...) |
►Cstdex::stream::limiter | Limits reading from/writing to stream to a predefined number of bytes |
Cstdex::stream::window | Limits reading from/writing to stream to a predefined window |
Cstdex::stream_hasher< T > | Hashes read to or write from data of the stream |
Cstdex::zlib_reader | Decompresses data when reading from a stream |
Cstdex::zlib_writer | Compresses data when writing to a stream |
Cstdex::stream::fifo | In-memory FIFO queue |
Cstdex::stream::replicator | Replicates writing of the same data to multiple streams |
Cstdex::stream::socket | Socket stream |
►Cstdex::basic_hash< T > | Basic hashing operations |
Cstdex::block_hash< T > | Hashing in blocks |
►Cstdex::basic_hash< crc32_t > | |
Cstdex::crc32_hash | Hashes as CRC32 |
►Cstdex::basic_hash< md5_t > | |
►Cstdex::block_hash< md5_t > | |
Cstdex::md5_hash | Hashes as MD5 |
►Cstdex::basic_hash< sha1_t > | |
►Cstdex::block_hash< sha1_t > | |
Cstdex::sha1_hash | Hashes as SHA1 |
►Cstdex::parser::basic_parser< T > | Base template for all parsers |
Cstdex::parser::basic_angle< T > | Test for angle in d°mm'ss.dddd form |
Cstdex::parser::basic_any_cu< T > | Test for any code unit |
Cstdex::parser::basic_bol< T > | Test for beginning of line |
Cstdex::parser::basic_chemical_formula< T > | Test for chemical formula |
Cstdex::parser::basic_creditor_reference< T > | Test for Creditor Reference |
Cstdex::parser::basic_css_cdc< T > | Legacy CSS comment end --> |
Cstdex::parser::basic_css_cdo< T > | Legacy CSS comment start <!-- |
Cstdex::parser::basic_css_comment< T > | CSS comment |
Cstdex::parser::basic_css_import< T > | CSS import directive |
Cstdex::parser::basic_css_string< T > | CSS string |
Cstdex::parser::basic_css_uri< T > | URI in CSS |
Cstdex::parser::basic_cu< T > | Test for specific code unit |
Cstdex::parser::basic_date< T > | Test for date |
Cstdex::parser::basic_dns_domain_char< T > | Test for valid DNS domain character |
Cstdex::parser::basic_dns_name< T > | Test for DNS domain/hostname |
Cstdex::parser::basic_email_address< T > | Test for e-mail address |
Cstdex::parser::basic_emoticon< T > | Test for emoticon |
Cstdex::parser::basic_eol< T > | Test for end of line |
Cstdex::parser::basic_fraction< T > | Test for fraction |
Cstdex::parser::basic_html_declaration_condition_end< T > | End of condition ...]]> |
Cstdex::parser::basic_html_declaration_condition_start< T > | Start of condition <![condition[... |
Cstdex::parser::basic_html_ident< T > | Contiguous sequence of characters representing name of element, attribute etc |
Cstdex::parser::basic_html_tag< T > | Tag |
Cstdex::parser::basic_html_value< T > | Optionally-quoted string representing value of an attribute |
Cstdex::parser::basic_iban< T > | Test for International Bank Account Number |
►Cstdex::parser::basic_integer< T > | Base class for integer testing |
Cstdex::parser::basic_integer10< T > | Test for decimal integer |
Cstdex::parser::basic_integer10ts< T > | Test for decimal integer possibly containing thousand separators |
Cstdex::parser::basic_integer16< T > | Test for hexadecimal integer |
Cstdex::parser::basic_roman_numeral< T > | Test for Roman numeral |
Cstdex::parser::basic_ipv4_address< T > | Test for IPv4 address |
Cstdex::parser::basic_ipv6_address< T > | Test for IPv6 address |
Cstdex::parser::basic_ipv6_scope_id_char< T > | Test for valid IPv6 address scope ID character |
Cstdex::parser::basic_iterations< T > | Test for repeating |
Cstdex::parser::basic_json_string< T > | Test for JSON string |
Cstdex::parser::basic_mime_type< T > | MIME content type |
Cstdex::parser::basic_mixed_numeral< T > | Test for mixed numeral |
Cstdex::parser::basic_monetary_numeral< T > | Test for monetary numeral |
Cstdex::parser::basic_noop< T > | "No-op" match |
Cstdex::parser::basic_phone_number< T > | Test for phone number |
Cstdex::parser::basic_punct_cu< T > | Test for any punctuation code unit |
Cstdex::parser::basic_scientific_numeral< T > | Test for scientific numeral |
Cstdex::parser::basic_score< T > | Test for match score |
►Cstdex::parser::basic_set< T > | |
Cstdex::parser::basic_cu_set< T > | Test for any code unit from a given string of code units |
Cstdex::parser::basic_si_reference< T > | Test for SI Reference |
Cstdex::parser::basic_si_reference_delimiter< T > | Test for SI Reference delimiter |
Cstdex::parser::basic_si_reference_part< T > | Test for SI Reference part |
Cstdex::parser::basic_signed_numeral< T > | Test for signed numeral |
Cstdex::parser::basic_space_cu< T > | Test for any space code unit |
Cstdex::parser::basic_space_or_punct_cu< T > | Test for any space or punctuation code unit |
Cstdex::parser::basic_string< T > | Test for given string |
Cstdex::parser::basic_time< T > | Test for time |
Cstdex::parser::basic_url< T > | Test for URL |
Cstdex::parser::basic_url_password_char< T > | Test for valid URL password character |
Cstdex::parser::basic_url_path< T > | Test for URL path |
Cstdex::parser::basic_url_path_char< T > | Test for valid URL path character |
Cstdex::parser::basic_url_username_char< T > | Test for valid URL username character |
►Cstdex::parser::parser_collection< T > | Base template for collection-holding parsers |
►Cstdex::parser::basic_branch< T > | Test for any |
Cstdex::parser::basic_string_branch< T, T_parser > | Test for any string |
Cstdex::parser::basic_permutation< T > | Test for permutation |
Cstdex::parser::basic_sequence< T > | Test for sequence |
►Cstdex::parser::basic_parser< char > | |
►Cstdex::parser::basic_any_cu< char > | |
Cstdex::parser::sgml_any_cp | Test for any SGML code point |
►Cstdex::parser::basic_dns_domain_char< char > | |
Cstdex::parser::sgml_dns_domain_char | Test for valid DNS domain SGML character |
►Cstdex::parser::basic_punct_cu< char > | |
Cstdex::parser::sgml_punct_cp | Test for any SGML punctuation code point |
►Cstdex::parser::basic_set< char > | |
Cstdex::parser::sgml_cp_set | Test for any SGML code point from a given string of SGML code points |
►Cstdex::parser::basic_space_cu< char > | |
Cstdex::parser::sgml_space_cp | Test for any SGML space code point |
►Cstdex::parser::basic_space_or_punct_cu< char > | |
Cstdex::parser::sgml_space_or_punct_cp | Test for any SGML space or punctuation code point |
►Cstdex::parser::basic_url_password_char< char > | |
Cstdex::parser::sgml_url_password_char | Test for valid URL password SGML character |
►Cstdex::parser::basic_url_path_char< char > | |
Cstdex::parser::sgml_url_path_char | Test for valid URL path SGML character |
►Cstdex::parser::basic_url_username_char< char > | |
Cstdex::parser::sgml_url_username_char | Test for valid URL username SGML character |
Cstdex::minisign::line_break | Test for CRLF or LF |
Cstdex::minisign::untrusted_comment | Test for "untrusted comment:" |
Cstdex::parser::http_agent | Test for HTTP agent |
Cstdex::parser::http_any_type | Test for HTTP any type |
Cstdex::parser::http_asterisk | Test for HTTP asterisk |
Cstdex::parser::http_cookie | Test for HTTP cookie (RFC2109) |
Cstdex::parser::http_cookie_parameter | Test for HTTP cookie parameter (RFC2109) |
Cstdex::parser::http_header | Test for HTTP header |
Cstdex::parser::http_language | Test for HTTP language (RFC1766) |
Cstdex::parser::http_line_break | Test for HTTP line break (RFC2616: CRLF | LF) |
►Cstdex::parser::http_media_range | Test for HTTP media range (RFC2616: media-range) |
Cstdex::parser::http_media_type | Test for HTTP media type (RFC2616: media-type) |
Cstdex::parser::http_parameter | Test for HTTP parameter (RFC2616: parameter) |
Cstdex::parser::http_protocol | Test for HTTP protocol |
Cstdex::parser::http_quoted_string | Test for HTTP quoted string (RFC2616: quoted-string) |
Cstdex::parser::http_request | Test for HTTP request |
Cstdex::parser::http_space | Test for HTTP space (RFC2616: LWS) |
Cstdex::parser::http_text_char | Test for HTTP text character (RFC2616: TEXT) |
Cstdex::parser::http_token | Test for HTTP token (RFC2616: token - tolerates non-ASCII) |
Cstdex::parser::http_url | Test for HTTP URL |
Cstdex::parser::http_url_parameter | Test for HTTP URL parameter |
Cstdex::parser::http_url_path | Test for HTTP URL path segment |
Cstdex::parser::http_url_path_segment | Test for HTTP URL path segment |
Cstdex::parser::http_url_port | Test for HTTP URL port |
Cstdex::parser::http_url_server | Test for HTTP URL server |
Cstdex::parser::http_value | Test for HTTP value (RFC2616: value) |
Cstdex::parser::http_weight | Test for HTTP weight factor |
Cstdex::parser::http_weighted_value< T, T_asterisk > | Test for HTTP weighted value |
Cstdex::parser::sgml_cp | Test for specific SGML code point |
Cstdex::parser::sgml_ipv6_scope_id_char | Test for valid IPv6 address scope ID SGML character |
Cstdex::parser::sgml_string | Test for SGML given string |
►Cstdex::basic_sys_object< T, TR > | Operating system object base class |
Cstdex::stream::basic_sys | OS data stream (file, pipe, socket...) |
Cstdex::benchmark | Measures time between initialization and going out of scope |
Cstdex::stream::buffer::buffer_t | |
Cstdex::charset_encoder< T_from, T_to > | Encoding converter context |
►Cstdex::wav::cue | Cue point |
Cstdex::wav::cue_ex | Extended cue |
Cstdex::curl_easy_cleanup_delete | Deleter for unique_ptr using curl_easy_cleanup |
Cstdex::curl_initializer | Context scope automatic CURL (un)initialization |
Cstdex::curl_slist_free_all_delete | Deleter for unique_ptr using curl_slist_free_all |
Cstdex::wav::data | Encoded waveform content |
Cstdex::html::document< T, TR, AX > | HTML document |
Cstdex::html::document< T, TR, AX > | |
Cstdex::html::element_traits | Describes attributes associated with a HTML element |
Cstdex::html::entity< T, TR, AX > | HTML entity |
Cstdex::wav::format | Waveform format |
Cstdex::free_locale_delete | Deleter for unique_ptr using free_locale |
Cstdex::freeaddrinfo_delete | Deleter for unique_ptr using freeaddrinfo |
►Cstdex::wav::header | File header |
Cstdex::wav::list | Associated data list |
Cstdex::wav::wave | Waveform block |
Cstdex::hex_dec | Hexadecimal decoding session |
Cstdex::hex_enc | Hexadecimal encoding session |
Cstdex::parser::html_attribute | Tag attribute |
Cstdex::parser::http_factor_more< T > | |
Cstdex::html::inserted_token | Inserted HTML token |
Cstdex::interval< T > | Numerical interval |
Cstdex::interval< fpos_t > | |
Cstdex::interval< size_t > | |
Cstdex::wav::label | Label |
Cstdex::wav::ltxt | Labeled text |
Cstdex::mapping< T > | Maps index in source string to index in destination string |
Cstdex::md2_t | MD2 hash value |
Cstdex::no_delete< T > | Noop deleter |
Cstdex::no_delete< T[]> | Noop array deleter |
Cstdex::stream::fifo::node_t | |
Cstdex::wav::note | Note |
Cstdex::html::parser< T, TR, AX > | HTML parser |
Cstdex::pool< T > | Per-NUMA pool of items |
►Cstdex::progress< T > | Progress indicator base class |
Cstdex::aggregate_progress< T >::worker_progress | Progress indicator for individual worker |
►Cstdex::global_progress< T > | Global progress indicator |
Cstdex::progress_switcher< T > | Progress indicator switcher |
Cstdex::lazy_progress< T > | Lazy progress indicator |
Cstdex::timeout_progress< T > | Timeout progress indicator |
Cstdex::progress< size_t > | |
Cstdex::sanitizing_allocator< T >::rebind< T2 > | Convert this type to sanitizing_allocator<T2> |
Cstdex::idrec::record< T, T_id, ID, T_size, N_align > | Helper class for read/write of records to/from memory |
Cstdex::ref_unique_ptr< T, D > | Helper class for returning pointers to std::unique_ptr |
Cstdex::ref_unique_ptr< T[], D > | Helper class for returning pointers to std::unique_ptr (specialization for arrays) |
Cstdex::ring< T, N_cap > | Ring buffer |
Cstdex::ring< uint8_t, default_async_limit > | |
►Cstd::runtime_error | |
Cstdex::curl_runtime_error | CURL runtime error |
Cstdex::user_cancelled | User cancelled exception |
Cstdex::sanitizing_blob< N > | Sanitizing BLOB |
Cstdex::scoped_executor< F_init, F_done > | Executes one lambda immediately, and another when exiting the scope |
►Cstdex::html::sequence | Base class for HTML sequences |
Cstdex::html::comment | HTML comment |
Cstdex::html::declaration | HTML declaration |
►Cstdex::html::element | HTML element <.../> |
Cstdex::html::element_start | Starting tag of an HTML element <...> |
Cstdex::html::element_end | Ending tag of an HTML element </...> |
Cstdex::html::instruction | HTML instruction |
Cstdex::sha256_t | SHA256 hash value |
Cstdex::sha_t | SHA hash value |
Cstdex::wav::silence | Silence |
Cstdex::socket_traits | Socket operations |
Cstdex::spinlock | Spin-lock |
Cstdex::sys_info_t | System information |
Cstdex::sys_object_traits | System object operations |
►CT | |
Cstdex::parser::http_value_collection< KEY, T > | Collection of HTTP values |
►Cstd::thread | |
Cstdex::stream::replicator::worker | |
►Cstdex::html::token | HTML token base class |
Cstdex::html::text_token< T, std::char_traits< T >, std::allocator< T > > | |
►Cstdex::html::text_token< T, TR, AX > | Token representing part of HTML text |
Cstdex::html::starting_token< T, TR, AX > | Token representing start HTML tag |
Cstdex::html::url_token< T, TR, AX > | HTTP token representing an URL |
►Cstd::unique_ptr | |
Cstdex::locale | Locale_t helper class to free_locale when going out of scope |
Cstdex::vector_queue< T > | Helper class to allow limited size FIFO queues implemented as vector of elements |
Cstdex::watchdog< _Clock, _Duration > | Triggers callback if not reset frequently enough |