Foxit PDF Conversion SDK
extracted_comment.h
1 
2677 /*
2678  Basic memory operations
2679 */
2680 
2681 /*
2682  Following base memory functions use default Foxit manager for current module
2683 */
2684 
2685 /*
2686  Macro definitions for File accessing modes
2687 */
2688 
2689 /*
2690  Byte string concatenation operation
2691 */
2692 
2693 /*
2694 Both side of the concatenation operator (+) can be:
2695 <ul>
2696 <li>
2697 A buffered byte string (const CFX_ByteString&);
2698 </li>
2699 <li>
2700 A non-buffered byte string (const CFX_ByteStringC&, a.k.a FX_BSTR);
2701 </li>
2702 <li>
2703 A zero-terminated C-style string (FX_LPCSTR);
2704 </li>
2705 <li>
2706 A single character or byte (FX_CHAR);
2707 </li>
2708 </ul>
2709 
2710 */
2711 
2712 /*
2713  Wide string concatenation operation
2714 */
2715 
2716 /*
2717 Both side of the concatenation operator (+) can be:
2718 <ul>
2719 <li>
2720 A buffered wide string (const CFX_WideString&);
2721 </li>
2722 <li>
2723 A non-buffered wide string (const CFX_WideStringC&);
2724 </li>
2725 <li>
2726 A zero-terminated C-style wide string (FX_LPCWSTR);
2727 </li>
2728 <li>
2729 A single character (FX_WCHAR);
2730 </li>
2731 </ul>
2732 But you must have at least one CFX_WideString or CFX_WideStringC on one side.
2733 
2734 */
2735 
2736 /*
2737  Wide string compare operation
2738 */
2739 
2740 /*
2741  Basic Unicode character attribute routines
2742 */
2743 
2744 /*
2745  text direction defines
2746 */
2747 
2748 /*
2749  Encode wide string into UTF-8 byte string
2750 */
2751 
2752 /*
2753  OS Defines
2754 */
2755 
2756 /*
2757  Compiler Defines
2758 */
2759 
2760 /*
2761  CPU Defines
2762 */
2763 
2764 /*
2765  Word Size Defines
2766 */
2767 
2768 /*
2769  Byte Order Defines
2770 */
2771 
2772 /*
2773  Target Defines
2774 */
2775 
2776 /*
2777  BASIC DATA TYPES
2778 */
2779 
2780 /*
2781  Byte string operations
2782 */
2783 
2784 /*
2785  File operations
2786 */
2787 
2788 /*
2789  Wide string operations
2790 */
2791 
2792 /*
2793  Memory block operations
2794 */
2795 
2796 /*
2797  Memory utilities
2798 */
2799 
2800 /*
2801  Math functions
2802 */