Foxit PDF Conversion SDK
extracted_comment.h
1 
2146 /*
2147  Basic memory operations
2148 */
2149 
2150 /*
2151  Following base memory functions use default Foxit manager for current module
2152 */
2153 
2154 /*
2155  Macro definitions for File accessing modes
2156 */
2157 
2158 /*
2159  Byte string concatenation operation
2160 */
2161 
2162 /*
2163 Both side of the concatenation operator (+) can be:
2164 <ul>
2165 <li>
2166 A buffered byte string (const CFX_ByteString&);
2167 </li>
2168 <li>
2169 A non-buffered byte string (const CFX_ByteStringC&, a.k.a FX_BSTR);
2170 </li>
2171 <li>
2172 A zero-terminated C-style string (FX_LPCSTR);
2173 </li>
2174 <li>
2175 A single character or byte (FX_CHAR);
2176 </li>
2177 </ul>
2178 
2179 */
2180 
2181 /*
2182  Wide string concatenation operation
2183 */
2184 
2185 /*
2186 Both side of the concatenation operator (+) can be:
2187 <ul>
2188 <li>
2189 A buffered wide string (const CFX_WideString&);
2190 </li>
2191 <li>
2192 A non-buffered wide string (const CFX_WideStringC&);
2193 </li>
2194 <li>
2195 A zero-terminated C-style wide string (FX_LPCWSTR);
2196 </li>
2197 <li>
2198 A single character (FX_WCHAR);
2199 </li>
2200 </ul>
2201 But you must have at least one CFX_WideString or CFX_WideStringC on one side.
2202 
2203 */
2204 
2205 /*
2206  Wide string compare operation
2207 */
2208 
2209 /*
2210  Basic Unicode character attribute routines
2211 */
2212 
2213 /*
2214  text direction defines
2215 */
2216 
2217 /*
2218  Encode wide string into UTF-8 byte string
2219 */
2220 
2221 /*
2222  OS Defines
2223 */
2224 
2225 /*
2226  Compiler Defines
2227 */
2228 
2229 /*
2230  CPU Defines
2231 */
2232 
2233 /*
2234  Word Size Defines
2235 */
2236 
2237 /*
2238  Byte Order Defines
2239 */
2240 
2241 /*
2242  Target Defines
2243 */
2244 
2245 /*
2246  BASIC DATA TYPES
2247 */
2248 
2249 /*
2250  Byte string operations
2251 */
2252 
2253 /*
2254  File operations
2255 */
2256 
2257 /*
2258  Wide string operations
2259 */
2260 
2261 /*
2262  Memory block operations
2263 */
2264 
2265 /*
2266  Memory utilities
2267 */
2268 
2269 /*
2270  Math functions
2271 */
2272 
2273 
2274