This is the documentation for Enlighten.

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

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.

  • No labels