RTC Toolkit 5.1.0
Loading...
Searching...
No Matches
Public Types | Public Member Functions | Public Attributes | List of all members
rtctk::componentFramework::Deserialiser< std::string > Class Reference

Public Types

using Func = std::function<gsl::span<std::string>(const RepositoryIf::MetaData&)>
 

Public Member Functions

 Deserialiser (Func f)
 
gsl::span< std::byte > PrepareBuffer (const std::string &type, const std::vector< size_t > &shape, size_t size)
 
void Finalize ()
 

Public Attributes

Func func
 
RepositoryIf::MetaData m_metadata
 
std::string string_buffer
 

Member Typedef Documentation

◆ Func

using rtctk::componentFramework::Deserialiser< std::string >::Func = std::function<gsl::span<std::string>(const RepositoryIf::MetaData&)>

Constructor & Destructor Documentation

◆ Deserialiser()

rtctk::componentFramework::Deserialiser< std::string >::Deserialiser ( Func f)
inlineexplicit

Member Function Documentation

◆ Finalize()

void rtctk::componentFramework::Deserialiser< std::string >::Finalize ( )
inline

◆ PrepareBuffer()

gsl::span< std::byte > rtctk::componentFramework::Deserialiser< std::string >::PrepareBuffer ( const std::string & type,
const std::vector< size_t > & shape,
size_t size )
inline

Member Data Documentation

◆ func

◆ m_metadata

◆ string_buffer

std::string rtctk::componentFramework::Deserialiser< std::string >::string_buffer

The documentation for this class was generated from the following file: