Changeset 227 for trunk/foundation/idl/nomfilepath.idl
- Timestamp:
- Feb 4, 2007, 10:51:43 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/foundation/idl/nomfilepath.idl (modified) (6 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/foundation/idl/nomfilepath.idl
r225 r227 16 16 * The Initial Developer of the Original Code is 17 17 * netlabs.org: Chris Wohlgemuth <cinc-ml@netlabs.org>. 18 * Portions created by the Initial Developer are Copyright (C) 2005-200 618 * Portions created by the Initial Developer are Copyright (C) 2005-2007 19 19 * the Initial Developer. All Rights Reserved. 20 20 * … … 43 43 /** \class NOMPath 44 44 NOMPath is a specialized string class for dealing with file or directory paths. 45 As with NOMString the NOMPath class is always working on copies.46 45 */ 47 46 interface NOMPath : NOMString … … 58 57 starts with a separator and the current path ends with a separator the ending separator 59 58 will be removed before appending. 59 If no input path is given only a separator is appended if necessary. 60 60 61 61 \remark … … 64 64 65 65 \return 66 The method returns a newNOMPath instance after appending.66 The method returns the same NOMPath instance after appending. 67 67 68 68 \sa append(), appendCString() … … 72 72 /** 73 73 Append a separator to the path. If the path already has a separator at the end this method 74 does nothing other than returning a new path object. If the given path has zero length 75 a path object only holding a separator is returned. 74 does nothing other than returning the path object. If the given path has zero length 75 the path object only holding a separator is returned. 76 77 \remark The returned string object is not newly allocated. Be aware that the string data 78 held by the object may. 76 79 77 80 \return 78 This method always returns a new instance of a NOMPath owned by the caller.81 This method returns the NOMPath. This is not a copy. 79 82 80 83 \sa append(), appendPath() … … 86 89 87 90 \return 88 This method always returns a new instance of a NOMPath owned by the caller.91 This method returns the same instance of a NOMPath. 89 92 90 93 \sa appendSeparator()
Note:
See TracChangeset
for help on using the changeset viewer.
