ncmpc  0.30
Public Member Functions | Data Fields
FileListEntry Struct Reference

#include <filelist.hxx>

Public Member Functions

 FileListEntry (struct mpd_entity *_entity)
 
 ~FileListEntry ()
 
 FileListEntry (FileListEntry &&src)
 
FileListEntryoperator= (FileListEntry &&src)
 
gcc_pure bool operator< (const FileListEntry &other) const
 

Data Fields

unsigned flags = 0
 
struct mpd_entity * entity
 

Constructor & Destructor Documentation

◆ FileListEntry() [1/2]

FileListEntry::FileListEntry ( struct mpd_entity *  _entity)
inlineexplicit

◆ ~FileListEntry()

FileListEntry::~FileListEntry ( )

◆ FileListEntry() [2/2]

FileListEntry::FileListEntry ( FileListEntry &&  src)
inline

Member Function Documentation

◆ operator=()

FileListEntry& FileListEntry::operator= ( FileListEntry &&  src)
inline

◆ operator<()

gcc_pure bool FileListEntry::operator< ( const FileListEntry other) const

Field Documentation

◆ flags

unsigned FileListEntry::flags = 0

◆ entity

struct mpd_entity* FileListEntry::entity

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