libept  0.5.25
Public Member Functions | Public Attributes | List of all members
ept::core::desktop::InternalList Struct Reference

#include <desktop.h>

Collaboration diagram for ept::core::desktop::InternalList:
Collaboration graph
[legend]

Public Member Functions

 InternalList ()
 
 InternalList (std::string d)
 
Entry head () const
 
bool empty () const
 
void firstFile ()
 
InternalList tail () const
 
void nextFile ()
 

Public Attributes

std::string dir
 
std::string current
 
Entry entry
 
off_t offset
 
bool loaded
 

Constructor & Destructor Documentation

ept::core::desktop::InternalList::InternalList ( )
inline
ept::core::desktop::InternalList::InternalList ( std::string  d)
inline

References firstFile().

Member Function Documentation

bool ept::core::desktop::InternalList::empty ( ) const
inline
void ept::core::desktop::InternalList::firstFile ( )
inline

References nextFile().

Referenced by InternalList().

Entry ept::core::desktop::InternalList::head ( ) const
inline
void ept::core::desktop::InternalList::nextFile ( )
inline

Referenced by firstFile(), and tail().

InternalList ept::core::desktop::InternalList::tail ( ) const
inline

References nextFile().

Member Data Documentation

std::string ept::core::desktop::InternalList::current
std::string ept::core::desktop::InternalList::dir
Entry ept::core::desktop::InternalList::entry
mutable

Referenced by head().

bool ept::core::desktop::InternalList::loaded
mutable
off_t ept::core::desktop::InternalList::offset

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