00001 /** @file 00002 00003 Primary include file for the libts C++ library 00004 00005 @section license License 00006 00007 Licensed to the Apache Software Foundation (ASF) under one 00008 or more contributor license agreements. See the NOTICE file 00009 distributed with this work for additional information 00010 regarding copyright ownership. The ASF licenses this file 00011 to you under the Apache License, Version 2.0 (the 00012 "License"); you may not use this file except in compliance 00013 with the License. You may obtain a copy of the License at 00014 00015 http://www.apache.org/licenses/LICENSE-2.0 00016 00017 Unless required by applicable law or agreed to in writing, software 00018 distributed under the License is distributed on an "AS IS" BASIS, 00019 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 00020 See the License for the specific language governing permissions and 00021 limitations under the License. 00022 00023 @section details Details 00024 00025 libts is a collection of useful functions and methods. It 00026 includes commonly used: 00027 - data structures like queues, dynamic arrays atomic queues, etc. 00028 - string manipulation functions 00029 - bit operation functions 00030 - Fast-Allocators ... 00031 00032 The library provides a uniform interface on all platforms making the 00033 job of porting the applications written using it very easy. 00034 00035 */ 00036 00037 #if !defined (_inktomiplus_h_) 00038 #define _inktomiplus_h_ 00039 00040 /* Removed for now, to fix build on Solaris 00041 #define std *** _FIXME_REMOVE_DEPENDENCY_ON_THE_STL_ *** 00042 */ 00043 00044 #include "ink_config.h" 00045 #include "ink_platform.h" 00046 #include "ink_align.h" 00047 #include "ink_apidefs.h" 00048 #include "ink_args.h" 00049 #include "ink_assert.h" 00050 #include "ink_atomic.h" 00051 #include "ink_base64.h" 00052 #include "ink_code.h" 00053 #include "ink_defs.h" 00054 #include "ink_error.h" 00055 #include "ink_exception.h" 00056 #include "ink_file.h" 00057 #include "ink_hash_table.h" 00058 #include "ink_hrtime.h" 00059 #include "ink_inout.h" 00060 #include "ink_llqueue.h" 00061 #include "ink_lockfile.h" 00062 #include "ink_memory.h" 00063 #include "ink_mutex.h" 00064 #include "ink_queue.h" 00065 #include "ink_rand.h" 00066 #include "ink_resolver.h" 00067 #include "ink_sock.h" 00068 #include "ink_inet.h" 00069 #include "ink_sprintf.h" 00070 #include "ink_stack_trace.h" 00071 #include "ink_string++.h" 00072 #include "ink_string.h" 00073 #include "ink_syslog.h" 00074 #include "ink_thread.h" 00075 #include "ink_time.h" 00076 #include "fastlz.h" 00077 00078 #include "Allocator.h" 00079 #include "Arena.h" 00080 #include "Bitops.h" 00081 #include "Compatability.h" 00082 #include "ConsistentHash.h" 00083 #include "DynArray.h" 00084 #include "EventNotify.h" 00085 #include "Hash.h" 00086 #include "HashFNV.h" 00087 #include "HashMD5.h" 00088 #include "HashSip.h" 00089 #include "I_Version.h" 00090 #include "InkPool.h" 00091 #include "List.h" 00092 #include "INK_MD5.h" 00093 #include "MMH.h" 00094 #include "Map.h" 00095 #include "MimeTable.h" 00096 #include "ParseRules.h" 00097 #include "Ptr.h" 00098 #include "RawHashTable.h" 00099 #include "Regex.h" 00100 #include "SimpleTokenizer.h" 00101 #include "TextBuffer.h" 00102 #include "Tokenizer.h" 00103 #include "MatcherUtils.h" 00104 #include "Diags.h" 00105 #include "Regression.h" 00106 #include "HostLookup.h" 00107 #include "InkErrno.h" 00108 #include "Vec.h" 00109 00110 #endif /*_inktomiplus_h_*/