stdex
Additional custom or not Standard C++ covered algorithms
Loading...
Searching...
No Matches
Class Hierarchy
This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 1234]
 Cstdex::base64_decBase64 decoding session
 Cstdex::base64_encBase64 encoding session
 Cstdex::parser::basic_tester< T >Base template for all testers
 Cstdex::parser::basic_any_cu< char >
 Cstdex::parser::basic_dns_domain_char< char >
 Cstdex::parser::basic_punct_cu< char >
 Cstdex::parser::basic_set< char >
 Cstdex::parser::basic_space_cu< char >
 Cstdex::parser::basic_space_or_punct_cu< char >
 Cstdex::parser::basic_url_password_char< char >
 Cstdex::parser::basic_url_path_char< char >
 Cstdex::parser::basic_url_username_char< char >
 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_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_integer< T >Base class for integer testing
 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_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_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::tester_collection< T >Base template for collection-holding testers
 Cstdex::parser::basic_tester< char >
 Cstdex::parser::http_agentTest for HTTP agent
 Cstdex::parser::http_any_typeTest for HTTP any type
 Cstdex::parser::http_asteriskTest for HTTP asterisk
 Cstdex::parser::http_cookieTest for HTTP cookie (RFC2109)
 Cstdex::parser::http_cookie_parameterTest for HTTP cookie parameter (RFC2109)
 Cstdex::parser::http_headerTest for HTTP header
 Cstdex::parser::http_languageTest for HTTP language (RFC1766)
 Cstdex::parser::http_line_breakTest for HTTP line break (RFC2616: CRLF | LF)
 Cstdex::parser::http_media_rangeTest for HTTP media range (RFC2616: media-range)
 Cstdex::parser::http_parameterTest for HTTP parameter (RFC2616: parameter)
 Cstdex::parser::http_protocolTest for HTTP protocol
 Cstdex::parser::http_quoted_stringTest for HTTP quoted string (RFC2616: quoted-string)
 Cstdex::parser::http_requestTest for HTTP request
 Cstdex::parser::http_spaceTest for HTTP space (RFC2616: LWS)
 Cstdex::parser::http_text_charTest for HTTP text character (RFC2616: TEXT)
 Cstdex::parser::http_tokenTest for HTTP token (RFC2616: token - tolerates non-ASCII)
 Cstdex::parser::http_urlTest for HTTP URL
 Cstdex::parser::http_url_parameterTest for HTTP URL parameter
 Cstdex::parser::http_url_pathTest for HTTP URL path segment
 Cstdex::parser::http_url_path_segmentTest for HTTP URL path segment
 Cstdex::parser::http_url_portTest for HTTP URL port
 Cstdex::parser::http_url_serverTest for HTTP URL server
 Cstdex::parser::http_valueTest for HTTP value (RFC2616: value)
 Cstdex::parser::http_weightTest for HTTP weight factor
 Cstdex::parser::http_weighted_value< T, T_asterisk >Test for HTTP weighted value
 Cstdex::parser::sgml_cpTest for specific SGML code point
 Cstdex::parser::sgml_ipv6_scope_id_charTest for valid IPv6 address scope ID SGML character
 Cstdex::parser::sgml_stringTest for SGML given string
 Cstd::exception
 Cstdex::user_cancelledUser cancelled exception
 Cstdex::hex_decHexadecimal decoding session
 Cstdex::hex_encHexadecimal encoding session
 Cstdex::parser::http_factor_more< T >
 Cstdex::interval< T >Numerical interval
 Cstdex::interval< size_t >
 Cstdex::mapping< T >Maps index in source string to index in destination string
 Cstdex::no_delete< T >Noop deleter
 Cstdex::no_delete< T[]>Noop array deleter
 Cstdex::progress< T >Progress indicator base class
 Cstdex::global_progress< T >Global progress indicator base class
 Cstdex::lazy_progress< T >Lazy progress indicator base class
 Cstdex::idrec::record< T, T_ID, ID, T_SIZE, ALIGN >Helper class for read/write of records to/from memory
 Cstd::runtime_error
 Cstdex::errno_errorStandard C runtime library error
 CT
 Cstdex::parser::http_header_collection< T >Collection of HTTP headers
 Cstdex::vector_queue< T >Helper class to allow limited size FIFO queues implemented as vector of elements