Cross-Platform C++

O

ObjectManager - class ot::ObjectManager
Manages the lifetime of ManagedObject instances that need to exist for the duration of the application.  
onCatalogError(int, long, const String&, const String&, long, long) - Member function of class ot::xmlcat::CatalogEventHandler
 
onFinalRelease() - Member function of class ot::ManagedObject
Virtual method called when the object's reference-count has been decremented to zero.  
onThreadTermination(Thread*) - Member function of class ot::ThreadTerminationHandler
Just befofe an OpenTop Thread terminates, this method is invoked on all registered handlers, on a last-in, first-out (LIFO) basis.  
openConnection() - Member function of class ot::net::URL
Returns a URLConnection which is suitable for the communication protocol designated by this URL.  
openConnection(const URL&) - Member function of class ot::net::URLStreamHandler
Opens a URLConnection to the resource identified by a URL.  
openFile(const String&, int, CreationDisp, int) - Member function of class ot::io::FileSystem
Opens a file and returns a FileDescriptor representing the open file.  
openStream() - Member function of class ot::net::URL
A convenience method that opens a connection to the network resource identified by this URL and returns an InputStream for the resource content.  
operator--() - Member function of class ot::AtomicCounter
Prefix decrement operator.  
operator--(int) - Member function of class ot::AtomicCounter
Postfix decrement operator.  
operator--() - Member function of class ot::StringIterator
Prefix decrement operator.  
operator--(int) - Member function of class ot::StringIterator
Postfix decrement operator.  
operator *() - Member function of class ot::ArrayAutoPtr
Dereference operator which returns a reference to the first element of the contained array.  
operator *() - Member function of class ot::RefPtr
A dereferencing operator.  
operator *() - Member function of class ot::RefPtrMember
A dereferencing operator.  
operator *() - Member function of class ot::StringIterator
Dereference operator.  
operator bool() - Member function of class ot::RefPtr
Conversion operator.  
operator T *() - Member function of class ot::RefPtrMember
Conversion operator.  
operator unsigned long() - Member function of class ot::AtomicCounter
Conversion operator.  
operator!=(const Character&) - Member function of class ot::Character
Inequality operator.  
operator!=(CharType) - Member function of class ot::Character
Inequality operator.  
operator!=(const DateTime&) - Member function of class ot::util::DateTime
 
operator!=(const File&) - Member function of class ot::io::File
Tests to see if this abstract pathname represents a different file or directory from the abstract pathname rhs.  
operator!=(const HttpProtocolVersion&) - Member function of class ot::web::HttpProtocolVersion
Inequality operator.  
operator!=(const InetAddress&) - Member function of class ot::net::InetAddress
Tests if two InetAddress instances refer to different IP addresses.  
operator!=(const QName&) - Member function of class ot::xml::QName
 
operator!=(const RefPtr< T >&) - Member function of class ot::RefPtr
Inequality operator.  
operator!=(const T*) - Member function of class ot::RefPtr
Inequality operator.  
operator!=(const RefPtrMember< T >&) - Member function of class ot::RefPtrMember
Inequality operator.  
operator!=(const T*) - Member function of class ot::RefPtrMember
Inequality operator.  
operator!=(const StringIterator&) - Member function of class ot::StringIterator
Inequality operator.  
operator!=(const Thread&) - Member function of class ot::Thread
Inequality operator.  
operator!=(const ThreadId&) - Member function of class ot::ThreadId
Inequality operator.  
operator!=(const URL&) - Member function of class ot::net::URL
 
operator[](size_t) - Member function of class ot::ArrayAutoPtr
Dereference operator which returns a reference to the nth element of the contained array.  
operator++() - Member function of class ot::AtomicCounter
Prefix increment operator.  
operator++(int) - Member function of class ot::AtomicCounter
Postfix increment operator.  
operator++() - Member function of class ot::StringIterator
Prefix increment operator.  
operator++(int) - Member function of class ot::StringIterator
Postfix increment operator.  
operator<(const DateTime&) - Member function of class ot::util::DateTime
 
operator<(const HttpProtocolVersion&) - Member function of class ot::web::HttpProtocolVersion
 
operator<(const QName&) - Member function of class ot::xml::QName
 
operator<(const RefPtr< T >&) - Member function of class ot::RefPtr
Less than operator.  
operator<(const RefPtrMember< T >&) - Member function of class ot::RefPtrMember
Less than operator.  
operator<<(PrintWriter&(*)(PrintWriter &)) - Member function of class ot::io::PrintWriter
Output operator that takes a function pointer as its parameter.  
operator<<(Character) - Member function of class ot::io::PrintWriter
Output operator that prints a Unicode character.  
operator<<(const CharType*) - Member function of class ot::io::PrintWriter
Output operator that prints a null-terminated string.  
operator<<(double) - Member function of class ot::io::PrintWriter
Output operator that prints a double-precision floating point value.  
operator<<(float) - Member function of class ot::io::PrintWriter
Output operator that prints a floating-point value.  
operator<<(unsigned long) - Member function of class ot::io::PrintWriter
Output operator that prints an unsigned long integer value;.  
operator<<(long) - Member function of class ot::io::PrintWriter
Output operator that prints a long integer value.  
operator<<(unsigned int) - Member function of class ot::io::PrintWriter
Output operator that prints an unsigned integer value.  
operator<<(int) - Member function of class ot::io::PrintWriter
Output operator that prints an integer value.  
operator<<(const String&) - Member function of class ot::io::PrintWriter
Output operator that prints a String value.  
operator<<(bool) - Member function of class ot::io::PrintWriter
Output operator that prints a boolean value.  
operator<=(const DateTime&) - Member function of class ot::util::DateTime
 
operator<=(const HttpProtocolVersion&) - Member function of class ot::web::HttpProtocolVersion
 
operator=(const ArrayAutoPtr< T >&) - Member function of class ot::ArrayAutoPtr
Assignment operator which takes ownership of the array currently owned by rhs.  
operator=(long) - Member function of class ot::AtomicCounter
Assignment operator.  
operator=(const Character&) - Member function of class ot::Character
Assignment operator.  
operator=(const InetAddress&) - Member function of class ot::net::InetAddress
Assignment operator.  
operator=(const ManagedObject&) - Member function of class ot::ManagedObject
Assignment operator.  
operator=(const RefPtr< T >&) - Member function of class ot::RefPtr
Assigns one RefPtr to another.  
operator=(T*) - Member function of class ot::RefPtr
Assigns a pointer.  
operator=(const RefPtrMember< T >&) - Member function of class ot::RefPtrMember
Assigns one RefPtrMember to another.  
operator=(const RefPtr< T >&) - Member function of class ot::RefPtrMember
Assigns a RefPtr to a RefPtrMember.  
operator=(T*) - Member function of class ot::RefPtrMember
Assigns a pointer.  
operator=(const CharType*) - Member function of class ot::StringIterator
Assignment operator.  
operator=(NativeId) - Member function of class ot::ThreadId
Assignment operator.  
operator==(const Character&) - Member function of class ot::Character
Equality operator.  
operator==(CharType) - Member function of class ot::Character
Equality operator.  
operator==(const DateTime&) - Member function of class ot::util::DateTime
 
operator==(const File&) - Member function of class ot::io::File
Tests to see if this abstract pathname represents the same file or directory as the abstract pathname rhs.  
operator==(const HttpProtocolVersion&) - Member function of class ot::web::HttpProtocolVersion
Equality operator.  
operator==(const InetAddress&) - Member function of class ot::net::InetAddress
Tests if two InetAddress instances refer to the same IP address.  
operator==(const QName&) - Member function of class ot::xml::QName
 
operator==(const RefPtr< T >&) - Member function of class ot::RefPtr
Equality operator.  
operator==(const T*) - Member function of class ot::RefPtr
Equality operator.  
operator==(const RefPtrMember< T >&) - Member function of class ot::RefPtrMember
Equality operator.  
operator==(const T*) - Member function of class ot::RefPtrMember
Equality operator.  
operator==(const StringIterator&) - Member function of class ot::StringIterator
Equality operator.  
operator==(const Thread&) - Member function of class ot::Thread
Equality operator.  
operator==(const ThreadId&) - Member function of class ot::ThreadId
Equality operator.  
operator==(const URL&) - Member function of class ot::net::URL
 
operator>(const DateTime&) - Member function of class ot::util::DateTime
 
operator>(const HttpProtocolVersion&) - Member function of class ot::web::HttpProtocolVersion
 
operator->() - Member function of class ot::RefPtr
A dereferencing operator.  
operator->() - Member function of class ot::RefPtrMember
A dereferencing operator.  
operator>=(const DateTime&) - Member function of class ot::util::DateTime
 
operator>=(const HttpProtocolVersion&) - Member function of class ot::web::HttpProtocolVersion
 
OSException - class ot::OSException
Thrown when OpenTop makes a system call which results in an unexpected return code.  
OSException(long) - Constructor for class ot::OSException
Constructs a OSException with a system error code which is used to retrieve an operating system error message.  
OSException(long, const String&) - Constructor for class ot::OSException
Constructs a OSException with a system error code and additional message.  
OSException() - Constructor for class ot::OSException
Protected default constructor.  
OSSocketDescriptorType - typedef in class ot::net::SocketDescriptor
 
Out() - Static function in class ot::io::Console
Returns a PrintWriter connected to the stdout file handle.  
Out() - Static function in class ot::io::FileDescriptor
Returns a FileDescriptor for the standard Console stream 'stdout'.  
OutputStream - class ot::io::OutputStream
Abstract base class with the ability to write bytes to a data sink.  
OutputStreamWriter - class ot::io::OutputStreamWriter
An OutputStreamWriter uses an instance of the CodeConverter class to translate Unicode characters into sequences of bytes and writes these bytes to an underlying OutputStream.  
OutputStreamWriter(OutputStream*) - Constructor for class ot::io::OutputStreamWriter
Constructs an OutputStreamWriter with pOutputStream as the contained OutputStream.  
OutputStreamWriter(OutputStream*, const String&) - Constructor for class ot::io::OutputStreamWriter
Constructs an OutputStreamWriter with pOutputStream as the contained OutputStream and encoding as the specified encoding name.  
OutputStreamWriter(OutputStream*, const String&, bool) - Constructor for class ot::io::OutputStreamWriter
Constructs an OutputStreamWriter with pOutputStream as the contained OutputStream and encoding as the specified encoding name.  
OutputStreamWriter(OutputStream*, CodeConverter*) - Constructor for class ot::io::OutputStreamWriter
Constructs an OutputStreamWriter with pOutputStream as the contained OutputStream and @pEncoder as the CodeConverter which will encode Unicode characters into bytes for the underlying output stream.  

Cross-Platform C++

Found a bug or missing feature? Please email us at support@elcel.com

Copyright © 2000-2005 ElCel Technology   Trademark Acknowledgements