Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

struct Geo::WriteRangePolicy

Policy to write pointers as a range with the given element count.

Functions

NameDescription
operator()(Writer &, const T *)

Write the pointer as an array with m_Count entries.

WriteRangePolicy(u32)

Constructor.


Anchor
afc08063fb41f38dd67274131e8850585
afc08063fb41f38dd67274131e8850585

bool Geo::WriteRangePolicy::operator()

...

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

...

Write the pointer as an array with m_Count entries.


Anchor
acfb1c55fbc0ac8acc3718c4375c2edd6
acfb1c55fbc0ac8acc3718c4375c2edd6

Geo::WriteRangePolicy::WriteRangePolicy

...

public: WriteRangePolicy
(
    u32 count
)

...

Constructor.