22 #ifndef NDN_META_INFO_LITE_HPP 
   23 #define NDN_META_INFO_LITE_HPP 
   25 #include "common-lite.hpp" 
   26 #include "name-lite.hpp" 
   27 #include "../c/data-types.h" 
   43   getType()
 const { 
return type; }
 
   52   setType(ndn_ContentType 
type) { this->type = 
type; }
 
double Milliseconds
A time interval represented as the number of milliseconds. 
Definition: common.hpp:111
 
Copyright (C) 2013-2016 Regents of the University of California. 
Definition: common.hpp:35
 
A NameLite::Component holds a pointer to the component value. 
Definition: name-lite.hpp:39
 
static Component & downCast(ndn_NameComponent &component)
Downcast the reference to the ndn_NameComponent struct to a NameLite::Component. 
Definition: name-lite.hpp:220