#include <hps.h>
Public Member Functions | |
Toolkit () | |
Toolkit (Toolkit const &in_toolkit) | |
Toolkit (Toolkit &&in_toolkit) | |
Toolkit & | operator= (Toolkit const &in_toolkit) |
Toolkit & | operator= (Toolkit &&in_toolkit) |
HPS::Type | ObjectType () const |
virtual void | Restart () |
ImportNotifier | ParseBuffers (ByteArrayArray const &in_hsf_buffers, ImportOptionsKit const &in_options) |
![]() | |
Object (Object const &that) | |
Object & | operator= (Object const &other_object) |
Object (Object &&in_that) | |
Object & | operator= (Object &&in_that) |
HPS::Type | Type () const |
virtual bool | Empty () const |
virtual void | Reset () |
bool | HasType (HPS::Type in_mask) const |
intptr_t | GetClassID () const |
intptr_t | GetInstanceID () const |
Additional Inherited Members | |
![]() | |
template<typename T > | |
static intptr_t | ClassID () |
The Toolkit class is the primary support class which manages streaming of HSF data.
HPS::Stream::Toolkit::Toolkit | ( | ) |
The Default constructor creates an empty Toolkit object.
HPS::Stream::Toolkit::Toolkit | ( | Toolkit const & | in_toolkit | ) |
HPS::Stream::Toolkit::Toolkit | ( | Toolkit && | in_toolkit | ) |
|
inlinevirtual |
This function returns the type the object, as declared. This does not necessarily give the true type of the underlying object.
Reimplemented from HPS::Object.
|
virtual |
Restarts the Toolkit object so that it can be reused for importing or exporting.