struct Geo::WriteRangePolicy
Policy to write pointers as a range with the given element count.
Functions
Name | Description |
---|---|
operator()(Writer &, const T *) | Write the pointer as an array with m_Count entries. |
WriteRangePolicy(u32) | Constructor. |
Anchor | ||||
---|---|---|---|---|
|
bool Geo::WriteRangePolicy::operator()
...
public: bool operator()
(
Writer & writer,
const T * object
) const
...
Write the pointer as an array with m_Count entries.
Anchor | ||||
---|---|---|---|---|
|
Geo::WriteRangePolicy::WriteRangePolicy
...
public: WriteRangePolicy
(
u32 count
)
...
Constructor.