Update the BString documentation.
* Remove the reference to BString::fPrivateData, as it currently really is marked as private and as such disappeared from the docs. * Add the various character methods that have been added in the previous revisions.
This commit is contained in:
@@ -30,9 +30,8 @@ some specific examples:
|
|||||||
- Likewise, you'll find \c support/byteorder.h and \c support/ByteOrder.h
|
- Likewise, you'll find \c support/byteorder.h and \c support/ByteOrder.h
|
||||||
in BeOS; Haiku only has ByteOrder.h.
|
in BeOS; Haiku only has ByteOrder.h.
|
||||||
- If you have subclassed BString and if you are using its \c _privateData
|
- If you have subclassed BString and if you are using its \c _privateData
|
||||||
member, you might notice that it has been renamed to
|
member, you might notice that it is no longer mentioned in the documentation.
|
||||||
\link BString::fPrivateData fPrivateData \endlink. However, it's use is
|
This is because it has been marked as private.
|
||||||
deprecated, and it might even be made private in the future.
|
|
||||||
- The undocumented functions defined in Alias.h from the storage kit are not
|
- The undocumented functions defined in Alias.h from the storage kit are not
|
||||||
implemented.
|
implemented.
|
||||||
- The private Device Map API (used by OpenTracker) has been replaced by a
|
- The private Device Map API (used by OpenTracker) has been replaced by a
|
||||||
|
|||||||
+452
-184
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user