Navigation
API > API/Plugins > API/Plugins/RigLogicLib > API/Plugins/RigLogicLib/trio > API/Plugins/RigLogicLib/trio/streams
Inheritance Hierarchy
- Controllable
- Readable
- Writable
- Seekable
- Bounded
- BoundedIOStream
- MemoryStream
References
Module | RigLogicLib |
Header | /Engine/Plugins/Animation/RigLogic/Source/RigLogicLib/Public/trio/streams/MemoryStream.h |
Include | #include "trio/streams/MemoryStream.h" |
Syntax
class MemoryStream : public trio::BoundedIOStream
Remarks
In-memory stream.
Constructors
Type | Name | Description | |
---|---|---|---|
![]() |
MemoryStream () |
||
![]() |
MemoryStream
(
const MemoryStream& |
||
![]() |
MemoryStream
(
MemoryStream&& |
Destructors
Type | Name | Description | |
---|---|---|---|
![]() |
Functions
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
MemoryStream * | create
(
MemoryResource* memRes |
Factory method for creation of a MemoryStream instance. |
![]() ![]() |
MemoryStream * | create
(
std::size_t initialSize, |
Factory method for creation of a MemoryStream instance. |
![]() ![]() |
void | destroy
(
MemoryStream* instance |
Method for freeing a MemoryStream instance. |
Operators
Type | Name | Description | |
---|---|---|---|
![]() |
MemoryStream & | operator=
(
const MemoryStream& |
|
![]() |
MemoryStream & | operator=
(
MemoryStream&& |