VirtualBox

Changeset 36426 in vbox for trunk/include/iprt/cpp


Ignore:
Timestamp:
Mar 25, 2011 12:37:32 PM (14 years ago)
Author:
vboxsync
Message:

MiniString: doc addition

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/iprt/cpp/ministring.h

    r36425 r36426  
    4848 * a zero length and zero allocated bytes for both, and returns an empty
    4949 * C string from c_str().
     50 *
     51 * @note    MiniString ASSUMES that all strings it deals with are valid UTF-8.
     52 *          The caller is responsible for not breaking this assumption.
    5053 */
    5154#ifdef VBOX
     
    839842     * @param   pcszSrc         The source string.
    840843     * @param   cchSrc          The number of chars (bytes) to copy from the
    841      *                          source strings.
     844     *                          source strings.  RTSTR_MAX is NOT accepted.
    842845     *
    843846     * @throws  std::bad_alloc  On allocation failure.  The object is left
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette