Foxit PDF Conversion SDK
extracted_comment.h
1 
1706 /*
1707  Basic memory operations
1708 */
1709 
1710 /*
1711  Following base memory functions use default Foxit manager for current module
1712 */
1713 
1714 /*
1715  Macro definitions for File accessing modes
1716 */
1717 
1718 /*
1719  Byte string concatenation operation
1720 */
1721 
1722 /*
1723 Both side of the concatenation operator (+) can be:
1724 <ul>
1725 <li>
1726 A buffered byte string (const CFX_ByteString&);
1727 </li>
1728 <li>
1729 A non-buffered byte string (const CFX_ByteStringC&, a.k.a FX_BSTR);
1730 </li>
1731 <li>
1732 A zero-terminated C-style string (FX_LPCSTR);
1733 </li>
1734 <li>
1735 A single character or byte (FX_CHAR);
1736 </li>
1737 </ul>
1738 
1739 */
1740 
1741 /*
1742  Wide string concatenation operation
1743 */
1744 
1745 /*
1746 Both side of the concatenation operator (+) can be:
1747 <ul>
1748 <li>
1749 A buffered wide string (const CFX_WideString&);
1750 </li>
1751 <li>
1752 A non-buffered wide string (const CFX_WideStringC&);
1753 </li>
1754 <li>
1755 A zero-terminated C-style wide string (FX_LPCWSTR);
1756 </li>
1757 <li>
1758 A single character (FX_WCHAR);
1759 </li>
1760 </ul>
1761 But you must have at least one CFX_WideString or CFX_WideStringC on one side.
1762 
1763 */
1764 
1765 /*
1766  Wide string compare operation
1767 */
1768 
1769 /*
1770  Basic Unicode character attribute routines
1771 */
1772 
1773 /*
1774  text direction defines
1775 */
1776 
1777 /*
1778  Encode wide string into UTF-8 byte string
1779 */
1780 
1781 /*
1782  OS Defines
1783 */
1784 
1785 /*
1786  Compiler Defines
1787 */
1788 
1789 /*
1790  CPU Defines
1791 */
1792 
1793 /*
1794  Word Size Defines
1795 */
1796 
1797 /*
1798  Byte Order Defines
1799 */
1800 
1801 /*
1802  Target Defines
1803 */
1804 
1805 /*
1806  BASIC DATA TYPES
1807 */
1808 
1809 /*
1810  Byte string operations
1811 */
1812 
1813 /*
1814  File operations
1815 */
1816 
1817 /*
1818  Wide string operations
1819 */
1820 
1821 /*
1822  Memory block operations
1823 */
1824 
1825 /*
1826  Memory utilities
1827 */
1828 
1829 /*
1830  Math functions
1831 */