Grantlee 0.2.0
Public Types
Grantlee::Getter< Container_ > Struct Template Reference

#include <grantlee/containeraccessor.h>

List of all members.

Public Types

typedef Container_ Container

Detailed Description

template<typename Container_>
struct Grantlee::Getter< Container_ >

Used as a convenience base class for container iterator access.

Definition at line 36 of file containeraccessor.h.


Member Typedef Documentation

template<typename Container_>
typedef Container_ Grantlee::Getter< Container_ >::Container

Used to extract a list from the container.

Definition at line 41 of file containeraccessor.h.