Foxit PDF Conversion SDK
extracted_comment.h
1 
2614 /*
2615  Basic memory operations
2616 */
2617 
2618 /*
2619  Following base memory functions use default Foxit manager for current module
2620 */
2621 
2622 /*
2623  Macro definitions for File accessing modes
2624 */
2625 
2626 /*
2627  Byte string concatenation operation
2628 */
2629 
2630 /*
2631 Both side of the concatenation operator (+) can be:
2632 <ul>
2633 <li>
2634 A buffered byte string (const CFX_ByteString&);
2635 </li>
2636 <li>
2637 A non-buffered byte string (const CFX_ByteStringC&, a.k.a FX_BSTR);
2638 </li>
2639 <li>
2640 A zero-terminated C-style string (FX_LPCSTR);
2641 </li>
2642 <li>
2643 A single character or byte (FX_CHAR);
2644 </li>
2645 </ul>
2646 
2647 */
2648 
2649 /*
2650  Wide string concatenation operation
2651 */
2652 
2653 /*
2654 Both side of the concatenation operator (+) can be:
2655 <ul>
2656 <li>
2657 A buffered wide string (const CFX_WideString&);
2658 </li>
2659 <li>
2660 A non-buffered wide string (const CFX_WideStringC&);
2661 </li>
2662 <li>
2663 A zero-terminated C-style wide string (FX_LPCWSTR);
2664 </li>
2665 <li>
2666 A single character (FX_WCHAR);
2667 </li>
2668 </ul>
2669 But you must have at least one CFX_WideString or CFX_WideStringC on one side.
2670 
2671 */
2672 
2673 /*
2674  Wide string compare operation
2675 */
2676 
2677 /*
2678  Basic Unicode character attribute routines
2679 */
2680 
2681 /*
2682  text direction defines
2683 */
2684 
2685 /*
2686  Encode wide string into UTF-8 byte string
2687 */
2688 
2689 /*
2690  OS Defines
2691 */
2692 
2693 /*
2694  Compiler Defines
2695 */
2696 
2697 /*
2698  CPU Defines
2699 */
2700 
2701 /*
2702  Word Size Defines
2703 */
2704 
2705 /*
2706  Byte Order Defines
2707 */
2708 
2709 /*
2710  Target Defines
2711 */
2712 
2713 /*
2714  BASIC DATA TYPES
2715 */
2716 
2717 /*
2718  Byte string operations
2719 */
2720 
2721 /*
2722  File operations
2723 */
2724 
2725 /*
2726  Wide string operations
2727 */
2728 
2729 /*
2730  Memory block operations
2731 */
2732 
2733 /*
2734  Memory utilities
2735 */
2736 
2737 /*
2738  Math functions
2739 */