(file) Return to Array.h CVS log (file) (dir) Up to [Pegasus] / pegasus / src / Pegasus / Common

  1 karl  1.54 //%2005////////////////////////////////////////////////////////////////////////
  2 mike  1.28 //
  3 karl  1.53 // Copyright (c) 2000, 2001, 2002 BMC Software; Hewlett-Packard Development
  4            // Company, L.P.; IBM Corp.; The Open Group; Tivoli Systems.
  5            // Copyright (c) 2003 BMC Software; Hewlett-Packard Development Company, L.P.;
  6 karl  1.50 // IBM Corp.; EMC Corporation, The Open Group.
  7 karl  1.53 // Copyright (c) 2004 BMC Software; Hewlett-Packard Development Company, L.P.;
  8            // IBM Corp.; EMC Corporation; VERITAS Software Corporation; The Open Group.
  9 karl  1.54 // Copyright (c) 2005 Hewlett-Packard Development Company, L.P.; IBM Corp.;
 10            // EMC Corporation; VERITAS Software Corporation; The Open Group.
 11 mike  1.28 //
 12            // Permission is hereby granted, free of charge, to any person obtaining a copy
 13 kumpf 1.43 // of this software and associated documentation files (the "Software"), to
 14            // deal in the Software without restriction, including without limitation the
 15            // rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
 16 mike  1.28 // sell copies of the Software, and to permit persons to whom the Software is
 17            // furnished to do so, subject to the following conditions:
 18            // 
 19 kumpf 1.43 // THE ABOVE COPYRIGHT NOTICE AND THIS PERMISSION NOTICE SHALL BE INCLUDED IN
 20 mike  1.28 // ALL COPIES OR SUBSTANTIAL PORTIONS OF THE SOFTWARE. THE SOFTWARE IS PROVIDED
 21            // "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT
 22 kumpf 1.43 // LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR
 23            // PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
 24            // HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
 25 mike  1.28 // ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
 26            // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 27            //
 28            //==============================================================================
 29            //
 30            //%/////////////////////////////////////////////////////////////////////////////
 31            
 32            #ifndef Pegasus_Array_h
 33 karl  1.51 /**
 34            This class provides a list of object types that are supported by the the ArrayInter object.
 35            The Array class contains parameter names for all Array objects.
 36            */
 37 mike  1.28 #define Pegasus_Array_h
 38            
 39 sage  1.33 #include <Pegasus/Common/Config.h>
 40 mike  1.28 #include <Pegasus/Common/Char16.h>
 41 kumpf 1.45 #include <Pegasus/Common/String.h>
 42 mike  1.28 
 43            PEGASUS_NAMESPACE_BEGIN
 44            
 45 kumpf 1.42 #include <Pegasus/Common/ArrayInter.h>
 46 mike  1.28 
 47 kumpf 1.42 #define PEGASUS_ARRAY_T Boolean
 48            #include <Pegasus/Common/ArrayInter.h>
 49            #undef PEGASUS_ARRAY_T
 50 mike  1.28 
 51 kumpf 1.42 #define PEGASUS_ARRAY_T Uint8
 52            #include <Pegasus/Common/ArrayInter.h>
 53            #undef PEGASUS_ARRAY_T
 54 mike  1.28 
 55 kumpf 1.42 #define PEGASUS_ARRAY_T Sint8
 56            #include <Pegasus/Common/ArrayInter.h>
 57            #undef PEGASUS_ARRAY_T
 58 mike  1.28 
 59 kumpf 1.42 #define PEGASUS_ARRAY_T Uint16
 60            #include <Pegasus/Common/ArrayInter.h>
 61            #undef PEGASUS_ARRAY_T
 62 mike  1.28 
 63 kumpf 1.42 #define PEGASUS_ARRAY_T Sint16
 64            #include <Pegasus/Common/ArrayInter.h>
 65            #undef PEGASUS_ARRAY_T
 66 mike  1.28 
 67 kumpf 1.42 #define PEGASUS_ARRAY_T Uint32
 68            #include <Pegasus/Common/ArrayInter.h>
 69            #undef PEGASUS_ARRAY_T
 70            
 71            #define PEGASUS_ARRAY_T Sint32
 72            #include <Pegasus/Common/ArrayInter.h>
 73            #undef PEGASUS_ARRAY_T
 74 mike  1.28 
 75 kumpf 1.42 #define PEGASUS_ARRAY_T Uint64
 76            #include <Pegasus/Common/ArrayInter.h>
 77            #undef PEGASUS_ARRAY_T
 78 mike  1.28 
 79 kumpf 1.42 #define PEGASUS_ARRAY_T Sint64
 80            #include <Pegasus/Common/ArrayInter.h>
 81            #undef PEGASUS_ARRAY_T
 82 mike  1.29 
 83 kumpf 1.42 #define PEGASUS_ARRAY_T Real32
 84            #include <Pegasus/Common/ArrayInter.h>
 85            #undef PEGASUS_ARRAY_T
 86 mike  1.28 
 87 kumpf 1.42 #define PEGASUS_ARRAY_T Real64
 88            #include <Pegasus/Common/ArrayInter.h>
 89            #undef PEGASUS_ARRAY_T
 90 mike  1.28 
 91 kumpf 1.42 #define PEGASUS_ARRAY_T Char16
 92 kumpf 1.45 #include <Pegasus/Common/ArrayInter.h>
 93            #undef PEGASUS_ARRAY_T
 94            
 95            #define PEGASUS_ARRAY_T String
 96 mike  1.28 #include <Pegasus/Common/ArrayInter.h>
 97 kumpf 1.42 #undef PEGASUS_ARRAY_T
 98 mike  1.28 
 99 kumpf 1.59 #if defined(PEGASUS_USE_DEPRECATED_INTERFACES) || defined(PEGASUS_INTERNALONLY)
100            // Note: This explicit template instantiation is needed to support
101            // binary compatibility with a previous definition of the Sint8 type.
102            # define PEGASUS_ARRAY_T char
103            # include <Pegasus/Common/ArrayInter.h>
104            # undef PEGASUS_ARRAY_T
105            #endif
106            
107 mike  1.28 PEGASUS_NAMESPACE_END
108            
109            #endif /* Pegasus_Array_h */

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2