libept  0.5.25
Classes | Typedefs | Enumerations | Functions
ept::core::desktop Namespace Reference

Classes

struct  Category
 
struct  Entry
 
struct  File
 
struct  GroupPolicy
 
struct  InternalList
 
struct  PropertyType
 
struct  PropertyType< Group >
 
struct  PropertyType< Icon >
 
struct  PropertyType< Name >
 
struct  PropertyType< Package >
 
struct  PropertyType< ShortDescription >
 
struct  Setup
 
struct  Source
 

Typedefs

typedef std::set< std::string > Categories
 

Enumerations

enum  PropertyId {
  Name, Group, ShortDescription, Package,
  Icon
}
 

Functions

std::istream & operator>> (std::istream &i, Category &cat)
 
std::istream & operator>> (std::istream &i, File::Entry &e)
 
std::istream & operator>> (std::istream &i, File::Group &g)
 
std::istream & operator>> (std::istream &i, File &f)
 

Typedef Documentation

typedef std::set< std::string > ept::core::desktop::Categories

Enumeration Type Documentation

Enumerator
Name 
Group 
ShortDescription 
Package 
Icon 

Function Documentation

std::istream& ept::core::desktop::operator>> ( std::istream &  i,
File::Entry e 
)
inline
std::istream& ept::core::desktop::operator>> ( std::istream &  i,
Category cat 
)
inline
std::istream& ept::core::desktop::operator>> ( std::istream &  i,
File::Group g 
)
inline
std::istream& ept::core::desktop::operator>> ( std::istream &  i,
File f 
)
inline