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< char[N]> Struct Template Reference

Public Types

using BufferType = char[N]
 
using ElementType = char
 
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

template<std::size_t N>
using rtctk::componentFramework::detail::UserTypeHandler< char[N]>::BufferType = char[N]

◆ DataPointType

template<std::size_t N>
using rtctk::componentFramework::detail::UserTypeHandler< char[N]>::DataPointType = RtcString

◆ ElementType

template<std::size_t N>
using rtctk::componentFramework::detail::UserTypeHandler< char[N]>::ElementType = char

◆ TempBufferType

template<std::size_t N>
using rtctk::componentFramework::detail::UserTypeHandler< char[N]>::TempBufferType = void

Member Function Documentation

◆ GetShape()

template<std::size_t N>
static RtcVectorUInt64 rtctk::componentFramework::detail::UserTypeHandler< char[N]>::GetShape ( const BufferType & buffer)
inlinestatic

◆ MakeSpan() [1/2]

template<std::size_t N>
static gsl::span< ElementType > rtctk::componentFramework::detail::UserTypeHandler< char[N]>::MakeSpan ( BufferType & buffer)
inlinestatic

◆ MakeSpan() [2/2]

template<std::size_t N>
static gsl::span< const ElementType > rtctk::componentFramework::detail::UserTypeHandler< char[N]>::MakeSpan ( const BufferType & buffer)
inlinestatic

◆ ResizeBuffer()

template<std::size_t N>
static bool rtctk::componentFramework::detail::UserTypeHandler< char[N]>::ResizeBuffer ( BufferType & buffer,
const RtcVectorUInt64 & shape )
inlinestatic

Member Data Documentation

◆ USES_TEMP_BUFFER

template<std::size_t N>
const bool rtctk::componentFramework::detail::UserTypeHandler< char[N]>::USES_TEMP_BUFFER = false
static

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