nl::Weave::System::ObjectPool

#include <src/system/SystemObject.h>

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

खास जानकारी

जानकारी
टेंप्लेट पैरामीटर
T
ऑब्जेक्ट की एक सब-क्लास.
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.

GetStatistics

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

TryCreate

T * TryCreate(
  Layer & aLayer
)

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