vibenews ~master (2021-08-11T13:20:39Z)
Home
Dub
Repo
GroupInfo
vibenews
web
Undocumented in source.
struct
GroupInfo {
this
(Group grp, Controller ctrl);
string
name
;
string
caption
;
string
description
;
size_t
numberOfTopics
;
size_t
numberOfPosts
;
PosterInfo
lastPoster
;
string
lastPostDate
;
long
lastPostNumber
;
}
Constructors
this
this
(Group grp, Controller ctrl)
Undocumented in source.
Members
Variables
caption
string
caption
;
Undocumented in source.
description
string
description
;
Undocumented in source.
lastPostDate
string
lastPostDate
;
Undocumented in source.
lastPostNumber
long
lastPostNumber
;
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
functions
listen
register
registerVibeNewsWebFrontend
startVibeNewsWebFrontend
structs
Category
GroupInfo
PostInfo
PosterInfo
ThreadInfo