Foxit PDF Conversion SDK
extracted_comment.h
1 
1372 /*
1373  Basic memory operations
1374 */
1375 
1376 /*
1377  Following base memory functions use default Foxit manager for current module
1378 */
1379 
1380 /*
1381  Macro definitions for File accessing modes
1382 */
1383 
1384 /*
1385  Byte string concatenation operation
1386 */
1387 
1388 /*
1389 Both side of the concatenation operator (+) can be:
1390 <ul>
1391 <li>
1392 A buffered byte string (const CFX_ByteString&);
1393 </li>
1394 <li>
1395 A non-buffered byte string (const CFX_ByteStringC&, a.k.a FX_BSTR);
1396 </li>
1397 <li>
1398 A zero-terminated C-style string (FX_LPCSTR);
1399 </li>
1400 <li>
1401 A single character or byte (FX_CHAR);
1402 </li>
1403 </ul>
1404 
1405 */
1406 
1407 /*
1408  Wide string concatenation operation
1409 */
1410 
1411 /*
1412 Both side of the concatenation operator (+) can be:
1413 <ul>
1414 <li>
1415 A buffered wide string (const CFX_WideString&);
1416 </li>
1417 <li>
1418 A non-buffered wide string (const CFX_WideStringC&);
1419 </li>
1420 <li>
1421 A zero-terminated C-style wide string (FX_LPCWSTR);
1422 </li>
1423 <li>
1424 A single character (FX_WCHAR);
1425 </li>
1426 </ul>
1427 But you must have at least one CFX_WideString or CFX_WideStringC on one side.
1428 
1429 */
1430 
1431 /*
1432  Wide string compare operation
1433 */
1434 
1435 /*
1436  Basic Unicode character attribute routines
1437 */
1438 
1439 /*
1440  text direction defines
1441 */
1442 
1443 /*
1444  Encode wide string into UTF-8 byte string
1445 */
1446 
1447 /*
1448  OS Defines
1449 */
1450 
1451 /*
1452  Compiler Defines
1453 */
1454 
1455 /*
1456  CPU Defines
1457 */
1458 
1459 /*
1460  Word Size Defines
1461 */
1462 
1463 /*
1464  Byte Order Defines
1465 */
1466 
1467 /*
1468  Target Defines
1469 */
1470 
1471 /*
1472  BASIC DATA TYPES
1473 */
1474 
1475 /*
1476  Byte string operations
1477 */
1478 
1479 /*
1480  File operations
1481 */
1482 
1483 /*
1484  Wide string operations
1485 */
1486 
1487 /*
1488  Memory block operations
1489 */
1490 
1491 /*
1492  Memory utilities
1493 */
1494 
1495 /*
1496  Math functions
1497 */