| ►Njoin | |
| ►Ndetails | |
| C_byteswap | |
| C_byteswap< double, 8 > | |
| C_byteswap< float, 4 > | |
| C_byteswap< Type, 1 > | |
| C_byteswap< Type, 2 > | |
| C_byteswap< Type, 4 > | |
| C_byteswap< Type, 8 > | |
| C_swap | |
| CEscapedTable | |
| Cis_first_default_constructible | Check that first alternative is default constructible |
| ClessNoCase | |
| CPower | |
| CUnescapedTable | |
| CVariantHelper | Helper class for variant creation/deletion |
| CVariantHelper< First, Ts... > | Helper class for recursive operations |
| CVariantHelper< Last > | Helper class for recursive operations |
| CVariantStorage | Helper class representing a variant storage in order to be able to disable default/copy/move constructors/operators |
| CWhitespaceTable | |
| CAddressInfo | Address information |
| CAnswerRecord | Answer record |
| CArp | ARP protocol class |
| CBase64 | Base64 encode, decode class |
| CBasicConsumer | Shared memory consumer |
| CBasicDatagramSocket | Basic datagram socket class |
| CBasicEndpoint | Basic endpoint class |
| CBasicHttpClient | Basic HTTP client |
| CBasicHttpContent | Basic HTTP content |
| CBasicHttpSecureClient | Basic HTTPS client |
| CBasicHttpSecureServer | Basic HTTPS server |
| CBasicHttpServer | Basic HTTP server |
| CBasicHttpWorker | Basic HTTP worker |
| CBasicInternetEndpoint | Basic internet endpoint class |
| CBasicLinkLayerEndpoint | Basic link layer endpoint class |
| CBasicNetlinkEndpoint | Basic netlink endpoint class |
| CBasicProducer | Shared memory producer |
| CBasicQueue | Shared memory base class |
| CBasicSmtpClient | Basic SMTP client |
| CBasicSmtpSecureClient | Basic SMTPS client |
| CBasicSocket | Basic socket class |
| CBasicSocketStream | Socket stream class |
| CBasicSocketStreambuf | Socket stream buffer class |
| CBasicStreamAcceptor | Basic stream acceptor class |
| CBasicStreamSocket | Basic stream socket class |
| CBasicStreamView | Basic stream view |
| CBasicTimer | Base timer class |
| CBasicTlsAcceptor | Basic TLS acceptor class |
| CBasicTlsSocket | Basic TLS socket class |
| CBasicTlsStream | TLS stream class |
| CBasicUnixEndpoint | Basic unix endpoint class |
| CBigNumDelete | Custom functor for BIGNUM deletion |
| CBufferingView | Buffering view adapter |
| CBufferingView< ViewType, false > | Buffering view specialization for non-seekable view |
| CBufferingView< ViewType, true > | Buffering view specialization for seekable view |
| ►CCache | File cache |
| CCacheEntry | Cache entry |
| CChunkstream | Chunk stream |
| CChunkstreambuf | Chunk stream buffer |
| CCondition | Condition variable class |
| CDecoder | Decoder |
| CDecoderbuf | Decoder stream buffer |
| CDhKeyDelete | Custom functor for DH key deletion |
| CDigest | Digest stream |
| CDigestbuf | Digest stream buffer |
| CDigestCategory | Digest error category |
| CDiyFp | Hand made floating point |
| CDnsPacket | DNS packet |
| CEcdhKeyDelete | Custom functor for ECDH key deletion |
| CEcdsaSigDelete | Custom functor for ECDSA_SIG deletion |
| CEncoder | Encoder |
| CEncoderbuf | Encoder stream buffer |
| CErrorCategory | Error category |
| CEventHandler | Event handler interface class |
| CEvpEncodeCtxDelete | Custom functor for EVP_ENCODE_CTX deletion |
| CEvpMdCtxDelete | Custom functor for EVP_MD_CTX deletion |
| CEvpPkeyCtxDelete | Custom functor for EVP_PKEY_CTX deletion |
| CEvpPkeyDelete | Custom functor for EVP_PKEY deletion |
| Cfind_element | Get element type in a parameter pack according its position |
| Cfind_element< 0, T, Ts... > | Get element type in a parameter pack according its position |
| Cfind_element< I, const T > | Get element type in a parameter pack according its position |
| Cfind_element< I, const volatile T > | Get element type in a parameter pack according its position |
| Cfind_element< I, volatile T > | Get element type in a parameter pack according its position |
| Cfind_index | Get element position in a parameter pack according its type |
| Cfind_index< T, First, Ts... > | Get element position in a parameter pack according its type |
| CHmac | HMAC stream |
| CHmacbuf | HMAC stream buffer |
| CHmacCtxDelete | Custom functor for HMAC_CTX deletion |
| CHttp | HTTP protocol class |
| CHttpCategory | HTTP API generic error category |
| CHttpMessage | HTTP message |
| CHttpRequest | HTTP request |
| CHttpResponse | HTTP response |
| CHttps | HTTPS protocol class |
| CIcmp | ICMP protocol class |
| Cidentity | Return type unchanged |
| Cin_place_index_t | Disambiguation tag to indicate that the contained object should be constructed in-place |
| Cin_place_t | Disambiguation tag to indicate that the contained object should be constructed in-place |
| Cin_place_type_t | Disambiguation tag to indicate that the contained object should be constructed in-place |
| CInterface | Interface class |
| CInterfaceManager | Interface manager class |
| CInvoker | Thread invoker class |
| CIpAddress | IPv6, IPv4 address class |
| CIpAddressImpl | IP address implementation interface |
| CIpv4Address | IPv4 address implementation |
| CIpv6Address | IPv6 address implementation |
| Cis_alternative | Check if a type exists in a parameter pack |
| Cis_alternative< T, First, Ts... > | Check if a type exists in a parameter pack |
| Cis_seekable | Trait to determine if a view type is seekable |
| Cis_seekable< BasicStreamView< true > > | Specialization for seekable view |
| Cis_seekable< StringView > | Specialization for StringView (seekable) |
| CJsonCanonicalizer | JSON canonicalizer class |
| CJsonCategory | JSON error category |
| CJsonReader | JSON reader class |
| CJsonWriter | JSON writer class |
| CLinkInfo | Link information |
| CLocaleDelete | |
| CMacAddress | MAC address class |
| CMailMessage | Mail message |
| CMailRecipient | Mail recipient |
| CMailSender | Mail sender |
| CMonotonic | Monotonic clock policy class |
| CMpmc | Multiple producer multiple consumer ring buffer policy |
| CMpsc | Multiple producer single consumer ring buffer policy |
| CMutex | Class used to protect shared data from being simultaneously accessed by multiple threads |
| CNetlink | Netlink protocol class |
| Coverload | Overload resolution |
| Coverload< First, Ts... > | Overload resolution |
| Coverload< void, Ts... > | Overload resolution |
| Coverload<> | Overload resolution |
| CPackReader | Message pack reader class |
| CPackWriter | Message pack writer class |
| CQuestionRecord | Question record |
| CRaw | RAW protocol class |
| CReactor | Reactor class |
| CRealTime | Real time clock policy class |
| CRecursiveMutex | Class used to protect shared data from being simultaneously accessed by multiple threads |
| CResolver | Basic domain name resolution class |
| CRouteInfo | Route information |
| CSaxCategory | SAX API generic error category |
| CSaxHandler | SAX API interface class |
| CScopedLock | Class owning a mutex for the duration of a scoped block |
| CSemaphore | Class used to protect shared data from being simultaneously accessed by multiple threads |
| CSharedCondition | Condition variable class for shared memory |
| CSharedMemory | Shared memory class |
| CSharedMutex | Class used to protect shared data from being simultaneously accessed by multiple process via a shared memory |
| CSharedSegment | Shared memory segment |
| CSharedSemaphore | Class used to protect shared data from being simultaneously accessed by multiple process via a shared memory |
| CSharedSync | Synchronization primitives |
| CSignature | Class used to manage signature |
| CSignaturebuf | Signature stream buffer |
| CSmtp | SMTP protocol class |
| CSmtps | SMTPS protocol class |
| CSpsc | Single producer single consumer ring buffer policy |
| CSslCtxDelete | Custom functor for SSL context deletion |
| CSslDelete | Custom functor for SSL handle deletion |
| CStackOfGeneralNameDelete | Custom functor for STACK_OF(GENERAL_NAME) deletion |
| CStackOfX509NameDelete | Custom functor for STACK_OF(X509_NAME) deletion |
| CStreambufDecorator | Stream buffer decorator |
| CStreamReader | Stream deserializer abstract class |
| CStreamWriter | Stream serializer abstract class |
| CStringView | String view |
| CTcp | TCP protocol class |
| CThread | Thread class |
| CThreadPool | Thread pool class |
| CTls | SSL/TLS protocol class |
| CTlsCategory | TLS error category |
| CTlsKey | Manage private and public keys |
| CUdp | UDP protocol class |
| CUnixDgram | Unix datagram protocol class |
| CUnixStream | Unix stream protocol class |
| CValue | Value class |
| CVariant | Variant class |
| CWorkerThread | Worker thread class |
| CZstream | Zlib stream |
| CZstreambuf | Zlib stream buffer |
| ►Nstd | |
| Cis_error_condition_enum< join::DigestErrc > | Digest error code specialization |
| Cis_error_condition_enum< join::Errc > | |
| Cis_error_condition_enum< join::HttpErrc > | HTTP API generic error code specialization |
| Cis_error_condition_enum< join::JsonErrc > | JSON error code specialization |
| Cis_error_condition_enum< join::SaxErrc > | SAX API generic error code specialization |
| Cis_error_condition_enum< join::TlsErrc > | TLS error code specialization |
| CArpTest | Class used to test the ARP API |
| CCacheTest | Class used to test cache |
| CConditionSync | |
| CHttpsTest | Class used to test the HTTPS API |
| CHttpTest | Class used to test the HTTP API |
| CIcmpSocket | Class used to test the ICMP socket API |
| CInterfaceTest | Class used to test the interface API |
| CMpmcBuffer | Class used to test the multiple producer multiple consumer ring buffer |
| CMpmcEndpoint | |
| CMpscBuffer | Class used to test the multiple producer single consumer ring buffer |
| CMpscEndpoint | |
| CNetlinkSocket | Class used to test the netlink socket API |
| COpenssl | Class used to test the openssl helper API |
| CRawSocket | Class used to test the raw socket API |
| CReactorTest | Class used to test Reactor |
| CSharedMem | Class used to test the single producer single consumer ring buffer |
| CSignatureTest | Class used to test the signature API |
| CSmtpClient | Class used to test the SMTP client |
| CSmtpsClient | Class used to test the SMTPS client |
| CSpscBuffer | Class used to test the single producer single consumer ring buffer |
| CSpscEndpoint | |
| CTcpSocket | Class used to test the TCP socket API |
| CTcpSocketStream | Class used to test the TCP socket stream API |
| CTlsAcceptor | Class used to test the TLS socket API |
| CTlsKeyTest | Class used to test TLS key API |
| CTlsSocket | Class used to test the TLS socket API |
| CTlsSocketStream | Class used to test the TLS socket stream API |
| CUdpSocket | Class used to test the UDP socket API |
| CUnixDgramSocket | Class used to test the unix datagram socket API |
| CUnixStreamSocket | Class used to test the unix stream socket API |