Contains a list of authors. More...
Public Member Functions | |
| authorList () | |
| Creates a new, empty authorList. | |
| void | author_add (string author) |
| Adds an author (if not already added) to this list. | |
| string[] | get_authors () |
| gets a list that coantains all authores in this list | |
Contains a list of authors.
| dotFeedLib.authorList.authorList | ( | ) |
Creates a new, empty authorList.
| void dotFeedLib.authorList.author_add | ( | string | author | ) |
Adds an author (if not already added) to this list.
| author | author that is to be added |
| string [] dotFeedLib.authorList.get_authors | ( | ) |
gets a list that coantains all authores in this list
1.7.1