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