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