|
RTC Toolkit 5.1.0
|
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< ElementType > | MakeSpan (BufferType &buffer) |
| static gsl::span< const ElementType > | MakeSpan (const BufferType &buffer) |
| static bool | ResizeBuffer (BufferType &buffer, const RtcVectorUInt64 &shape) |
Static Public Attributes | |
| static const bool | USES_TEMP_BUFFER = false |
| using rtctk::componentFramework::detail::UserTypeHandler< char[N]>::BufferType = char[N] |
| using rtctk::componentFramework::detail::UserTypeHandler< char[N]>::DataPointType = RtcString |
| using rtctk::componentFramework::detail::UserTypeHandler< char[N]>::ElementType = char |
| using rtctk::componentFramework::detail::UserTypeHandler< char[N]>::TempBufferType = void |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
static |