LeechCraft  %{LEECHCRAFT_VERSION}
Modular cross-platform feature rich live environment.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
LeechCraft::Util::ValueFinder< T > Struct Template Reference

#include "util.h"

Public Types

typedef T::data_type data_type
 

Public Member Functions

 ValueFinder (data_type data)
 
bool operator() (typename T::value_type i)
 

Public Attributes

data_type Object_
 

Detailed Description

template<typename T>
struct LeechCraft::Util::ValueFinder< T >

Definition at line 59 of file util.h.

Member Typedef Documentation

template<typename T >
typedef T::data_type LeechCraft::Util::ValueFinder< T >::data_type

Definition at line 61 of file util.h.

Constructor & Destructor Documentation

template<typename T >
LeechCraft::Util::ValueFinder< T >::ValueFinder ( data_type  data)
inline

Definition at line 64 of file util.h.

Member Function Documentation

template<typename T >
bool LeechCraft::Util::ValueFinder< T >::operator() ( typename T::value_type  i)
inline

Definition at line 69 of file util.h.

References LeechCraft::Util::ValueFinder< T >::Object_.

Member Data Documentation

template<typename T >
data_type LeechCraft::Util::ValueFinder< T >::Object_

Definition at line 62 of file util.h.

Referenced by LeechCraft::Util::ValueFinder< T >::operator()().


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