The InspIRCd Project
Home | Developers | Wiki | Forums | Bug Tracker | SVN | Download
Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members

u_listmode.h File Reference

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  ListItem
 An item in a listmode's list. More...
class  ListLimit
 The number of items a listmode's list may contain. More...
class  ListModeRequest
 A request used to check if a user is on a channel's list or not. More...
class  ListModeBase
 The base class for list modes, should be inherited. More...

Typedefs

typedef std::vector< ListItemmodelist
 Items stored in the channel's list.
typedef std::vector< ListLimitlimitlist
 Max items per channel by name.

Functions

std::string stringtime ()
 Get the time as a string.


Typedef Documentation

typedef std::vector<ListLimit> limitlist
 

Max items per channel by name.

Definition at line 50 of file u_listmode.h.

typedef std::vector<ListItem> modelist
 

Items stored in the channel's list.

Definition at line 47 of file u_listmode.h.


Function Documentation

std::string stringtime  )  [inline]
 

Get the time as a string.

Definition at line 19 of file u_listmode.h.

Referenced by ListModeBase::OnModeChange().