moeimg-d ~master (2022-06-10T04:19:58.5969599)
Dub
Repo
Image
moeimgd
moeimg
Undocumented in source.
struct
Image {
string
archive_num
;
string
filename
;
Article
article
;
this
(string archive_num, string filename, Article article);
this
(char[] archive_num, char[] filename, Article article);
string
getURL
();
}
Constructors
this
this
(string archive_num, string filename, Article article)
Undocumented in source.
this
this
(char[] archive_num, char[] filename, Article article)
Undocumented in source.
Members
Functions
getURL
string
getURL
()
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
archive_num
string
archive_num
;
Undocumented in source.
article
Article
article
;
Undocumented in source.
filename
string
filename
;
Undocumented in source.
Meta
Source
See Implementation
moeimgd
moeimg
functions
getArticles
getImages
structs
Article
Image