Changeset 10349 for trunk/FACT++/src/Description.cc
- Timestamp:
- 04/10/11 10:39:04 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/src/Description.cc
r10342 r10349 47 47 // -------------------------------------------------------------------------- 48 48 // 49 //! This functio 0n breaks down a descriptive string into its components.49 //! This function breaks down a descriptive string into its components. 50 50 //! For details see class reference. 51 51 //! … … 55 55 //! @returns 56 56 //! A vector<Description> containing all the descriptions found. 57 //! The first entry contains the discription name and comment. 57 //! The first entry contains the Description members name and comment, 58 //! corresponding to the service or command name the Description 59 //! list is for and its corresponding description. 58 60 // 59 61 vector<Description> Description::SplitDescription(const string &buffer)
Note:
See TracChangeset
for help on using the changeset viewer.