This is the documentation for Enlighten.

struct Geo WriteRangePolicy

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.


bool Geo::WriteRangePolicy::operator()


public: bool operator()
(
    Writer & writer,
    const T * object
) const


Write the pointer as an array with m_Count entries.


Geo::WriteRangePolicy::WriteRangePolicy


public: WriteRangePolicy
(
    u32 count
)


Constructor.