VirtualBox

Changeset 17634 in vbox for trunk/include/VBox/com


Ignore:
Timestamp:
Mar 10, 2009 3:01:07 PM (16 years ago)
Author:
vboxsync
Message:

OVF: add export support for remaining description entry items (actual image export is next)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/com/string.h

    r17566 r17634  
    508508
    509509    /**
     510     * Looks for pcszFind in "this" starting at "pos" and returns its position,
     511     * counting from the beginning of "this" at 0. Returns npos if not found.
     512     */
     513    size_t find(const char *pcszFind, size_t pos = 0) const;
     514
     515    /**
    510516     * Returns a substring of "this" as a new Utf8Str. Works exactly like
    511517     * its equivalent in std::string except that this interprets pos and n
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