ndn-cxx: NDN C++ Library 0.9.0-33-g832ea91d
Loading...
Searching...
No Matches
cf-string-osx.cpp File Reference
+ Include dependency graph for cf-string-osx.cpp:

Go to the source code of this file.

Namespaces

namespace  ndn
 
namespace  ndn::detail
 Contains implementation details that are not part of the ndn-cxx public API.
 
namespace  ndn::detail::cfstring
 

Functions

CFReleaser< CFStringRef > ndn::detail::cfstring::fromBuffer (const uint8_t *buf, size_t buflen)
 Create a CFString by copying bytes from a raw buffer.
 
CFReleaser< CFStringRef > ndn::detail::cfstring::fromStdString (const std::string &str)
 Create a CFString by copying characters from a std::string.
 
std::string ndn::detail::cfstring::toStdString (CFStringRef cfStr)
 Convert a CFString to a std::string.