NS-3 based Named Data Networking (NDN) simulator
ndnSIM 2.0: NDN, CCN, CCNx, content centric networks
API Documentation
nfd-constants.hpp
Go to the documentation of this file.
1 /* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */
22 #ifndef NDN_ENCODING_NFD_CONSTANTS_HPP
23 #define NDN_ENCODING_NFD_CONSTANTS_HPP
24 
25 #include "../common.hpp"
26 
27 namespace ndn {
28 namespace nfd {
29 
30 static const uint64_t INVALID_FACE_ID = std::numeric_limits<uint64_t>::max();
31 
34 enum FaceScope {
41 };
42 
43 std::ostream&
44 operator<<(std::ostream& os, FaceScope faceScope);
45 
58 };
59 
60 std::ostream&
61 operator<<(std::ostream& os, FacePersistency facePersistency);
62 
65 enum LinkType {
72 };
73 
74 std::ostream&
75 operator<<(std::ostream& os, LinkType linkType);
76 
86 };
87 
90 enum RouteFlags {
93 };
94 
95 } // namespace nfd
96 } // namespace ndn
97 
98 #endif // NDN_ENCODING_NFD_CONSTANTS_HPP
Copyright (c) 2011-2015 Regents of the University of California.
Copyright (c) 2011-2015 Regents of the University of California.
Definition: ndn-common.hpp:38
std::ostream & operator<<(std::ostream &os, FaceScope faceScope)
static const uint64_t INVALID_FACE_ID