vibenews v0.5.3 (2012-10-13T13:20:17Z)
Home
Dub
Repo
GroupInfo
vibenews
web
Undocumented in source.
struct
GroupInfo {
this
(Group grp, Controller ctrl);
string
name
;
string
description
;
size_t
numberOfTopics
;
size_t
numberOfPosts
;
PosterInfo
lastPoster
;
string
lastPostDate
;
}
Constructors
this
this
(Group grp, Controller ctrl)
Undocumented in source.
Members
Variables
description
string
description
;
Undocumented in source.
lastPostDate
string
lastPostDate
;
Undocumented in source.
lastPoster
PosterInfo
lastPoster
;
Undocumented in source.
name
string
name
;
Undocumented in source.
numberOfPosts
size_t
numberOfPosts
;
Undocumented in source.
numberOfTopics
size_t
numberOfTopics
;
Undocumented in source.
Meta
Source
See Implementation
vibenews
web
classes
WebInterface
structs
Category
GroupInfo
PostInfo
PosterInfo
QuotedPrintable
ThreadInfo