CatapultServer
v0.5.0.1 (Elephant)
|
Public Member Functions | |
SingleEntityRange () | |
SingleEntityRange (std::unique_ptr< TEntity > &&pEntity) | |
std::vector< std::shared_ptr< TEntity > > | detachEntities () |
SingleBufferRange | copy () const |
Public Member Functions inherited from catapult::model::EntityRange< TEntity >::SubRange | |
SubRange () | |
SubRange (size_t numBytes) | |
SubRange (SubRange &&rhs) | |
SubRange & | operator= (SubRange &&rhs) |
constexpr bool | empty () const |
size_t | size () const |
constexpr size_t | totalSize () const |
constexpr auto & | entities () const |
auto & | entities () |
void | reset () |
Private Attributes | |
std::shared_ptr< TEntity > | m_pSingleEntity |
|
inline |
|
inlineexplicit |
|
inline |
|
inline |
|
private |