vibenews v0.8.0 (2017-03-26T10:21:05Z)
Home
Dub
Repo
ThreadInfo
vibenews
web
Undocumented in source.
struct
ThreadInfo {
this
(Thread thr, Controller ctrl, size_t page_size, string groupname);
BsonObjectID
id
;
string
subject
;
PostInfo
firstPost
;
PostInfo
lastPost
;
size_t
pageSize
;
size_t
pageCount
;
size_t
postCount
;
}
Constructors
this
this
(Thread thr, Controller ctrl, size_t page_size, string groupname)
Undocumented in source.
Members
Variables
firstPost
PostInfo
firstPost
;
Undocumented in source.
id
BsonObjectID
id
;
Undocumented in source.
lastPost
PostInfo
lastPost
;
Undocumented in source.
pageCount
size_t
pageCount
;
Undocumented in source.
pageSize
size_t
pageSize
;
Undocumented in source.
postCount
size_t
postCount
;
Undocumented in source.
subject
string
subject
;
Undocumented in source.
Meta
Source
See Implementation
vibenews
web
classes
WebInterface
functions
listen
register
registerVibeNewsWebFrontend
startVibeNewsWebFrontend
structs
Category
GroupInfo
PostInfo
PosterInfo
ThreadInfo