►Nboost | Copyright (c) 2013-2016 Regents of the University of California |
►Nasio | |
Ctime_traits< ndn::time::steady_clock > | |
►Nchrono | |
Cclock_string< ndn::time::steady_clock, CharT > | |
Cclock_string< ndn::time::system_clock, CharT > | |
►Nface | |
►NFace | |
CImpl | Implementation detail of Face |
►Nndn | Copyright (c) 2011-2015 Regents of the University of California |
►Ndetail | |
CBufferAppendDevice | (implementation detail) a Boost.Iostreams.Sink which appends to an ndn::Buffer |
►Ndns | |
CAnyAddress | |
CError | |
CIpv4Only | |
CIpv6Only | |
CResolver | |
►Nencoding | |
CDataBlockFast | Helper class template to create a data block when RandomAccessIterator is used |
CDataBlockSlow | Helper class template to create a data block when generic InputIterator is used |
CEncoder | Helper class to perform TLV encoding Interface of this class (mostly) matches interface of Estimator class |
CEncodingImpl | |
CEncodingImpl< EncoderTag > | EncodingImpl specialization for real TLV encoding |
CEncodingImpl< EstimatorTag > | EncodingImpl specialization TLV size estimation |
CEstimator | Helper class to estimate size of TLV encoding Interface of this class (mostly) matches interface of Encoder class |
►Nio | |
CError | |
►Nlp | |
►Ndetail | |
CDecodeHelper | |
CDecodeHelper< TlvType, std::pair< Buffer::const_iterator, Buffer::const_iterator > > | |
CDecodeHelper< TlvType, uint64_t > | |
CEncodeHelper | |
CEncodeHelper< TAG, TlvType, std::pair< Buffer::const_iterator, Buffer::const_iterator > > | |
CEncodeHelper< TAG, TlvType, uint64_t > | |
CExtractFieldInfo | |
CFieldDecl | |
CFieldInfo | |
►Nfield_location_tags | Indicates where a field may occur |
CBase | |
CFragment | Fragment field |
CHeader | Header field |
►CCachePolicy | CachePolicy header field |
CError | |
CField | Concept check for fields |
CNack | Network Nack |
CNackHeader | Network NACK header |
►CPacket | |
CError | |
►Nmgmt | |
CControlParameters | Base class for a struct that contains ControlCommand parameters |
►CControlResponse | ControlCommand response |
CError | |
CDispatcher | Dispatcher on server side of NFD Management protocol |
CStatusDatasetContext | Context for generating response to a StatusDataset request |
►Nname | |
►CComponent | Component holds a read-only name component value |
CError | Error that can be thrown from name::Component |
►Nnfd | |
CChannelDataset | Faces/channels dataset |
►CChannelStatus | NFD Channel Status dataset |
CError | |
CCommandOptions | Options for ControlCommand execution |
►CControlCommand | Base class of NFD ControlCommand |
CArgumentError | Error in ControlParameters |
CFieldValidator | |
CController | NFD Management protocol client |
►CControlParameters | Parameters in a ControlCommand request or response |
CError | |
CFaceCreateCommand | Faces/create command |
CFaceDataset | Faces/list dataset |
CFaceDatasetBase | Common functionality among FaceDataset and FaceQueryDataset |
CFaceDestroyCommand | Faces/destroy command |
CFaceDisableLocalControlCommand | Faces/disable-local-control command |
CFaceEnableLocalControlCommand | Faces/enable-local-control command |
CFaceEventNotification | Face status change notification |
CFaceLocalControlCommand | Base class for faces/[*]-local-control commands |
CFaceMonitor | A subscriber for Face status change notification stream |
CFaceQueryDataset | Faces/query dataset |
►CFaceQueryFilter | Face Query Filter |
CError | |
CFaceStatus | Face status |
►CFaceTraits | Providers getters and setters of face information fields |
CError | |
CFaceUpdateCommand | Faces/update command |
CFibAddNextHopCommand | Fib/add-nexthop command |
CFibDataset | Fib/list dataset |
►CFibEntry | |
CError | |
CFibRemoveNextHopCommand | Fib/remove-nexthop command |
CForwarderGeneralStatusDataset | Status/general dataset |
►CForwarderStatus | NFD Forwarder Status |
CError | |
►CNextHopRecord | |
CError | |
CRibDataset | Rib/list dataset |
►CRibEntry | Data abstraction for RIB entry |
CError | |
CRibFlagsTraits | Implements getters to each RIB flag |
CRibRegisterCommand | Rib/register command |
CRibUnregisterCommand | Rib/unregister command |
►CRoute | Data abstraction for Route |
CError | |
►CStatusDataset | Base class of NFD StatusDataset |
CParseResultError | Indicates reassembled payload cannot be parsed as ResultType |
►CStrategyChoice | NFD StrategyChoice dataset |
CError | |
CStrategyChoiceDataset | Strategy-choice/list dataset |
CStrategyChoiceSetCommand | Strategy-choice/set command |
CStrategyChoiceUnsetCommand | Strategy-choice/set command |
►Nsecurity | |
►Nconf | |
CChecker | |
CCheckerFactory | |
CCustomizedChecker | |
CError | |
CFilter | Filter is one of the classes used by ValidatorConfig |
CFilterFactory | |
CFixedSignerChecker | |
CHierarchicalChecker | |
CHyperKeyLocatorNameChecker | |
CKeyLocatorChecker | KeyLocatorChecker is one of the classes used by ValidatorConfig |
CKeyLocatorCheckerFactory | |
CRegexKeyLocatorNameChecker | |
CRegexNameFilter | |
CRelationKeyLocatorNameChecker | |
CRelationNameFilter | |
CRule | |
►Ndetail | |
CBio | |
CEvpPkey | |
CEvpPkeyCtx | |
►Ntransform | |
►CBase64Decode | The module to perform Base64 decoding transformation |
CImpl | The implementation class which contains the internal state of the filter which includes openssl specific structures |
►CBase64Encode | The module to perform Base64 encoding transformation |
CImpl | The implementation class which contains the internal state of the filter which includes openssl specific structures |
►CBlockCipher | The module to encrypt data using block cipher |
CImpl | |
CBoolSink | A sink which outputs only one boolean value |
CBufferSource | A source taking a memory buffer as input |
►CDigestFilter | The module to calculate digest |
CImpl | The implementation class which contains the internal state of the digest calculator which includes openssl specific structures |
CDownstream | The downstream interface of a transformation module |
CError | Base class of transformation error |
CHexDecode | The module to perform hexadecimal decoding transformation |
CHexEncode | The module to perform hexadecimal encoding transformation |
►CHmacFilter | The module to generate HMAC for input data |
CImpl | |
►CPrivateKey | Abstraction of private key in crypto transformation |
CError | |
CImpl | |
►CPublicKey | Abstraction of public key in crypto transformation |
CError | |
►CSignerFilter | The module to sign data |
CImpl | |
CSink | Abstraction of the transformation sink module |
CSource | Abstraction of the transformation source module |
CStepSource | A source that can accept input step by step, and can close input explicitly |
CStreamSink | A sink which directs output to an std::ostream |
CStreamSource | A source taking an std::istream as input |
CStripSpace | Strip whitespace characters from a stream |
CTransform | Abstraction of an intermediate transformation module |
CUpstream | The upstream interface of a transformation module |
►CVerifierFilter | The module to verify signature |
CImpl | |
►Nv1 | |
►CCertificate | |
CError | |
►CCertificateExtension | A CertificateExtension represents the Extension entry in a certificate |
CError | |
CCertificateSubjectDescription | A CertificateSubjectDescription represents the SubjectDescription entry in a Certificate |
►CIdentityCertificate | |
CError | |
►CPublicKey | |
CError | |
►Nv2 | |
►CAdditionalDescription | Abstraction of AdditionalDescription |
CError | |
CCertificateCache | Interface for the cache of validated certificates |
CCertificateCacheTtl | Cache of validated certificates with freshness-based eviction policy |
►CCertificateContainer | A handler to search or enumerate certificates of a key |
Cconst_iterator | |
CCFReleaser | Helper class to wrap CoreFoundation object pointers |
►CCommandInterestValidator | Validator for stop-and-wait command Interests |
COptions | |
CDummyPublicInfo | |
CDummyTpm | |
CFactory | |
CIdentity | Identity |
►CIdentityContainer | A handler to search or enumerate identities in PIB |
Cconst_iterator | |
CKey | Key |
►CKeyChain | The packet signing interface |
CError | |
CMismatchError | Error thrown when the supplied TPM locator to KeyChain constructor does not match the locator stored in PIB |
►CKeyContainer | A handler to search or enumerate keys of an identity |
Cconst_iterator | |
►CPib | PIB |
CError | Semantic error |
►CPibImpl | Abstract class of PIB implementation |
CError | Non-semantic error |
►CPibMemory | An in-memory implementation of Pib |
CError | |
CPibSqlite3 | Pib backend implementation based on SQLite3 database |
CSafeBag | Secured container for sensitive information(certificate, private key) |
►CSecPublicInfo | SecPublicInfo is a base class for the storage of public information |
CError | |
►CSecPublicInfoSqlite3 | |
CError | |
►CSecTpm | SecTpm is the base class of the TPM classes |
CError | |
►CSecTpmFile | |
CError | |
►CSecTpmOsx | |
CError | |
►CSecuredBag | |
CError | |
►CSigningInfo | Signing parameters passed to KeyChain |
CError | |
CValidationRequest | ValidationRequest contains information related to further validation |
►CValidator | Interfaces for packet validation |
CError | |
►CValidatorConfig | The validator which can be set up via a configuration file |
CError | |
CValidatorNull | |
►CValidatorRegex | |
CError | |
►CValidityPeriod | Abstraction of validity period |
CError | |
►Ntime | |
CCustomClock | Class implementing custom system or steady clock behavior |
Csteady_clock | Steady clock |
Csystem_clock | System clock |
CUnitTestClock | Clock that can be used in unit tests for time-dependent tests independent of wall clock |
CUnitTestClockTraits | Traits for UnitTestClock, defining default behavior for different clocks |
CUnitTestClockTraits< system_clock > | Specialization of UnitTestClockTraits for system_clock |
►Ntlv | Namespace defining NDN-TLV related constants and procedures |
CError | Error in TLV encoding or decoding |
►Nutil | |
►Nethernet | |
CAddress | Ethernet hardware address |
►Nscheduler | |
CScheduler | Generic scheduler |
CScopedEventId | Event that is automatically cancelled upon destruction |
►Nsignal | |
CConnection | Connection to a signal |
CDummyExtraArg | (implementation detail) a filler for extra argument |
CScopedConnection | Disconnects a Connection automatically upon destruction |
CSignal | Lightweight signal / event system |
CCanonizeProvider | CanonizeProvider provides FaceUri canonization functionality for a group of schemes |
CCanonizeProviderTableInitializer | |
►CDigest | digest calculation |
CError | |
►CDummyClientFace | Client-side face for unit testing |
COptions | Options for DummyClientFace |
CTransport | |
CEtherCanonizeProvider | |
►CFaceUri | Underlying protocol and address used by a Face |
CError | |
CIndentedStream | Output to stream with specified indent or prefix |
►CInMemoryStorage | Represents in-memory storage |
Cconst_iterator | Represents a self-defined const_iterator for the in-memory storage |
CError | Represents an error might be thrown during reduce the current capacity of the in-memory storage through function setCapacity(size_t nMaxPackets) |
CInMemoryStorageEntry | Represents an in-memory storage entry |
CInMemoryStorageFifo | Provides in-memory storage employing FIFO replacement policy, which is first in first out |
CInMemoryStorageLfu | Provides an in-memory storage with Least Frequently Used (LFU) replacement policy |
CInMemoryStorageLru | Provides in-memory storage employing LRU replacement policy, of which the least recently used entry will be evict first |
CInMemoryStoragePersistent | Provides application cache with persistent storage, of which no replacement policy will be employed |
CIpHostCanonizeProvider | |
CLogger | Logger in logging facility |
CLoggerTimestamp | Tag that writes a timestamp upon stream output |
►CNetworkMonitor | Network state change monitor |
CError | |
CImpl | |
CNotificationStream | Publisher of Notification Stream |
CNotificationSubscriber | Subscriber of Notification Stream |
CSegmentFetcher | Utility class to fetch latest version of the segmented data |
CSqlite3Statement | Wrap an SQLite3 prepared statement |
CTcpCanonizeProvider | |
CUdpCanonizeProvider | |
CUdpDevCanonizeProvider | |
CAesKeyParamsInfo | AesKeyParamsInfo is used to initialize a SimpleSymmetricKeyParams template for AES key |
Cbad_optional_access | |
►CBlock | Class representing a wire element of NDN-TLV packet format |
CError | |
CBuffer | Class representing a general-use automatically managed/resized buffer |
►CConfigFile | System configuration file for NDN platform |
CError | |
CContainerWithOnEmptySignal | A container that emits onEmpty signal when it becomes empty |
►CData | Data packet |
CError | |
►CDigestSha256 | Represent a SHA256 digest |
CError | |
CEcdsaKeyParamsInfo | EcdsaKeyParamInfo is used to initialize a SimplePublicKeyParams template for ECDSA key |
►CExclude | Represents Exclude selector in NDN Interest |
Cconst_iterator | |
CError | |
CExcludeComponent | Either a name::Component or "negative infinity" |
CRange | Represent an excluded component or range |
►CFace | Provide a communication channel with local or remote NDN forwarder |
CError | |
CHashable | Concept check for CryptoPP hash algorithm |
Cin_place_t | |
►CInterest | Interest packet |
CError | |
►CInterestFilter | Declares the set of Interests a producer can serve, which starts with a name prefix, plus an optional regular expression |
CError | |
CInterestFilterRecord | Associates an InterestFilter with Interest callback |
►CKeyLocator | |
CError | |
►CKeyParams | Base class of key parameters |
CError | |
►CLink | Link instance |
CError | |
CMatchInterestFilterId | Functor to match InterestFilterId |
CMatchPendingInterestId | Functor to match PendingInterestId |
CMatchRegisteredPrefixId | Functor to match RegisteredPrefixId |
►CMetaInfo | An MetaInfo holds the meta info which is signed inside the data packet |
CError | |
►CName | Name abstraction to represent an absolute name |
CError | Error that can be thrown from Name |
Cnullopt_t | |
COBufferStream | Implements an output stream that constructs ndn::Buffer |
COid | |
Coptional | |
CPendingInterest | Stores a pending Interest and associated callbacks |
CRegexBackrefManager | |
CRegexBackrefMatcher | |
CRegexComponentMatcher | |
CRegexComponentSetMatcher | |
►CRegexMatcher | |
CError | |
CRegexPatternListMatcher | |
CRegexPseudoMatcher | |
CRegexRepeatMatcher | |
CRegexTopMatcher | |
CRegisteredPrefix | Stores information about a prefix registered in NDN forwarder |
CRsaKeyParamsInfo | RsaKeyParamInfo is used to initialize a SimplePublicKeyParams template for RSA key |
►CSecRule | |
CError | |
►CSecRuleRelative | |
CError | |
CSecRuleSpecific | |
►CSelectors | Abstraction implementing Interest selectors |
CError | |
►CSignature | A Signature is storage for the signature-related information (info and value) in a Data packet |
CError | |
►CSignatureInfo | |
CError | |
►CSignatureSha256WithEcdsa | Sha256WithEcdsa signature |
CError | |
►CSignatureSha256WithRsa | Represent a SHA256-with-RSA signature |
CError | |
CSimplePublicKeyParams | SimplePublicKeyParams is a template for public keys with only one parameter: size |
CSimpleSymmetricKeyParams | SimpleSymmetricKeyParams is a template for symmetric keys with only one parameter: size |
CSimpleTag | Tag type for simple types |
CStreamTransportImpl | Implementation detail of a Boost.Asio-based stream-oriented transport |
CStreamTransportWithResolverImpl | Implementation detail of a Boost.Asio-based stream-oriented transport with resolver support |
CStringHelperError | |
CTag | Base class for packet tags that can hold any arbitrary information |
CTagHost | Base class to store tag information (e.g., inside Interest and Data packets) |
CTcpTransport | Transport using TCP socket |
►CTransport | TLV-block delivery service |
CError | |
CUnixTransport | Transport using Unix stream socket |
CWireDecodable | Concept check for TLV abstraction with .wireDecode method and constructible from Block |
CWireEncodable | Concept check for TLV abstraction with .wireEncode method |
CWireEncodableWithEncodingBuffer | Concept check for TLV abstraction with .wireEncode method |
►Nnfd | Copyright (c) 2011-2015 Regents of the University of California |
►Ncs | |
►Nlru | |
CEntryItComparator | |
CLruPolicy | LRU cs replacement policy |
►Npriority_fifo | |
CEntryInfo | |
CEntryItComparator | |
CPriorityFifoPolicy | Priority Fifo cs replacement policy |
►CCs | ContentStore |
CEntryFromEntryImpl | |
CEntry | Base class for CS entry |
CEntryImpl | Entry in ContentStore implementation |
CPolicy | CS replacement policy |
►Ndetail | |
CSimulatorIo | Simulator-based IO that implements a few interfaces from boost::asio::io_service |
►Nface | |
CDatagramTransport | Implements Transport for datagram-based protocols |
►CEthernetTransport | A multicast Transport that uses raw Ethernet II frames |
CError | |
CFace | Generalization of a network interface |
CFaceCounters | Gives access to counters provided by Face |
CFaceLogHelper | For internal use by FaceLogging macros |
►CGenericLinkService | GenericLinkService is a LinkService that implements the NDNLPv2 protocol |
COptions | Options that control the behavior of GenericLinkService |
CGenericLinkServiceCounters | Counters provided by GenericLinkService |
CInternalClientTransport | Implements a client-side transport that can be paired with another |
CInternalForwarderTransport | Implements a forwarder-side transport that can be paired with another |
CInternalTransportBase | Abstracts a transport that can be paired with another |
CLinkService | Upper part of a Face |
CLinkServiceCounters | Counters provided by LinkService |
►CLpFragmenter | Fragments network-layer packets into NDNLPv2 link-layer packets |
COptions | Options that control the behavior of LpFragmenter |
►CLpReassembler | Reassembles fragmented network-layer packets |
COptions | Options that control the behavior of LpReassembler |
CMulticast | |
CMulticastUdpTransport | A Transport that communicates on a UDP multicast group |
CStreamTransport | Implements Transport for stream-based protocols |
CTcpTransport | A Transport that communicates on a connected TCP socket |
►CTransport | Lower part of a Face |
CPacket | Stores a packet along with the remote endpoint |
CTransportCounters | Counters provided by Transport |
CUnicast | |
CUnicastUdpTransport | A Transport that communicates on a unicast UDP socket |
CUnixStreamTransport | A Transport that communicates on a stream-oriented Unix domain socket |
CWebSocketTransport | A Transport that communicates on a WebSocket connection |
CWebSocketTransportCounters | Counters provided by WebSocketTransport |
►Nfib | |
CEntry | FIB entry |
CFib | Forwarding Information Base (FIB) |
CNextHop | Nexthop record in FIB entry |
►Nfw | |
►Nasf | |
CAsfMeasurements | Helper class to retrieve and create strategy measurements |
CAsfStrategy | Adaptive SRTT-based Forwarding Strategy |
►CFaceInfo | Strategy information for each face in a namespace |
CError | |
CFaceStats | |
CNamespaceInfo | Stores stategy information about each face in this namespace |
CProbingModule | ASF Probing Module |
CRttStats | |
CAccessStrategy | Access Router Strategy version 1 |
CAdmitAllUnsolicitedDataPolicy | Admits all unsolicited Data |
CAdmitLocalUnsolicitedDataPolicy | Admits unsolicited Data from local faces |
CAdmitNetworkUnsolicitedDataPolicy | Admits unsolicited Data from non-local faces |
CBestRouteStrategy | Best Route strategy version 1 |
CBestRouteStrategy2 | Best Route strategy version 4 |
CClientControlStrategy | Identical to BestRouteStrategy v1, for backwards compatibility |
CDropAllUnsolicitedDataPolicy | Drops all unsolicited Data |
CMulticastStrategy | Forwarding strategy that forwards Interest to all FIB nexthops |
►CNccStrategy | Forwarding strategy similar to CCNx 0.7.2 |
CMeasurementsEntryInfo | StrategyInfo on measurements::Entry |
CPitEntryInfo | StrategyInfo on pit::Entry |
CRetxSuppression | Helper for consumer retransmission suppression |
►CRetxSuppressionExponential | Retransmission suppression decision algorithm that suppresses retransmissions using exponential backoff |
CPitInfo | |
CRetxSuppressionFixed | Retransmission suppression decision algorithm that suppresses retransmissions within a fixed duration |
CStrategy | Forwarding strategy |
CStrategyInfo | Arbitrary information forwarding strategy places on table entries |
CUnsolicitedDataPolicy | Determines how to process an unsolicited Data |
►Nmeasurements | |
CAnyEntry | EntryPredicate that accepts any entry |
CEntry | Measurements entry |
CEntryWithStrategyInfo | EntryPredicate that accepts an entry if it has StrategyInfo of type T |
CMeasurements | Measurements table |
CMeasurementsAccessor | Allows Strategy to access portion of Measurements table under its namespace |
►Nname_tree | |
CAnyEntry | EntrySelector that accepts every Entry |
CAnyEntrySubTree | EntrySubTreeSelector that accepts every Entry and its children |
CEntry | Entry in the name tree |
CEnumerationImpl | Enumeration operation implementation |
CFullEnumerationImpl | Full enumeration implementation |
CGetTableEntry | Functor to get a table entry from a name tree entry |
CHash32 | |
CHash64 | |
CHashtable | Hashtable for fast exact name lookup |
CHashtableOptions | Options for Hashtable |
CIterator | NameTree iterator |
CNameTree | Common index structure for FIB, PIT, StrategyChoice, and Measurements |
CNode | Hashtable node |
CPartialEnumerationImpl | Partial enumeration implementation |
CPrefixMatchImpl | Partial enumeration implementation |
►Npit | |
CEntry | Interest table entry |
CFaceRecord | Information about an Interest on an incoming or outgoing face |
CInRecord | Information about an Interest from an incoming face |
CIterator | PIT iterator |
COutRecord | Information about an Interest toward an outgoing face |
CPit | Interest Table |
►Nrib | |
►CAutoPrefixPropagator | Automatic prefix propagation feature |
CError | |
CFibUpdate | FIB update |
►CFibUpdater | Computes FibUpdates based on updates to the RIB and sends them to NFD |
CError | |
CPropagatedEntry | Entry for prefix propagation |
CRib | Routing Information Base |
CRibEntry | RIB entry, which contains one or more Routes with the same prefix |
►CRibManager | |
CError | |
CRibRouteRef | References a route |
CRibUpdate | RibUpdate |
CRibUpdateBatch | Collection of RibUpdates to be applied to a single FaceId |
CRoute | Route for a name prefix |
►CService | Initializes and executes NFD-RIB service thread |
CError | |
►Nscheduler | |
CScopedEventId | Cancels an event automatically upon destruction |
►Nstrategy_choice | |
CEntry | Strategy Choice entry |
CStrategyChoice | Strategy Choice table |
CByteCounter | Counter of number of bytes |
CChannel | |
CCommandAuthenticator | ControlCommand authorization according to NFD configuration file |
►CConfigFile | Configuration file parsing utility |
CError | |
CDeadNonceList | Dead Nonce list |
►CEthernetFactory | |
CError | Exception of EthernetFactory |
CFaceManager | Implement the Face Management of NFD Management Protocol |
CFaceTable | Container of all faces |
CFibManager | Implement the FIB Management of NFD Management Protocol |
CForwarder | Main class of NFD |
CForwarderCounters | Counters provided by Forwarder |
CForwarderStatusManager | Implement the Forwarder Status of NFD Management Protocol |
►CManagerBase | Collection of common functions shared by all NFD managers and RIB manager, such as communicating with the dispatcher and command validator |
CError | |
CNetwork | |
CNetworkInterfaceInfo | Information about a network interface |
CNetworkInterfacePredicate | Represents a predicate to accept or reject a NetworkInterfaceInfo |
CNetworkRegionTable | Stores a collection of producer region names |
CNfd | Class representing NFD instance This class can be used to initialize all components of NFD |
CNfdManagerBase | Collection of common functions shared by all NFD managers, such as communicating with the dispatcher and command validator |
CNfdRunner | Executes NFD with RIB manager |
CPacketCounter | Counter of number of packets |
►CPrivilegeHelper | |
CError | Serious seteuid/gid failure |
►CProtocolFactory | Abstract base class for all protocol factories |
CError | Base class for all exceptions thrown by protocol factories |
CRttEstimator | Implements the Mean-Deviation RTT estimator |
CSimpleCounter | Counter that encloses an integer value |
CSizeCounter | Counter that observes the size of a table |
CStrategyChoiceManager | Implement the Strategy Choice Management of NFD Management Protocol |
CStrategyInfoHost | Base class for an entity onto which StrategyInfo items may be placed |
CTablesConfigSection | Handles 'tables' config section |
CTcpChannel | Class implementing TCP-based channel to create faces |
CTcpFactory | |
CUdpChannel | Class implementing UDP-based channel to create faces |
►CUdpFactory | |
CError | Exception of UdpFactory |
►CUnixStreamChannel | Class implementing a local channel to create faces |
CError | UnixStreamChannel-related error |
CUnixStreamFactory | |
CWebSocketChannel | Class implementing WebSocket-based channel to create faces |
CWebSocketFactory | |
►Nns3 | Copyright (c) 2011-2015 Regents of the University of California |
►Nndn | |
►Ncs | Namespace for ContentStore operations |
►NFreshness | |
CFifo | Content Store with freshness implementing FIFO cache replacement policy |
CLfu | Content Store with freshness implementing Least Frequently Used cache replacement policy |
CLru | Content Store with freshness implementing LRU cache replacement policy |
CRandom | Content Store with freshness implementing Random cache replacement policy |
►NProbability | |
CFifo | Content Store with freshness implementing FIFO cache replacement policy |
CLfu | Content Store with freshness implementing Least Frequently Used cache replacement policy |
CLru | Content Store with freshness implementing LRU cache replacement policy |
CRandom | Content Store with freshness implementing Random cache replacement policy |
►NProbabilityImpl | |
CFifo | |
CLfu | |
CLru | |
CRandom | |
►NStats | |
CFifo | Content Store with stats implementing FIFO cache replacement policy |
CLfu | Content Store with stats implementing Least Frequently Used cache replacement policy |
CLru | Content Store with stats implementing LRU cache replacement policy |
CRandom | Content Store with stats implementing Random cache replacement policy |
CContentStoreImpl | Base implementation of NDN content store |
CContentStoreWithFreshness | Special content store realization that honors Freshness parameter in Data packets |
CContentStoreWithProbability | Special content store realization that probabilistically accepts data packet into CS (placement policy) |
CContentStoreWithStats | Special content store realization that provides ability to track stats of CS operations |
CEntry | NDN content store entry |
CEntryImpl | Cache entry implementation with additional references to the base container |
►CFifo | Content Store implementing FIFO cache replacement policy |
CAggregateStats | |
CFreshness | |
CLifetimeStats | |
CisNotExcluded | |
►CLfu | Content Store implementing Least Frequently Used cache replacement policy |
CAggregateStats | |
CFreshness | |
CLifetimeStats | |
►CLru | Content Store implementing LRU cache replacement policy |
CAggregateStats | |
CFreshness | |
CLifetimeStats | |
CNocache | Implementation of ContentStore that completely disables caching |
►CRandom | Content Store implementing Random cache replacement policy |
CAggregateStats | |
CFreshness | |
CLifetimeStats | |
►Ntime | |
CCustomSteadyClock | |
CCustomSystemClock | |
CApp | Base class that all NDN applications should be derived from |
CAppDelayTracer | Tracer to obtain application-level delays |
CAppHelper | A helper to make it easier to instantiate an ns3::ndn::App applications on a set of nodes |
CAppLinkService | Implementation of LinkService for ndnSIM application |
CBlockHeader | |
CConsumer | NDN application for sending out Interest packets |
CConsumerBatches | Ndn application for sending out Interest packets in batches |
CConsumerCbr | Ndn application for sending out Interest packets at a "constant" rate (Poisson process) |
CConsumerWindow | Ndn application for sending out Interest packets (window-based) |
CConsumerZipfMandelbrot | NDN app requesting contents following Zipf-Mandelbrot Distbituion |
CContentStore | Base class for NDN content store |
CCsTracer | NDN tracer for cache performance (hits and misses) |
CFaceContainer | A pool for Ndn faces |
CFactoryCallbackApp | An application that can be created using the supplied callback |
CFibHelper | Forwarding Information Base (FIB) helper |
CGlobalRouter | Class representing global router interface for ndnSIM |
CGlobalRoutingHelper | Helper for GlobalRouter interface |
CIgnoreSections | |
►CL3Protocol | Implementation network-layer of NDN stack |
CImpl | |
CL3RateTracer | NDN network-layer rate tracer |
►CL3Tracer | Base class for network-layer (incoming/outgoing Interests and Data) tracing of NDN stack |
CStats | |
CLinkControlHelper | Helper class to control the up or down statuss of an NDN link connecting two specific nodes |
CNameChecker | |
CNameValue | |
CNetDeviceTransport | NdnSIM-specific transport |
CNetworkRegionTableHelper | Network Region Table Helper |
CNs3BufferIteratorSource | |
CNs3PacketTag | |
CNullTransport | Null transport (does nothing, just fulfills requirements of the interface) |
CProducer | A simple Interest-sink applia simple Interest-sink application |
CRttEstimator | Base class for all RTT Estimators |
CRttHistory | Helper class to store RTT measurements |
CRttMeanDeviation | The modified version of "Mean--Deviation" RTT estimator, as discussed by Van Jacobson that better suits NDN communication model |
►CScenarioHelper | Helper class to simplify writing basic simulation scenarios |
CAppInfo | |
CRouteInfo | Route information for addRoutes method |
CStackHelper | Helper class to install NDN stack and configure its parameters |
CStrategyChoiceHelper | NFD Strategy Choice Helper (FIB) helper |
CAnnotatedTopologyReader | This class reads annotated topology and apply settings to the corresponding nodes and links |
CBatches | Class representing sets of (time, number) tuples with support of reading writing to streams |
CBatchesChecker | |
CBatchesValue | |
CL2RateTracer | Tracer to collect link-layer rate information about links |
►CL2Tracer | Link-layer tracer |
CStats | |
CRocketfuelMapReader | Topology file reader and topology estimator (extension of Rocketfuel-format type) |
CRocketfuelParams | |
CRocketfuelWeightsReader | Topology file reader (extension of Rocketfuel-format type) |
►Nsecurity | |
►NSecTpmFile | |
CImpl | |
►NSecTpmOsx | |
CImpl | |
►Nv1 | |
►NPublicKey | |
CImpl | |
►Nstd | STL namespace |
Chash< ndn::Name > | |
Chash< ndn::util::ethernet::Address > | |
CCachePolicyTag | Packet tag for CachePolicy field |
CCongestionMarkTag | Packet tag for CongestionMark field |
CDataMatchResult | Unordered iterable of all PIT entries matching Data |
CEventId | Opaque type (shared_ptr) representing ID of a scheduled event |
CEventId | Opaque type (shared_ptr) representing ID of a scheduled event |
CHopCountTag | Packet tag for HopCount field |
CIncomingFaceIdTag | Packet tag for IncomingFaceId field |
CMemUsage | Copyright (c) 2011-2015 Regents of the University of California |
CNextHopFaceIdTag | Packet tag for NextHopFaceId field |
CNextHopList | Collection of nexthops |