CList_traits Struct Template Reference
[Collections Library]

#include <mfcstl/collections/clist_traits.hpp>

List of all members.


Detailed Description

template<typename C>
struct mfcstl::CList_traits< C >

Traits for CList_adaptor_base.

Regrettably, since MFC's template classes do not define any member types, it is not possible to generalise the traits, so we must just use specialisations. Sigh!

Public Attributes

typedef value_type
 Typedef that defines the type of the elements in the list.
typedef arg_type
 Typedef that defines the type of the arguments to the methods of the list.
typedef list_type
 Typedef that identifies the actual class type used to parameterise the traits.


Member Data Documentation

typedef value_type

Typedef that defines the type of the elements in the list.

typedef arg_type

Typedef that defines the type of the arguments to the methods of the list.

typedef list_type

Typedef that identifies the actual class type used to parameterise the traits.


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

Generated on Thu Jun 10 08:58:32 2010 for STLSoft by  doxygen 1.5.6