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