libept
Classes | Public Member Functions | Protected Attributes | Friends
ept::Sources Struct Reference

#include <sources.h>

List of all members.

Classes

struct  Entry

Public Member Functions

void add (const Entry &e)
void clear ()
void disable (const Entry &)
void enable (const Entry &)
wibble::Range< Entry > entries () const

Protected Attributes

std::vector< Entry > m_entries

Friends

std::istream & operator>> (std::istream &i, Sources &s)

Member Function Documentation

void ept::Sources::add ( const Entry &  e)
inline

References m_entries.

void ept::Sources::clear ( )
inline

References m_entries.

void ept::Sources::disable ( const Entry &  )
void ept::Sources::enable ( const Entry &  )
wibble::Range< Entry > ept::Sources::entries ( ) const
inline

References m_entries.

Referenced by ept::operator<<().


Friends And Related Function Documentation

std::istream& operator>> ( std::istream &  i,
Sources &  s 
)
friend

Member Data Documentation

std::vector< Entry > ept::Sources::m_entries
protected

Referenced by add(), clear(), entries(), and ept::operator>>().


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