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