Public Member Functions | |
void | CategoryStr2List (const std::string &str) |
Parses the given comma delimited category string into this CategoryList object, appending each token to the vector. | |
void | CategoryList2Str (std::string &str) const |
Turns the current vectory into a comma delimited category string suitable for use in Calendar, Task, and Memo protocol values. |
Definition at line 255 of file record.h.
void Barry::CategoryList::CategoryList2Str | ( | std::string & | str | ) | const |
Turns the current vectory into a comma delimited category string suitable for use in Calendar, Task, and Memo protocol values.
Definition at line 400 of file record.cc.
Referenced by Barry::Task::BuildFields(), Barry::Memo::BuildFields(), and Barry::Contact::BuildFields().
void Barry::CategoryList::CategoryStr2List | ( | const std::string & | str | ) |
Parses the given comma delimited category string into this CategoryList object, appending each token to the vector.
Will clear vector beforehand.