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::array< char, N > > Struct Template Reference

Public Types

using BufferType = std::array<char, N>
 
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

template<std::size_t N>
using rtctk::componentFramework::detail::UserTypeHandler< std::array< char, N > >::BufferType = std::array<char, N>

◆ DataPointType

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

◆ ElementType

template<std::size_t N>
using rtctk::componentFramework::detail::UserTypeHandler< std::array< char, N > >::ElementType = std::remove_cv_t<typename BufferType::value_type>

◆ TempBufferType

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

Member Function Documentation

◆ GetShape()

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

◆ MakeSpan() [1/2]

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

◆ MakeSpan() [2/2]

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

◆ ResizeBuffer()

template<std::size_t N>
static bool rtctk::componentFramework::detail::UserTypeHandler< std::array< 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< std::array< char, N > >::USES_TEMP_BUFFER = false
static

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