All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
block-helpers.hpp File Reference
#include "block.hpp"
Include dependency graph for block-helpers.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 ndn
 Copyright (C) 2013 Regents of the University of California.
 

Functions

Block ndn::nonNegativeIntegerBlock (uint32_t type, uint64_t value)
 
uint64_t ndn::readNonNegativeInteger (const Block &block)
 
Block ndn::booleanBlock (uint32_t type)
 
Block ndn::dataBlock (uint32_t type, const char *data, size_t dataSize)
 
Block ndn::dataBlock (uint32_t type, const unsigned char *data, size_t dataSize)