Foxit PDF Conversion SDK
extracted_comment.h
1 
2234 /*
2235  Basic memory operations
2236 */
2237 
2238 /*
2239  Following base memory functions use default Foxit manager for current module
2240 */
2241 
2242 /*
2243  Macro definitions for File accessing modes
2244 */
2245 
2246 /*
2247  Byte string concatenation operation
2248 */
2249 
2250 /*
2251 Both side of the concatenation operator (+) can be:
2252 <ul>
2253 <li>
2254 A buffered byte string (const CFX_ByteString&);
2255 </li>
2256 <li>
2257 A non-buffered byte string (const CFX_ByteStringC&, a.k.a FX_BSTR);
2258 </li>
2259 <li>
2260 A zero-terminated C-style string (FX_LPCSTR);
2261 </li>
2262 <li>
2263 A single character or byte (FX_CHAR);
2264 </li>
2265 </ul>
2266 
2267 */
2268 
2269 /*
2270  Wide string concatenation operation
2271 */
2272 
2273 /*
2274 Both side of the concatenation operator (+) can be:
2275 <ul>
2276 <li>
2277 A buffered wide string (const CFX_WideString&);
2278 </li>
2279 <li>
2280 A non-buffered wide string (const CFX_WideStringC&);
2281 </li>
2282 <li>
2283 A zero-terminated C-style wide string (FX_LPCWSTR);
2284 </li>
2285 <li>
2286 A single character (FX_WCHAR);
2287 </li>
2288 </ul>
2289 But you must have at least one CFX_WideString or CFX_WideStringC on one side.
2290 
2291 */
2292 
2293 /*
2294  Wide string compare operation
2295 */
2296 
2297 /*
2298  Basic Unicode character attribute routines
2299 */
2300 
2301 /*
2302  text direction defines
2303 */
2304 
2305 /*
2306  Encode wide string into UTF-8 byte string
2307 */
2308 
2309 /*
2310  OS Defines
2311 */
2312 
2313 /*
2314  Compiler Defines
2315 */
2316 
2317 /*
2318  CPU Defines
2319 */
2320 
2321 /*
2322  Word Size Defines
2323 */
2324 
2325 /*
2326  Byte Order Defines
2327 */
2328 
2329 /*
2330  Target Defines
2331 */
2332 
2333 /*
2334  BASIC DATA TYPES
2335 */
2336 
2337 /*
2338  Byte string operations
2339 */
2340 
2341 /*
2342  File operations
2343 */
2344 
2345 /*
2346  Wide string operations
2347 */
2348 
2349 /*
2350  Memory block operations
2351 */
2352 
2353 /*
2354  Memory utilities
2355 */
2356 
2357 /*
2358  Math functions
2359 */
2360 
2361