MorphoGraphX
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Classes | Namespaces
MemberIterator.hpp File Reference

Defines the SelectMemberIterator class template. More...

#include <Config.hpp>
#include <iterator>

Go to the source code of this file.

Classes

struct  mgx::util::BaseIterator< Iterator, Derived >
 
class  mgx::util::SelectMemberIterator< Iterator, T, member, Reference, Pointer >
 Iterate over a container of structure, dereferencing only a member of it. More...
 
struct  mgx::util::remove_pointer< T >
 
struct  mgx::util::remove_pointer< T * >
 
struct  mgx::util::SelectMemberPointerIterator< Iterator, T, member, Reference, Pointer >
 

Namespaces

 mgx
 This namespace contains all the API of MorphoGraphX.
 

Detailed Description

Defines the SelectMemberIterator class template.