Navigation
API > API/Plugins > API/Plugins/RigLogicLib
| Name | BoundedIOStream |
| Type | class |
| Header File | /Engine/Plugins/Animation/RigLogic/Source/RigLogicLib/Public/trio/Stream.h |
| Include Path | #include "trio/Stream.h" |
Syntax
class BoundedIOStream :
public trio::Controllable ,
public trio::Readable ,
public trio::Writable ,
public trio::Seekable ,
public trio::Bounded
Inheritance Hierarchy
- Bounded → BoundedIOStream
- Openable → Controllable → BoundedIOStream
- Closeable → Controllable → BoundedIOStream
- Readable → BoundedIOStream
- Writable → BoundedIOStream
- Seekable → BoundedIOStream
Derived Classes
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~BoundedIOStream() |
trio/Stream.h |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| AccessMode | trio::AccessMode | trio/Stream.h | |
| OpenMode | trio::OpenMode | trio/Stream.h |
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| AlreadyOpenError | const sc::StatusCode | trio/Stream.h | |
| OpenError | const sc::StatusCode | trio/Stream.h | |
| ReadError | const sc::StatusCode | trio/Stream.h | |
| SeekError | const sc::StatusCode | trio/Stream.h | |
| WriteError | const sc::StatusCode | trio/Stream.h |