CnC
List of all members
item_tuner< TT >::item_allocator< Item > Struct Template Reference

Class which manages item creation/uncreation.. More...

Detailed Description

template<template< typename T, typename I, typename A > class TT>
template<typename Item>
struct CnC::item_tuner< TT >::item_allocator< Item >

Class which manages item creation/uncreation..

item_allocator::type must provide item_type * create( const item_type & org ) const; void uncreate( item_type * item ) const;

Only C++0x allows template aliasing, need to use an indirection

Definition at line 445 of file default_tuner.h.


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