Changeset 80879 in vbox for trunk/include/VBox/com
- Timestamp:
- Sep 18, 2019 10:32:56 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/com/string.h
r80851 r80879 1270 1270 1271 1271 /** 1272 * The BstrFmt class is a shortcut to <tt>Bstr().printf()</tt>.1272 * Class with Bstr::printf as constructor for your convenience. 1273 1273 */ 1274 1274 class BstrFmt : public Bstr … … 1293 1293 1294 1294 RTMEMEF_NEW_AND_DELETE_OPERATORS(); 1295 1296 protected: 1297 BstrFmt() 1298 { } 1295 1299 }; 1296 1300 1297 1301 /** 1298 * The BstrFmtVA class is a shortcut to <tt>Bstr().printfV()</tt>.1302 * Class with Bstr::printfV as constructor for your convenience. 1299 1303 */ 1300 1304 class BstrFmtVA : public Bstr … … 1316 1320 1317 1321 RTMEMEF_NEW_AND_DELETE_OPERATORS(); 1322 1323 protected: 1324 BstrFmtVA() 1325 { } 1318 1326 }; 1319 1327
Note:
See TracChangeset
for help on using the changeset viewer.