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

Public Types

using BufferType = std::string
 
using ElementType = std::remove_cv_t<typename BufferType::value_type>
 
using DataPointType = RtcString
 
using TempBufferType = void
 

Static Public Member Functions

static RtcVectorUInt64 GetShape (const BufferType &buffer)
 
static gsl::span< ElementTypeMakeSpan (BufferType &buffer)
 
static gsl::span< const ElementTypeMakeSpan (const BufferType &buffer)
 
static bool ResizeBuffer (BufferType &buffer, const RtcVectorUInt64 &shape)
 

Static Public Attributes

static const bool USES_TEMP_BUFFER = false
 

Member Typedef Documentation

◆ BufferType

using rtctk::componentFramework::detail::UserTypeHandler< std::string >::BufferType = std::string

◆ DataPointType

◆ ElementType

using rtctk::componentFramework::detail::UserTypeHandler< std::string >::ElementType = std::remove_cv_t<typename BufferType::value_type>

◆ TempBufferType

Member Function Documentation

◆ GetShape()

◆ MakeSpan() [1/2]

static gsl::span< ElementType > rtctk::componentFramework::detail::UserTypeHandler< std::string >::MakeSpan ( BufferType & buffer)
inlinestatic

◆ MakeSpan() [2/2]

static gsl::span< const ElementType > rtctk::componentFramework::detail::UserTypeHandler< std::string >::MakeSpan ( const BufferType & buffer)
inlinestatic

◆ ResizeBuffer()

static bool rtctk::componentFramework::detail::UserTypeHandler< std::string >::ResizeBuffer ( BufferType & buffer,
const RtcVectorUInt64 & shape )
inlinestatic

Member Data Documentation

◆ USES_TEMP_BUFFER

const bool rtctk::componentFramework::detail::UserTypeHandler< std::string >::USES_TEMP_BUFFER = false
static

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