RTC Toolkit 6.0.0
Loading...
Searching...
No Matches
repositoryIf.cpp File Reference

Implementation of RepositoryIf. More...

#include "rtctk/componentFramework/repositoryIf.hpp"
#include "rtctk/componentFramework/timeString.hpp"
#include <chrono>
#include <exception>
#include <functional>
#include <memory>
#include <typeindex>
#include <unordered_map>
#include <utility>

Namespaces

namespace  rtctk
 
namespace  rtctk::componentFramework
 

Functions

void rtctk::componentFramework::to_json (JsonPayload &j, const RepositoryIf::MetaData &e)
 

Variables

const std::unordered_map< std::string, const std::type_info & > rtctk::componentFramework::TYPE_MAP_S2T
 
const std::unordered_map< std::type_index, std::string > rtctk::componentFramework::TYPE_MAP_T2S
 

Detailed Description

Implementation of RepositoryIf.