UCommon
Public Member Functions | Protected Member Functions | Protected Attributes
ucommon::LinkedAllocator Class Reference

Linked allocator helper for linked_allocator template. More...

#include <containers.h>

Inheritance diagram for ucommon::LinkedAllocator:
Inheritance graph
[legend]
Collaboration diagram for ucommon::LinkedAllocator:
Collaboration graph
[legend]

Public Member Functions

 operator bool () const
 Test if there is still objects in the free list. More...
 
bool operator! () const
 Test if the free list is empty. More...
 

Protected Member Functions

LinkedObjectget (void)
 
LinkedObjectget (timeout_t timeout)
 
void release (LinkedObject *node)
 

Protected Attributes

LinkedObjectfreelist
 

Detailed Description

Linked allocator helper for linked_allocator template.

This is used to alloc an array of typed objects tied to a free list in a single operation.

Author
David Sugar dyfet.nosp@m.@gnu.nosp@m.telep.nosp@m.hony.nosp@m..org

Definition at line 61 of file containers.h.

Member Function Documentation

ucommon::LinkedAllocator::operator bool ( ) const

Test if there is still objects in the free list.

Returns
true if there are objects.
bool ucommon::LinkedAllocator::operator! ( ) const

Test if the free list is empty.

Returns
true if the free list is empty.

The documentation for this class was generated from the following file: