Sophie

Sophie

distrib > Mandriva > 2007.0 > i586 > by-pkgid > ad1ba1135a9c9eeffc2e538163e00373 > files > 64

libCommonC++2_1.4-devel-1.4.1-1mdv2007.0.i586.rpm

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
<title>GNU CommonC++: Class List</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
<link href="tabs.css" rel="stylesheet" type="text/css">
</head><body>
<!-- Generated by Doxygen 1.4.6 -->
<div class="tabs">
  <ul>
    <li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
    <li><a href="namespaces.html"><span>Namespaces</span></a></li>
    <li id="current"><a href="classes.html"><span>Classes</span></a></li>
    <li><a href="files.html"><span>Files</span></a></li>
    <li><a href="pages.html"><span>Related&nbsp;Pages</span></a></li>
    <li><a href="examples.html"><span>Examples</span></a></li>
  </ul></div>
<div class="tabs">
  <ul>
    <li><a href="classes.html"><span>Alphabetical&nbsp;List</span></a></li>
    <li id="current"><a href="annotated.html"><span>Class&nbsp;List</span></a></li>
    <li><a href="hierarchy.html"><span>Class&nbsp;Hierarchy</span></a></li>
    <li><a href="functions.html"><span>Class&nbsp;Members</span></a></li>
  </ul></div>
<h1>GNU CommonC++ Class List</h1>Here are the classes, structs, unions and interfaces with brief descriptions:<table>
  <tr><td class="indexkey"><a class="el" href="classost_1_1_assoc.html">ost::Assoc</a></td><td class="indexvalue">This class is used to associate (object) pointers with named strings.associate names with pointers </td></tr>
  <tr><td class="indexkey"><a class="el" href="classost_1_1_atomic_counter.html">ost::AtomicCounter</a></td><td class="indexvalue">The <a class="el" href="classost_1_1_atomic_counter.html">AtomicCounter</a> class offers thread-safe manipulation of an integer counter.atomic counter operation </td></tr>
  <tr><td class="indexkey"><a class="el" href="classost_1_1_base_object.html">ost::BaseObject</a></td><td class="indexvalue">BaseObjectBase class for classes that will be persistent </td></tr>
  <tr><td class="indexkey"><a class="el" href="classost_1_1_buffer.html">ost::Buffer</a></td><td class="indexvalue">The buffer class represents an IPC service that is built upon a buffer of fixed capacity that can be used to transfer objects between one or more producer and consumer threads.Producer/Consumer buffer for use between threads </td></tr>
  <tr><td class="indexkey"><a class="el" href="classost_1_1_cancellation.html">ost::Cancellation</a></td><td class="indexvalue">A class to automatically set the thread cancellation mode of a member function.Automatic cancellation mode setting </td></tr>
  <tr><td class="indexkey"><a class="el" href="classost_1_1_checksum_digest.html">ost::ChecksumDigest</a></td><td class="indexvalue">A simple checksum digest function.checksum hash function </td></tr>
  <tr><td class="indexkey"><a class="el" href="structost_1_1cistring__char__traits.html">ost::cistring_char_traits&lt; charT &gt;</a></td><td class="indexvalue"></td></tr>
  <tr><td class="indexkey"><a class="el" href="classost_1_1_command_option.html">ost::CommandOption</a></td><td class="indexvalue"><a class="el" href="classost_1_1_command_option.html">CommandOption</a> is the base class for all command line options </td></tr>
  <tr><td class="indexkey"><a class="el" href="classost_1_1_command_option_arg.html">ost::CommandOptionArg</a></td><td class="indexvalue">Class for options with an argument e.g </td></tr>
  <tr><td class="indexkey"><a class="el" href="classost_1_1_command_option_collect.html">ost::CommandOptionCollect</a></td><td class="indexvalue">It only makes sense to have a single one of these set and it is also exclusive with <a class="el" href="classost_1_1_command_option.html#989bf900aed6323812ae6922edcdc4af">CommandOptionRest.CommandOption</a> to collect parameters that are not options </td></tr>
  <tr><td class="indexkey"><a class="el" href="classost_1_1_command_option_no_arg.html">ost::CommandOptionNoArg</a></td><td class="indexvalue"><a class="el" href="classost_1_1_command_option.html">CommandOption</a> type for flags </td></tr>
  <tr><td class="indexkey"><a class="el" href="classost_1_1_command_option_parse.html">ost::CommandOptionParse</a></td><td class="indexvalue">This is the <a class="el" href="classost_1_1_command_option_parse.html">CommandOptionParse</a> interface class </td></tr>
  <tr><td class="indexkey"><a class="el" href="classost_1_1_command_option_rest.html">ost::CommandOptionRest</a></td><td class="indexvalue">It only makes sense to have a single one of these set and it is exclusive with <a class="el" href="classost_1_1_command_option.html#989bf900aed6323812ae6922edcdc4af">CommandOptionCollect.CommandOption</a> to take the rest of the command line </td></tr>
  <tr><td class="indexkey"><a class="el" href="classost_1_1_command_option_with_arg.html">ost::CommandOptionWithArg</a></td><td class="indexvalue">Derived class of <a class="el" href="classost_1_1_command_option.html">CommandOption</a> for options that have a value associated with them </td></tr>
  <tr><td class="indexkey"><a class="el" href="classost_1_1_conditional.html">ost::Conditional</a></td><td class="indexvalue">A conditional variable synchcronization object for one to one and one to many signal and control events between processes.conditional </td></tr>
  <tr><td class="indexkey"><a class="el" href="classost_1_1_counter.html">ost::Counter&lt; T &gt;</a></td><td class="indexvalue">The counter template is used for generic objects which act as automatic counters.Automatic counter template class </td></tr>
  <tr><td class="indexkey"><a class="el" href="classost_1_1_c_r_c16_digest.html">ost::CRC16Digest</a></td><td class="indexvalue">A crc16 collection/compution hash accumulator class.crc16 computation hash </td></tr>
  <tr><td class="indexkey"><a class="el" href="classost_1_1_c_r_c32_digest.html">ost::CRC32Digest</a></td><td class="indexvalue">A crc32 collection/computation hash accumulator class.crc32 computation hash </td></tr>
  <tr><td class="indexkey"><a class="el" href="classost_1_1_date.html">ost::Date</a></td><td class="indexvalue">The <a class="el" href="classost_1_1_date.html">Date</a> class uses a julian date representation of the current year, month, and day.julian number based date class </td></tr>
  <tr><td class="indexkey"><a class="el" href="classost_1_1_date_number.html">ost::DateNumber</a></td><td class="indexvalue">A number class that manipulates a string buffer that is also a date.a number that is also a date string </td></tr>
  <tr><td class="indexkey"><a class="el" href="classost_1_1_datetime.html">ost::Datetime</a></td><td class="indexvalue">The <a class="el" href="classost_1_1_datetime.html">Datetime</a> class uses a julian date representation of the current year, month, and day and a integer representation of the current time.Integer based time class </td></tr>
  <tr><td class="indexkey"><a class="el" href="classost_1_1_digest.html">ost::Digest</a></td><td class="indexvalue">The digest base class is used for implementing and deriving one way hashing functions.base class for hashing services </td></tr>
  <tr><td class="indexkey"><a class="el" href="classost_1_1_dir.html">ost::Dir</a></td><td class="indexvalue">A low level portable directory class.low level directory access class </td></tr>
  <tr><td class="indexkey"><a class="el" href="classost_1_1_dir_tree.html">ost::DirTree</a></td><td class="indexvalue">A generic class to walk a hierarchical directory structure.Directory tree walking </td></tr>
  <tr><td class="indexkey"><a class="el" href="classost_1_1_d_s_o.html">ost::DSO</a></td><td class="indexvalue">The <a class="el" href="classost_1_1_d_s_o.html">DSO</a> dynamic loader class is used to load object files.Dynamic class file loader </td></tr>
  <tr><td class="indexkey"><a class="el" href="classost_1_1_engine.html">ost::Engine</a></td><td class="indexvalue">Enginestream serialization of persistent classes </td></tr>
  <tr><td class="indexkey"><a class="el" href="classost_1_1_event.html">ost::Event</a></td><td class="indexvalue">The <a class="el" href="classost_1_1_event.html">Event</a> class implements a feature originally found in the WIN32 API; event <a class="el" href="namespaceost.html#1a3b6738f6f759fcb52b544a4787cbb2">notification.Thread</a> synchornization on event notification </td></tr>
  <tr><td class="indexkey"><a class="el" href="classost_1_1_file.html">ost::File</a></td><td class="indexvalue"></td></tr>
  <tr><td class="indexkey"><a class="el" href="structost_1_1_file_1_1__fcb.html">ost::File::_fcb</a></td><td class="indexvalue"></td></tr>
  <tr><td class="indexkey"><a class="el" href="classost_1_1_fixed_buffer.html">ost::FixedBuffer</a></td><td class="indexvalue">A buffer class that holds a known capacity of fixed sized objects defined during creation.producer/consumer buffer for fixed size objects </td></tr>
  <tr><td class="indexkey"><a class="el" href="classost_1_1_i_p_v4_address.html">ost::IPV4Address</a></td><td class="indexvalue">The network name and address objects are all derived from a common <a class="el" href="classost_1_1_i_p_v4_address.html">IPV4Address</a> base class.Internet Address binary data type </td></tr>
  <tr><td class="indexkey"><a class="el" href="classost_1_1_i_p_v4_broadcast.html">ost::IPV4Broadcast</a></td><td class="indexvalue">The broadcast address object is used to store the broadcast address for a specific subnet </td></tr>
  <tr><td class="indexkey"><a class="el" href="classost_1_1_i_p_v4_host.html">ost::IPV4Host</a></td><td class="indexvalue">This object is used to hold the actual and valid internet address of a specific host machine that will be accessed through a socket.Address of a specific Internet host machine </td></tr>
  <tr><td class="indexkey"><a class="el" href="classost_1_1_i_p_v4_mask.html">ost::IPV4Mask</a></td><td class="indexvalue">Internet addresses used specifically as masking addresses (such as " 255.255.255.0") are held in the <a class="el" href="classost_1_1_i_p_v4_mask.html">IPV4Mask</a> derived object.Internet Address Mask such as subnet masks </td></tr>
  <tr><td class="indexkey"><a class="el" href="classost_1_1_i_p_v4_multicast.html">ost::IPV4Multicast</a></td><td class="indexvalue">A specialization of <a class="el" href="classost_1_1_i_p_v4_address.html">IPV4Address</a> that provides address validation for multicast addresses.A multicast network address </td></tr>
  <tr><td class="indexkey"><a class="el" href="classost_1_1_i_p_v4_multicast_validator.html">ost::IPV4MulticastValidator</a></td><td class="indexvalue">Class for the function object that validates multicast addresses.Validating class specialized for multicast addresses </td></tr>
  <tr><td class="indexkey"><a class="el" href="classost_1_1_i_p_v4_validator.html">ost::IPV4Validator</a></td><td class="indexvalue">Classes derived from <a class="el" href="classost_1_1_i_p_v4_address.html">IPV4Address</a> would require an specific validator to pass to the <a class="el" href="classost_1_1_i_p_v4_address.html">IPV4Address</a> constructor.Abstract base class for derived inet addresses validators </td></tr>
  <tr><td class="indexkey"><a class="el" href="classost_1_1_i_p_v6_address.html">ost::IPV6Address</a></td><td class="indexvalue">The network name and address objects are all derived from a common <a class="el" href="classost_1_1_i_p_v6_address.html">IPV6Address</a> base class.Internet Address binary data type </td></tr>
  <tr><td class="indexkey"><a class="el" href="classost_1_1_i_p_v6_broadcast.html">ost::IPV6Broadcast</a></td><td class="indexvalue">The broadcast address object is used to store the broadcast address for a specific subnet </td></tr>
  <tr><td class="indexkey"><a class="el" href="classost_1_1_i_p_v6_host.html">ost::IPV6Host</a></td><td class="indexvalue">This object is used to hold the actual and valid internet address of a specific host machine that will be accessed through a socket.Address of a specific Internet host machine </td></tr>
  <tr><td class="indexkey"><a class="el" href="classost_1_1_i_p_v6_mask.html">ost::IPV6Mask</a></td><td class="indexvalue">Internet addresses used specifically as masking addresses (such as " 255.255.255.0") are held in the <a class="el" href="classost_1_1_i_p_v6_mask.html">IPV6Mask</a> derived object.Internet Address Mask such as subnet masks </td></tr>
  <tr><td class="indexkey"><a class="el" href="classost_1_1_i_p_v6_multicast.html">ost::IPV6Multicast</a></td><td class="indexvalue">A specialization of <a class="el" href="classost_1_1_i_p_v6_address.html">IPV6Address</a> that provides address validation for multicast addresses.A multicast network address </td></tr>
  <tr><td class="indexkey"><a class="el" href="classost_1_1_i_p_v6_multicast_validator.html">ost::IPV6MulticastValidator</a></td><td class="indexvalue">Class for the function object that validates multicast addresses.Validating class specialized for multicast addresses </td></tr>
  <tr><td class="indexkey"><a class="el" href="classost_1_1_i_p_v6_validator.html">ost::IPV6Validator</a></td><td class="indexvalue">Classes derived from <a class="el" href="classost_1_1_i_p_v6_address.html">IPV6Address</a> would require an specific validator to pass to the <a class="el" href="classost_1_1_i_p_v6_address.html">IPV6Address</a> constructor.Abstract base class for derived inet addresses validators </td></tr>
  <tr><td class="indexkey"><a class="el" href="classost_1_1_i_z_stream.html">ost::IZStream</a></td><td class="indexvalue"></td></tr>
  <tr><td class="indexkey"><a class="el" href="classost_1_1_keydata.html">ost::Keydata</a></td><td class="indexvalue"><a class="el" href="classost_1_1_keydata.html">Keydata</a> objects are used to load and hold "configuration" data for a given application.load text configuration files into keyword pairs </td></tr>
  <tr><td class="indexkey"><a class="el" href="structost_1_1_keydata_1_1_define.html">ost::Keydata::Define</a></td><td class="indexvalue"></td></tr>
  <tr><td class="indexkey"><a class="el" href="structost_1_1_keydata_1_1_keysym.html">ost::Keydata::Keysym</a></td><td class="indexvalue"></td></tr>
  <tr><td class="indexkey"><a class="el" href="structost_1_1_keydata_1_1_keyval.html">ost::Keydata::Keyval</a></td><td class="indexvalue"></td></tr>
  <tr><td class="indexkey"><a class="el" href="classost_1_1key_map.html">ost::keyMap&lt; T, S &gt;</a></td><td class="indexvalue"></td></tr>
  <tr><td class="indexkey"><a class="el" href="classost_1_1_linked_double.html">ost::LinkedDouble</a></td><td class="indexvalue">Self managed double linked list object chain.Accumulating double linked list </td></tr>
  <tr><td class="indexkey"><a class="el" href="classost_1_1_linked_single.html">ost::LinkedSingle</a></td><td class="indexvalue">Self managed single linked list object chain.Accumulating single linked list </td></tr>
  <tr><td class="indexkey"><a class="el" href="classost_1_1_lockfile.html">ost::Lockfile</a></td><td class="indexvalue">This class is used to create a "named" lock entity that can be used to control access to a resource between multiple processes.System-wide named lock </td></tr>
  <tr><td class="indexkey"><a class="el" href="classost_1_1_map_object.html">ost::MapObject</a></td><td class="indexvalue">The <a class="el" href="classost_1_1_map_object.html">MapObject</a> is a base class which can be used to make a derived class operate on a MapTable.Mappable object </td></tr>
  <tr><td class="indexkey"><a class="el" href="classost_1_1_mapped_file.html">ost::MappedFile</a></td><td class="indexvalue">Create and map a disk file into memory.Map a named disk file into memory </td></tr>
  <tr><td class="indexkey"><a class="el" href="classost_1_1_map_table.html">ost::MapTable</a></td><td class="indexvalue">A map table allows for entities to be mapped (hash index) onto it.Table to hold hash indexed objects </td></tr>
  <tr><td class="indexkey"><a class="el" href="classost_1_1_m_d5_digest.html">ost::MD5Digest</a></td><td class="indexvalue">A md5 collection/computation accululator class.md5 hash accumulation </td></tr>
  <tr><td class="indexkey"><a class="el" href="classost_1_1_mem_pager.html">ost::MemPager</a></td><td class="indexvalue">The memory pager is used to allocate cumulative memory pages for storing object specific "persistant" data that is presumed to persist during the life of a given derived object.Accumulative object memory allocator </td></tr>
  <tr><td class="indexkey"><a class="el" href="classost_1_1_mem_pager_object.html">ost::MemPagerObject</a></td><td class="indexvalue">This class is used to create derived classes which are constructed within a memory pager pool.create objects in a memory pager </td></tr>
  <tr><td class="indexkey"><a class="el" href="classost_1_1_m_i_m_e_form_data.html">ost::MIMEFormData</a></td><td class="indexvalue">This is a document part type for use in submitting multipart form data to a web server.multipart document part for web form data field </td></tr>
  <tr><td class="indexkey"><a class="el" href="classost_1_1_m_i_m_e_item_part.html">ost::MIMEItemPart</a></td><td class="indexvalue">This is used to attach an item part to a MIME multipart document that is being streamed.item or part of a multi-part object </td></tr>
  <tr><td class="indexkey"><a class="el" href="classost_1_1_m_i_m_e_multipart.html">ost::MIMEMultipart</a></td><td class="indexvalue">A container class for multi-part MIME document objects which can be streamed to a std::ostream destination.container for streamable multi-part MIME documents </td></tr>
  <tr><td class="indexkey"><a class="el" href="classost_1_1_m_i_m_e_multipart_form.html">ost::MIMEMultipartForm</a></td><td class="indexvalue">The Multipart form is a MIME multipart document specific for the construction and delivery of form data to a web server through a post method.deliver form results as multipart document </td></tr>
  <tr><td class="indexkey"><a class="el" href="classost_1_1_mutex.html">ost::Mutex</a></td><td class="indexvalue">The <a class="el" href="classost_1_1_mutex.html">Mutex</a> class is used to protect a section of code so that at any given time only a single thread can perform the protected operation.Mutex lock for protected access </td></tr>
  <tr><td class="indexkey"><a class="el" href="classost_1_1_mutex_counter.html">ost::MutexCounter</a></td><td class="indexvalue">The <a class="el" href="classost_1_1_mutex.html">Mutex</a> <a class="el" href="classost_1_1_counter.html">Counter</a> is a counter variable which can safely be incremented or decremented by multiple <a class="el" href="namespaceost.html#1a3b6738f6f759fcb52b544a4787cbb2">threads.Thread</a> protected integer counter </td></tr>
  <tr><td class="indexkey"><a class="el" href="classost_1_1_mutex_lock.html">ost::MutexLock</a></td><td class="indexvalue">The <a class="el" href="classost_1_1_mutex_lock.html">MutexLock</a> class is used to protect a section of code so that at any given time only a single thread can perform the protected operation.Mutex automatic locker for protected access </td></tr>
  <tr><td class="indexkey"><a class="el" href="classost_1_1_network_device_info.html">ost::NetworkDeviceInfo</a></td><td class="indexvalue">Network device information class </td></tr>
  <tr><td class="indexkey"><a class="el" href="classost_1_1_number.html">ost::Number</a></td><td class="indexvalue">A number manipulation class.number manipulation </td></tr>
  <tr><td class="indexkey"><a class="el" href="classost_1_1obj_counter.html">ost::objCounter&lt; T &gt;</a></td><td class="indexvalue">Generic template class for creating classes which maintain an active count of the number of instances currently in active use.Object instance global reference count </td></tr>
  <tr><td class="indexkey"><a class="el" href="classost_1_1obj_list.html">ost::objList&lt; T, K &gt;</a></td><td class="indexvalue">Used to create and manage a single linked list of objects of a common type.single linked list searchable template chain </td></tr>
  <tr><td class="indexkey"><a class="el" href="classost_1_1obj_map.html">ost::objMap&lt; T, K, S &gt;</a></td><td class="indexvalue">Used to create and manage a hash index of objects through a common type.hash indexed searchable template chain </td></tr>
  <tr><td class="indexkey"><a class="el" href="classost_1_1obj_sync.html">ost::objSync&lt; T &gt;</a></td><td class="indexvalue">Generic template to create objects of a common base type which share a static mutex so that all instances of the class have a global lock.global mutex locked class </td></tr>
  <tr><td class="indexkey"><a class="el" href="classost_1_1_o_z_stream.html">ost::OZStream</a></td><td class="indexvalue"></td></tr>
  <tr><td class="indexkey"><a class="el" href="classost_1_1_pointer.html">ost::Pointer&lt; T &gt;</a></td><td class="indexvalue">Used to create and manage referece counted pointers.reference counted pointer template </td></tr>
  <tr><td class="indexkey"><a class="el" href="classost_1_1_posix_thread.html">ost::PosixThread</a></td><td class="indexvalue"></td></tr>
  <tr><td class="indexkey"><a class="el" href="classost_1_1_process.html">ost::Process</a></td><td class="indexvalue">A class for containing portable process related functions that help create portable code.Peocess wrapper class </td></tr>
  <tr><td class="indexkey"><a class="el" href="classost_1_1_random_file.html">ost::RandomFile</a></td><td class="indexvalue">The purpose of this class is to define a base class for low level random file access that is portable between Win32 and Posix systems.Portable random disk file access </td></tr>
  <tr><td class="indexkey"><a class="el" href="classost_1_1_read_lock.html">ost::ReadLock</a></td><td class="indexvalue">The <a class="el" href="classost_1_1_read_lock.html">ReadLock</a> class is used to protect a section of code through a <a class="el" href="classost_1_1_thread_lock.html">ThreadLock</a> for "read" access to the member function.Read mode automatic locker for protected access </td></tr>
  <tr><td class="indexkey"><a class="el" href="classost_1_1_ref_object.html">ost::RefObject</a></td><td class="indexvalue">A reference countable object.Object managed by smart pointer reference count </td></tr>
  <tr><td class="indexkey"><a class="el" href="classost_1_1_ref_pointer.html">ost::RefPointer</a></td><td class="indexvalue"><a class="el" href="classost_1_1_pointer.html">Pointer</a> to reference counted objects.Pointer to reference count managed objects </td></tr>
  <tr><td class="indexkey"><a class="el" href="classost_1_1_runable.html">ost::Runable</a></td><td class="indexvalue">A container for objects that can be queued against a runlist.runable object with notify when ready </td></tr>
  <tr><td class="indexkey"><a class="el" href="classost_1_1_runlist.html">ost::Runlist</a></td><td class="indexvalue">A runlist is used to restrict concurrent exection to a limited set of concurrent sessions, much like a semaphore.list of runable objects </td></tr>
  <tr><td class="indexkey"><a class="el" href="classost_1_1_semaphore.html">ost::Semaphore</a></td><td class="indexvalue">A semaphore is generally used as a synchronization object between multiple threads or to protect a limited and finite resource such as a memory or thread pool.Semaphore counter for thread synchronization </td></tr>
  <tr><td class="indexkey"><a class="el" href="classost_1_1_semaphore_lock.html">ost::SemaphoreLock</a></td><td class="indexvalue">The <a class="el" href="classost_1_1_semaphore_lock.html">SemaphoreLock</a> class is used to protect a section of code through a semaphore so that only x instances of the member function may execute concurrently.Semaphore automatic locker for protected access </td></tr>
  <tr><td class="indexkey"><a class="el" href="classost_1_1_serial.html">ost::Serial</a></td><td class="indexvalue">The <a class="el" href="classost_1_1_serial.html">Serial</a> class is used as the base for all serial I/O services under APE.base class for all serial I/O services </td></tr>
  <tr><td class="indexkey"><a class="el" href="classost_1_1_serial_port.html">ost::SerialPort</a></td><td class="indexvalue">The serial port is an internal class which is attached to and then serviced by a specified <a class="el" href="classost_1_1_serial_service.html">SerialService</a> thread.base class for thread pool serviced serial I/O </td></tr>
  <tr><td class="indexkey"><a class="el" href="classost_1_1_serial_service.html">ost::SerialService</a></td><td class="indexvalue">The <a class="el" href="classost_1_1_serial_service.html">SerialService</a> is a thead service object that is meant to service attached serial <a class="el" href="namespaceost.html#1a3b6738f6f759fcb52b544a4787cbb2">ports.Thread</a> pool service for serial ports </td></tr>
  <tr><td class="indexkey"><a class="el" href="classost_1_1_shared_file.html">ost::SharedFile</a></td><td class="indexvalue">This class defines a database I/O file service that can be shared by multiple processes.This class defines a database I/O file service that can be shared by multiple processes </td></tr>
  <tr><td class="indexkey"><a class="el" href="classost_1_1_shared_mem_pager.html">ost::SharedMemPager</a></td><td class="indexvalue">The shared mempager uses a mutex to protect key access methods.mutex protected memory pager </td></tr>
  <tr><td class="indexkey"><a class="el" href="classost_1_1_simple_t_c_p_stream.html">ost::SimpleTCPStream</a></td><td class="indexvalue">Simple TCP Stream, to be used with Common C++ Library </td></tr>
  <tr><td class="indexkey"><a class="el" href="classost_1_1_slog.html">ost::Slog</a></td><td class="indexvalue">The slog class is used to stream messages to the system's logging facility (syslogd).system logging facility class </td></tr>
  <tr><td class="indexkey"><a class="el" href="classost_1_1_socket.html">ost::Socket</a></td><td class="indexvalue">The <a class="el" href="classost_1_1_socket.html">Socket</a> is used as the base for all Internet protocol services under Common C++.base class of all sockets </td></tr>
  <tr><td class="indexkey"><a class="el" href="classost_1_1_socket_port.html">ost::SocketPort</a></td><td class="indexvalue">The socket port is an internal class which is attached to and then serviced by a specific <a class="el" href="classost_1_1_socket_service.html">SocketService</a> "object".base class for realtime and thread pool serviced protocols </td></tr>
  <tr><td class="indexkey"><a class="el" href="classost_1_1_socket_service.html">ost::SocketService</a></td><td class="indexvalue">The <a class="el" href="classost_1_1_socket_service.html">SocketService</a> is a thread pool object that is meant to service attached socket <a class="el" href="namespaceost.html#1a3b6738f6f759fcb52b544a4787cbb2">ports.Thread</a> pool service object for socket ports </td></tr>
  <tr><td class="indexkey"><a class="el" href="classost_1_1_s_string.html">ost::SString</a></td><td class="indexvalue"></td></tr>
  <tr><td class="indexkey"><a class="el" href="classost_1_1_stack_pager.html">ost::StackPager</a></td><td class="indexvalue">The <a class="el" href="classost_1_1_stack_pager.html">StackPager</a> provides a repository to stash and retrieve working data in last-in-first-out order.last in first out object pager </td></tr>
  <tr><td class="indexkey"><a class="el" href="classost_1_1_string.html">ost::String</a></td><td class="indexvalue">This is a generic and portable string class.Generic string class </td></tr>
  <tr><td class="indexkey"><a class="el" href="classost_1_1_string_object.html">ost::StringObject</a></td><td class="indexvalue">The <a class="el" href="classost_1_1_string_object.html">StringObject</a> class is used to derive subclasses that use the <a class="el" href="classost_1_1_string.html">String</a> managed memory pool for all space allocations by overriding new and delete operators.Objects managed in reusable <a class="el" href="classost_1_1_string.html">String</a> memory pools </td></tr>
  <tr><td class="indexkey"><a class="el" href="classost_1_1_string_tokenizer.html">ost::StringTokenizer</a></td><td class="indexvalue">Splits delimited string into tokens </td></tr>
  <tr><td class="indexkey"><a class="el" href="classost_1_1_string_tokenizer_1_1iterator.html">ost::StringTokenizer::iterator</a></td><td class="indexvalue">The input forward iterator for tokens </td></tr>
  <tr><td class="indexkey"><a class="el" href="classost_1_1_string_tokenizer_1_1_no_such_element_exception.html">ost::StringTokenizer::NoSuchElementException</a></td><td class="indexvalue">Exception thrown, if someone tried to read beyond the end of the tokens </td></tr>
  <tr><td class="indexkey"><a class="el" href="classost_1_1_sys_time.html">ost::SysTime</a></td><td class="indexvalue">This class is used to access non-reentrant date and time functions in the standard C <a class="el" href="namespaceost.html#1a3b6738f6f759fcb52b544a4787cbb2">library.Thread</a> safe date and time functions </td></tr>
  <tr><td class="indexkey"><a class="el" href="classost_1_1_t_c_p_session.html">ost::TCPSession</a></td><td class="indexvalue">The TCP session is used to primarily to represent a client connection that can be managed on a seperate thread.Threaded streamable socket with non-blocking constructor </td></tr>
  <tr><td class="indexkey"><a class="el" href="classost_1_1_t_c_p_socket.html">ost::TCPSocket</a></td><td class="indexvalue">TCP sockets are used for stream based connected sessions between two sockets.bound server for TCP streams and sessions </td></tr>
  <tr><td class="indexkey"><a class="el" href="classost_1_1_t_c_p_stream.html">ost::TCPStream</a></td><td class="indexvalue">TCP streams are used to represent TCP client connections to a server by TCP protocol servers for accepting client connections.streamable TCP socket connection </td></tr>
  <tr><td class="indexkey"><a class="el" href="classost_1_1_t_c_p_v6_socket.html">ost::TCPV6Socket</a></td><td class="indexvalue">TCPV6 sockets are used for stream based connected sessions between two ipv6 sockets.bound server for TCP streams and sessions </td></tr>
  <tr><td class="indexkey"><a class="el" href="classost_1_1_thread.html">ost::Thread</a></td><td class="indexvalue">Every thread of execution in an application is created by instantiating an object of a class derived from the <a class="el" href="classost_1_1_thread.html">Thread</a> class.base class used to derive all threads of execution </td></tr>
  <tr><td class="indexkey"><a class="el" href="classost_1_1_thread_file.html">ost::ThreadFile</a></td><td class="indexvalue">This class defines a database I/O file service that can be shared by multiple threads.This class defines a database I/O file service that can be shared by multiple threads </td></tr>
  <tr><td class="indexkey"><a class="el" href="classost_1_1_thread_key.html">ost::ThreadKey</a></td><td class="indexvalue">This class allows the creation of a thread context unique "pointer" that can be set and retrieved and can be used to create thread specific data areas for implementing "thread safe" library routines.container for thread specific data storage </td></tr>
  <tr><td class="indexkey"><a class="el" href="classost_1_1_thread_lock.html">ost::ThreadLock</a></td><td class="indexvalue">The <a class="el" href="classost_1_1_thread_lock.html">ThreadLock</a> class impliments a thread rwlock for optimal reader performance on systems which have rwlock support, and reverts to a simple mutex for those that do not.Posix rwlock extension for protected access </td></tr>
  <tr><td class="indexkey"><a class="el" href="classost_1_1_thread_queue.html">ost::ThreadQueue</a></td><td class="indexvalue">Somewhat generic queue processing class to establish a producer consumer queue.in memory data queue interface </td></tr>
  <tr><td class="indexkey"><a class="el" href="classost_1_1_time.html">ost::Time</a></td><td class="indexvalue">The <a class="el" href="classost_1_1_time.html">Time</a> class uses a integer representation of the current time.Integer based time class </td></tr>
  <tr><td class="indexkey"><a class="el" href="classost_1_1_timer_port.html">ost::TimerPort</a></td><td class="indexvalue">Timer ports are used to provide synchronized timing events when managed under a "service thread" such as SocketService.synchronized millisecond timing for service threads </td></tr>
  <tr><td class="indexkey"><a class="el" href="classost_1_1_t_t_y_session.html">ost::TTYSession</a></td><td class="indexvalue">The <a class="el" href="classost_1_1_t_t_y_session.html">TTYSession</a> aggragates a <a class="el" href="classost_1_1_t_t_y_stream.html">TTYStream</a> and a Common C++ <a class="el" href="classost_1_1_thread.html">Thread</a> which is assumed to be the execution context that will be used to perform actual I/O operations.This class is very anagolous to <a class="el" href="classost_1_1_t_c_p_session.html">TCPSession</a> </td></tr>
  <tr><td class="indexkey"><a class="el" href="classost_1_1ttystream.html">ost::ttystream</a></td><td class="indexvalue">A more natural C++ "ttystream" class for use by non-threaded applications.C++ "fstream" style ttystream class </td></tr>
  <tr><td class="indexkey"><a class="el" href="classost_1_1_t_t_y_stream.html">ost::TTYStream</a></td><td class="indexvalue">TTY streams are used to represent serial connections that are fully "streamable" objects using C++ stream classes and friends.streamable tty serial I/O class </td></tr>
  <tr><td class="indexkey"><a class="el" href="classost_1_1_type_manager.html">ost::TypeManager</a></td><td class="indexvalue">This class manages the types for generation of the persistent objects.Type manager for persistence engine </td></tr>
  <tr><td class="indexkey"><a class="el" href="classost_1_1_type_manager_1_1_registration.html">ost::TypeManager::Registration</a></td><td class="indexvalue">This manages a registration to the typemanager - attempting to remove problems with the optimisers </td></tr>
  <tr><td class="indexkey"><a class="el" href="classost_1_1_u_d_p_broadcast.html">ost::UDPBroadcast</a></td><td class="indexvalue">Representing a UDP socket used for subnet broadcasts, this class provides an alternate binding and setPeer() capability for UDP sockets.Unreliable Datagram for subnet broadcasts </td></tr>
  <tr><td class="indexkey"><a class="el" href="classost_1_1_u_d_p_duplex.html">ost::UDPDuplex</a></td><td class="indexvalue">UDP duplex connections impliment a bi-directional point-to-point UDP session between two peer hosts.Unreliable Datagram Peer Associations </td></tr>
  <tr><td class="indexkey"><a class="el" href="classost_1_1_u_d_p_receive.html">ost::UDPReceive</a></td><td class="indexvalue">Representing half of a two-way UDP connection, the UDP receiver can receive data from another peer host or subnet.Unreliable Datagram Peer Associations </td></tr>
  <tr><td class="indexkey"><a class="el" href="classost_1_1_u_d_p_socket.html">ost::UDPSocket</a></td><td class="indexvalue">UDP sockets implement the TCP SOCK_DGRAM UDP protocol.Unreliable Datagram Protocol sockets </td></tr>
  <tr><td class="indexkey"><a class="el" href="classost_1_1_u_d_p_transmit.html">ost::UDPTransmit</a></td><td class="indexvalue">Representing half of a two-way UDP connection, the UDP transmitter can broadcast data to another selected peer host or to an entire subnet.Unreliable Datagram Peer Associations </td></tr>
  <tr><td class="indexkey"><a class="el" href="classost_1_1_unix_session.html">ost::UnixSession</a></td><td class="indexvalue">The Unix domain session is used to primarily to represent a client connection that can be managed on a seperate thread.Threaded streamable unix domain socket with non-blocking constructor </td></tr>
  <tr><td class="indexkey"><a class="el" href="classost_1_1_unix_socket.html">ost::UnixSocket</a></td><td class="indexvalue">Unix domain sockets are used for stream based connected sessions between processes on the same machine.bound server for Unix domain streams and sessions </td></tr>
  <tr><td class="indexkey"><a class="el" href="classost_1_1_unix_stream.html">ost::UnixStream</a></td><td class="indexvalue">Unix streams are used to represent Unix domain client connections to a local server for accepting client connections.streamable Unix domain socket connection </td></tr>
  <tr><td class="indexkey"><a class="el" href="classost_1_1unixstream.html">ost::unixstream</a></td><td class="indexvalue">A more natural C++ "unixstream" class for use by non-threaded applications.C++ "fstream" style unixstream class </td></tr>
  <tr><td class="indexkey"><a class="el" href="classost_1_1_u_r_l_stream.html">ost::URLStream</a></td><td class="indexvalue">A URL processing version of TCPStream.C++ url processing stream class </td></tr>
  <tr><td class="indexkey"><a class="el" href="classost_1_1_write_lock.html">ost::WriteLock</a></td><td class="indexvalue">The <a class="el" href="classost_1_1_write_lock.html">WriteLock</a> class is used to protect a section of code through a <a class="el" href="classost_1_1_thread_lock.html">ThreadLock</a> for "write" access to the member function.Read mode automatic locker for protected access </td></tr>
  <tr><td class="indexkey"><a class="el" href="classost_1_1_x_m_l_r_p_c.html">ost::XMLRPC</a></td><td class="indexvalue">This class impliments a core <a class="el" href="classost_1_1_x_m_l_r_p_c.html">XMLRPC</a> service without the underlying transports.XML-RPC service building class </td></tr>
  <tr><td class="indexkey"><a class="el" href="classost_1_1_x_m_l_stream.html">ost::XMLStream</a></td><td class="indexvalue">This class impliments a basic XML stream parser that can be used to examine an XML resource thru virtual I/O methods.XML Stream Parser (SAX) </td></tr>
  <tr><td class="indexkey"><a class="el" href="classost_1_1_z_number.html">ost::ZNumber</a></td><td class="indexvalue"></td></tr>
</table>
<hr size="1"><address style="align: right;"><small>Generated on Mon Jun 19 10:50:55 2006 for GNU CommonC++ by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.6 </small></address>
</body>
</html>