RTC Toolkit  0.1.0-alpha
Classes | Namespaces | Functions
dataPointPath.hpp File Reference

Header file for RepositoryIf and related base classes. More...

#include <stdexcept>
#include <iostream>
#include <string>
#include <regex>
#include <algorithm>
#include <string_view>
#include <type_traits>
#include <mal/utility/Uri.hpp>
#include "exceptions.hpp"

Go to the source code of this file.

Classes

class  rtctk::componentFramework::DataPointPath
 
class  rtctk::componentFramework::DataPointPath::InvalidPathException
 

Namespaces

 rtctk
 
 rtctk::componentFramework
 

Functions

DataPointPath rtctk::componentFramework::operator""_dppath (const char *str, std::size_t len)
 
bool rtctk::componentFramework::operator== (const DataPointPath &lhs, const char *rhs) noexcept
 
bool rtctk::componentFramework::operator== (const DataPointPath &lhs, const std::string &rhs) noexcept
 
bool rtctk::componentFramework::operator== (const DataPointPath &lhs, const DataPointPath &rhs) noexcept
 
DataPointPath rtctk::componentFramework::operator+ (DataPointPath lhs, const DataPointPath &rhs)
 
DataPointPath rtctk::componentFramework::operator/ (DataPointPath lhs, const DataPointPath &rhs)
 
std::ostream & rtctk::componentFramework::operator<< (std::ostream &out, const DataPointPath &rhs)
 

Detailed Description

Header file for RepositoryIf and related base classes.