Foxit PDF Conversion SDK
extracted_comment.h
1 
1998 /*
1999  Basic memory operations
2000 */
2001 
2002 /*
2003  Following base memory functions use default Foxit manager for current module
2004 */
2005 
2006 /*
2007  Macro definitions for File accessing modes
2008 */
2009 
2010 /*
2011  Byte string concatenation operation
2012 */
2013 
2014 /*
2015 Both side of the concatenation operator (+) can be:
2016 <ul>
2017 <li>
2018 A buffered byte string (const CFX_ByteString&);
2019 </li>
2020 <li>
2021 A non-buffered byte string (const CFX_ByteStringC&, a.k.a FX_BSTR);
2022 </li>
2023 <li>
2024 A zero-terminated C-style string (FX_LPCSTR);
2025 </li>
2026 <li>
2027 A single character or byte (FX_CHAR);
2028 </li>
2029 </ul>
2030 
2031 */
2032 
2033 /*
2034  Wide string concatenation operation
2035 */
2036 
2037 /*
2038 Both side of the concatenation operator (+) can be:
2039 <ul>
2040 <li>
2041 A buffered wide string (const CFX_WideString&);
2042 </li>
2043 <li>
2044 A non-buffered wide string (const CFX_WideStringC&);
2045 </li>
2046 <li>
2047 A zero-terminated C-style wide string (FX_LPCWSTR);
2048 </li>
2049 <li>
2050 A single character (FX_WCHAR);
2051 </li>
2052 </ul>
2053 But you must have at least one CFX_WideString or CFX_WideStringC on one side.
2054 
2055 */
2056 
2057 /*
2058  Wide string compare operation
2059 */
2060 
2061 /*
2062  Basic Unicode character attribute routines
2063 */
2064 
2065 /*
2066  text direction defines
2067 */
2068 
2069 /*
2070  Encode wide string into UTF-8 byte string
2071 */
2072 
2073 /*
2074  OS Defines
2075 */
2076 
2077 /*
2078  Compiler Defines
2079 */
2080 
2081 /*
2082  CPU Defines
2083 */
2084 
2085 /*
2086  Word Size Defines
2087 */
2088 
2089 /*
2090  Byte Order Defines
2091 */
2092 
2093 /*
2094  Target Defines
2095 */
2096 
2097 /*
2098  BASIC DATA TYPES
2099 */
2100 
2101 /*
2102  Byte string operations
2103 */
2104 
2105 /*
2106  File operations
2107 */
2108 
2109 /*
2110  Wide string operations
2111 */
2112 
2113 /*
2114  Memory block operations
2115 */
2116 
2117 /*
2118  Memory utilities
2119 */
2120 
2121 /*
2122  Math functions
2123 */