libept  0.5.25
Classes | Public Types | Public Member Functions | Public Attributes | List of all members
ept::core::Source< Self, Setup, PType > Struct Template Reference

#include <source.h>

Classes

struct  ComposedList
struct  Propertify
struct  PropertyFilter

Public Types

typedef Setup::PropertyId PropertyId
typedef Setup::Token Token

Public Member Functions

Self & self ()
template<PropertyId property>
PType< property >::T get (Token t)
void invalidate ()
template<PropertyId property>
ComposedList< property > list ()
template<PropertyId P, typename F >
PropertyFilter< P, F >::T propertyFilter (F f)
 Source ()

Public Attributes

Token m_cachedToken
Setup::Internal m_cached

Member Typedef Documentation

template<typename Self, typename Setup, template< typename Setup::PropertyId > class PType>
typedef Setup::PropertyId ept::core::Source< Self, Setup, PType >::PropertyId
template<typename Self, typename Setup, template< typename Setup::PropertyId > class PType>
typedef Setup::Token ept::core::Source< Self, Setup, PType >::Token

Constructor & Destructor Documentation

template<typename Self, typename Setup, template< typename Setup::PropertyId > class PType>
ept::core::Source< Self, Setup, PType >::Source ( )
inline

Member Function Documentation

template<typename Self, typename Setup, template< typename Setup::PropertyId > class PType>
template<PropertyId property>
PType< property >::T ept::core::Source< Self, Setup, PType >::get ( Token  t)
inline
template<typename Self, typename Setup, template< typename Setup::PropertyId > class PType>
void ept::core::Source< Self, Setup, PType >::invalidate ( )
inline

Reimplemented in ept::core::record::Source.

template<typename Self, typename Setup, template< typename Setup::PropertyId > class PType>
template<PropertyId property>
ComposedList< property > ept::core::Source< Self, Setup, PType >::list ( )
inline
template<typename Self, typename Setup, template< typename Setup::PropertyId > class PType>
template<PropertyId P, typename F >
PropertyFilter< P, F >::T ept::core::Source< Self, Setup, PType >::propertyFilter ( f)
inline
template<typename Self, typename Setup, template< typename Setup::PropertyId > class PType>
Self& ept::core::Source< Self, Setup, PType >::self ( )
inline

Member Data Documentation

template<typename Self, typename Setup, template< typename Setup::PropertyId > class PType>
Setup::Internal ept::core::Source< Self, Setup, PType >::m_cached
template<typename Self, typename Setup, template< typename Setup::PropertyId > class PType>
Token ept::core::Source< Self, Setup, PType >::m_cachedToken

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