нл:: Переплетение:: Система:: Объектный пул

#include <src/system/SystemObject.h>

A class template used for allocating Object subclass objects from an ObjectArena<> template union.

Краткое содержание

Подробности
Параметры шаблона
T
подкласс Object , который будет выделен с арены.
N
положительное целое число объектов класса T, которые нужно выделить с арены.

Публичные статические функции

Size (void)
size_t
Returns the number of objects that can be simultaneously retained from a pool.

Общественные функции

Get (const Layer & aLayer, size_t aIndex)
T *
Returns a pointer the object at \c aIndex or \c NULL if the object is not retained by \c aLayer.
GetStatistics (nl::Weave::System::Stats::count_t & aNumInUse, nl::Weave::System::Stats::count_t & aHighWatermark)
void
TryCreate ( Layer & aLayer)
T *
Tries to initially retain the first object in the pool that is not retained by any layer.

Публичные статические функции

Размер

size_t Size(
  void
)

Returns the number of objects that can be simultaneously retained from a pool.

Общественные функции

Получать

T * Get(
  const Layer & aLayer,
  size_t aIndex
)

Returns a pointer the object at \c aIndex or \c NULL if the object is not retained by \c aLayer.

Получить статистику

void GetStatistics(
  nl::Weave::System::Stats::count_t & aNumInUse,
  nl::Weave::System::Stats::count_t & aHighWatermark
)

ПопробуйтеСоздать

T * TryCreate(
  Layer & aLayer
)

Tries to initially retain the first object in the pool that is not retained by any layer.