|
RTC Toolkit 5.1.0
|
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< 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< std::string >::BufferType = std::string |
| using rtctk::componentFramework::detail::UserTypeHandler< std::string >::DataPointType = RtcString |
| using rtctk::componentFramework::detail::UserTypeHandler< std::string >::ElementType = std::remove_cv_t<typename BufferType::value_type> |
| using rtctk::componentFramework::detail::UserTypeHandler< std::string >::TempBufferType = void |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
static |