RTC Toolkit  1.0.0
Classes | Namespaces | Functions
dataPointPath.hpp File Reference

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

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

Go to the source code of this file.

Classes

class  rtctk::componentFramework::DataPointPath
 This class provides a wraper for DataPoint paths which ensures that they only contain valid characters. More...
 
class  rtctk::componentFramework::DataPointPath::InvalidPathException
 Exception class used when an invalid character is used in a DataPointPath. More...
 

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.