|
Schnek
|


Public Member Functions | |
| LiteratureMastersThesis (std::string bibKey, std::string author, std::string title, std::string school, std::string year, std::string type="", std::string address="", std::string month="", std::string note="", std::string key="") | |
Public Member Functions inherited from schnek::LiteratureReference | |
| LiteratureReference (std::string bibKey_) | |
| LiteratureReference (const LiteratureReference &ref) | |
| LiteratureReference & | operator= (const LiteratureReference &ref) |
| std::string | getPublicationTypeString () const |
| PublicationType | getPublicationType () const |
| std::string | getAddress () const |
| std::string | getAnnote () const |
| std::string | getAuthor () const |
| std::string | getBooktitle () const |
| std::string | getChapter () const |
| std::string | getCrossref () const |
| std::string | getEdition () const |
| std::string | getEditor () const |
| std::string | getEprint () const |
| std::string | getHowpublished () const |
| std::string | getInstitution () const |
| std::string | getJournal () const |
| std::string | getKey () const |
| std::string | getMonth () const |
| std::string | getNote () const |
| std::string | getNumber () const |
| std::string | getOrganization () const |
| std::string | getPages () const |
| std::string | getPublisher () const |
| std::string | getSchool () const |
| std::string | getSeries () const |
| std::string | getTitle () const |
| std::string | getType () const |
| std::string | getUrl () const |
| std::string | getDoi () const |
| std::string | getVolume () const |
| std::string | getYear () const |
| virtual std::string | getBibKey () const |
| void | setPublicationType (PublicationType publType) |
| void | setAddress (std::string address) |
| void | setAnnote (std::string annote) |
| void | setAuthor (std::string author) |
| void | setBooktitle (std::string booktitle) |
| void | setChapter (std::string chapter) |
| void | setCrossref (std::string crossref) |
| void | setEdition (std::string edition) |
| void | setEditor (std::string editor) |
| void | setEprint (std::string eprint) |
| void | setHowpublished (std::string howpublished) |
| void | setInstitution (std::string institution) |
| void | setJournal (std::string journal) |
| void | setKey (std::string key) |
| void | setMonth (std::string month) |
| void | setNote (std::string note) |
| void | setNumber (std::string number) |
| void | setOrganization (std::string organization) |
| void | setPages (std::string pages) |
| void | setPublisher (std::string publisher) |
| void | setSchool (std::string school) |
| void | setSeries (std::string series) |
| void | setTitle (std::string title) |
| void | setType (std::string type) |
| void | setUrl (std::string url) |
| void | setDoi (std::string doi) |
| void | setVolume (std::string volume) |
| void | setYear (std::string year) |
Additional Inherited Members | |
Public Types inherited from schnek::LiteratureReference | |
| enum | PublicationType { article, book, booklet, inbook, incollection, inproceedings, manual, mastersthesis, misc, phdthesis, proceedings, techreport, unpublished } |