Ethereum  PoC-8
The C++ Implementation of Ethereum
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 1234]
 Nboost
 Ndev
 Ncrypto
 Ndb
 Neth
 Cconcurrent_queue
 CConverter
 CConverter< bigint >
 CConverter< bytes >
 CConverter< FixedHash< N > >
 CConverter< std::array< T, N > >
 CConverter< std::pair< T, U > >
 CConverter< std::set< T > >
 CConverter< std::string >
 CConverter< std::unordered_set< T > >
 CConverter< std::vector< T > >
 CConverter< u160 >
 CConverter< u256 >
 CConverter< uint16_t >
 CConverter< uint32_t >
 CConverter< uint64_t >
 CConverter< uint8_t >
 CEnforceRefs
 CExceptionBase class for all exceptions
 CExitHandler
 CFatGenericTrieDB
 CFixedHash
 CGenericGuardBool
 CGenericTrieDBMerkle Patricia Tree "Trie": a modifed base-16 Radix tree. This version uses a database backend. Usage:
 CGenericUnguardBool
 CGenericUnguardSharedBool
 CHashedGenericTrieDB
 CHasInvariantsInheritable for classes that have invariants
 CintTraits
 CintTraits< bigint >
 CintTraits< u160 >
 CintTraits< u256 >
 CInvalidTrie
 CInvariantCheckerRAII checker for invariant assertions
 CKeyPair
 CNetworkFace
 CNibbleSlice
 CNotified
 COverlayDB
 CRangeMask
 CRLP
 CRLPExceptionBase class for all RLP exceptions
 CRLPStreamClass for writing to an RLP bytestream
 CScopeGuardRAII utility class whose destructor calls a given function
 CSecretStore
 Csecure_vector
 CSecureFixedHash
 CSignatureStruct
 CSpecificTrieDB
 CStateCacheDB
 CStaticLog2Compile-time calculation of Log2 of constant values
 CStaticLog2< 1 >
 CStreamOut
 CStreamOut< uint8_t >
 CTimer
 CTimerHelperSimple scope-based timer helper
 CTransientDirectoryTemporary directory implementation It creates temporary directory in the given path. On dealloc it removes the directory
 Cvector_ref
 CWebThreeDirectMain API hub for interfacing with Web 3 components. This doesn't do any local multiplexing, so you can only have one running on any given machine for the provided DB path
 CWorker
 Nstd
 Chash< dev::h128 >
 Chash< dev::h160 >
 Chash< dev::h256 >
 Chash< dev::h512 >
 Chash< dev::h64 >Forward std::hash<dev::FixedHash> to dev::FixedHash::hash
 Chash< pair< dev::h256, unsigned > >