Navigation
API > API/Plugins > API/Plugins/RigLogicLib
| Name | CharInputStreamBuf |
| Type | class |
| Header File | /Engine/Plugins/Animation/RigLogic/Source/RigLogicLib/Public/terse/types/CharInputStreamBuf.h |
| Include Path | #include "terse/types/CharInputStreamBuf.h" |
Syntax
template<class TStream, std::size_t BufferSize>
class CharInputStreamBuf : public std::streambuf
Inheritance Hierarchy
- std::streambuf → CharInputStreamBuf
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
CharInputStreamBuf
(
TStream* stream_ |
terse/types/CharInputStreamBuf.h |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| CharType | std::streambuf::char_type | terse/types/CharInputStreamBuf.h | |
| IntType | std::streambuf::int_type | terse/types/CharInputStreamBuf.h | |
| OffType | std::streambuf::off_type | terse/types/CharInputStreamBuf.h | |
| PosType | std::streambuf::pos_type | terse/types/CharInputStreamBuf.h | |
| TraitsType | std::streambuf::traits_type | terse/types/CharInputStreamBuf.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| buffer | std::array< char, BufferSize > | terse/types/CharInputStreamBuf.h | ||
| stream | TStream * | terse/types/CharInputStreamBuf.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
std::streamsize showmanyc() |
terse/types/CharInputStreamBuf.h | ||
IntType underflow() |
terse/types/CharInputStreamBuf.h | ||
std::streamsize xsgetn
(
CharType* destination, |
terse/types/CharInputStreamBuf.h |