Cross-Platform C++

A

abortDataTransfer() - Member function of class ot::net::FtpClient
Forces the FTP server to abort the current data transfer operation (if any) and close the associated data connection.  
accept() - Member function of class ot::net::ServerSocket
Returns a new Socket object representing a client connection to the server.  
accept(SocketImpl*) - Member function of class ot::net::SocketImpl
Waits for and accepts a new socket connection on a passive (server) socket.  
Activate(short, short) - Static function in class ot::Tracer
Informs the registered Tracer that events for the specified section with a level less than or equal to nLevel should be processed.  
addAttribute(Attribute*) - Member function of class ot::xml::AttributeSet
 
addAttribute(Attribute*) - Member function of class ot::xml::AttributeSetImpl
 
addAttribute(const String&, const String&, const String&, const String&) - Member function of class ot::sax::AttributesImpl
Add a new attribute to the end of the collection.  
addField(const String&, const String&) - Member function of class ot::web::FormEmulator
Inserts a name/value pair field to the end of the sequence of fields contained by this form.  
addField(const String&, const String&) - Member function of class ot::web::MultipartFormEmulator
Inserts a name/value pair field to the end of the sequence of fields contained by this form.  
addField(const String&, const String&) - Member function of class ot::web::URLEncodedFormEmulator
Inserts a name/value pair field to the end of the sequence of fields contained by this form.  
addFilenameField(const String&, const File&, const String&, const String&, const String&) - Member function of class ot::web::FormEmulator
Inserts a filename field to the end of the sequence of fields contained by this form.  
addFilenameField(const String&, InputStream*, const String&, const String&, Int64Type, const String&) - Member function of class ot::web::FormEmulator
Inserts a filename field to the end of the sequence of fields contained by this form.  
addFilenameField(const String&, const File&, const String&, const String&, const String&) - Member function of class ot::web::MultipartFormEmulator
Inserts a filename field to the end of the sequence of fields contained by this form.  
addFilenameField(const String&, InputStream*, const String&, const String&, Int64Type, const String&) - Member function of class ot::web::MultipartFormEmulator
Inserts a filename field to the end of the sequence of fields contained by this form.  
addFilenameField(const String&, const File&, const String&, const String&, const String&) - Member function of class ot::web::URLEncodedFormEmulator
Inserts a filename field to the end of the sequence of fields contained by this form.  
addFilenameField(const String&, InputStream*, const String&, const String&, Int64Type, const String&) - Member function of class ot::web::URLEncodedFormEmulator
Inserts a filename field to the end of the sequence of fields contained by this form.  
addHandshakeCompletedListener(HandshakeCompletedListener*) - Member function of class ot::ssl::SSLSocket
Registers a listener object that will be notified whenever a SSL handshake completes on this SSLSocket.  
addMessage(size_t, const String&) - Member function of class ot::auxil::MessageSet
 
addOption(CommandLineOption*) - Member function of class ot::auxil::CommandLineParser
Adds a CommandLineOption to the list of options which will be recognised during a parse() operation.  
addOption(const String&, CharType, ArgumentType) - Member function of class ot::auxil::MultiListOption
Adds a command line option to the list of options handled by this MultiListOption.  
addPrimaryCatalog(const URL&) - Member function of class ot::xmlcat::CatalogResolver
 
addRef() - Member function of class ot::ManagedObject
Increments the reference-count of the object.  
addSecondaryCatalog(const URL&) - Member function of class ot::xmlcat::CatalogResolver
 
addStream(InputStream*) - Member function of class ot::io::SequenceInputStream
Adds an InputStream to the end of the contained sequence.  
adjust(short, short, short, short, short) - Member function of class ot::util::DateTime
 
alwaysNoConversion() - Member function of class ot::cvt::CodeConverter
Tests if this CodeConverter is using the same encoding as the native OpenTop encoding.  
append(T) - Member function of class ot::AutoBuffer
Appends a single element of type T to the internal buffer.  
append(const T*, size_t) - Member function of class ot::AutoBuffer
Appends an array of elements of type T to the internal buffer.  
appendFile(const String&) - Member function of class ot::net::FtpClient
Returns an OutputStream that can be used to write to the specified file on the FTP server.  
appendFile(const String&, InputStream*) - Member function of class ot::net::FtpClient
Uses an InputStream as the source of bytes to write to the specified file on the FTP server.  
appendToString(String&) - Member function of class ot::Character
Appends the multi-character sequence controlled by this Character to the passed String str.  
ArrayAutoPtr - class ot::ArrayAutoPtr
A variation of std::auto_ptr which holds a pointer to an array and uses the associated delete [] syntax when it needs to destroy the array.  
ArrayAutoPtr(T*) - Constructor for class ot::ArrayAutoPtr
Creates an ArrayAutoPtr which takes ownership of the array starting at ptr.  
ArrayAutoPtr(T*, bool) - Constructor for class ot::ArrayAutoPtr
Creates an ArrayAutoPtr which optionally takes ownership of the array starting at ptr.  
ArrayAutoPtr(const ArrayAutoPtr< T >&) - Constructor for class ot::ArrayAutoPtr
Copy constructor which takes ownership of the array currently owned by rhs.  
AtomicCounter - class ot::AtomicCounter
Integer value that can be incremented and decremented. In a multi-threaded environment, access to the counter is synchronized to prevent lost updates.  
AtomicCounter() - Constructor for class ot::AtomicCounter
Default constructor.  
AtomicCounter(long) - Constructor for class ot::AtomicCounter
Constructs an AtomicCounter with an initial value.  
AtomicReadException - class ot::io::AtomicReadException
Thrown when a readAtomic() operation is performed on a Reader, and a prior read() operation left the stream located part-way through a multi-character sequence.  
AtomicReadException(const String&) - Constructor for class ot::io::AtomicReadException
Constructs an AtomicReadException with a detail message.  
Attribute - class ot::xml::Attribute
Represents an attribute from an element start tag located within a parsed XML document.  
Attribute(const QName&, const String&, int) - Constructor for class ot::xml::Attribute
 
Attribute(const QName&, const String&, const String&) - Constructor for class ot::xml::Attribute
 
Attribute() - Constructor for class ot::xml::Attribute
 
Attribute(const Attribute&) - Constructor for class ot::xml::Attribute
 
attributeDecl(const String&, const String&, const String&, const String&, const String&) - Member function of class ot::sax::DeclHandler
Report an attribute type declaration.  
Attributes - class ot::sax::Attributes
Interface to a list of XML attributes.  
AttributeSet - class ot::xml::AttributeSet
A virtual base (interface) class to encapsulate and provide convenient access to the set of Attributes from an element start tag.  
AttributeSetImpl - class ot::xml::AttributeSetImpl
An implementation of the AttributeSet interface.  
AttributesImpl - class ot::sax::AttributesImpl
Default implementation of the SAX2 Attributes interface with the addition of manipulators so that the list can be modified or reused.  
AttributesImpl() - Constructor for class ot::sax::AttributesImpl
Default constructor.  
AttributesImpl(const Attributes&) - Constructor for class ot::sax::AttributesImpl
Copies an existing Attributes object.  
Authenticator - class ot::net::Authenticator
An abstract base class that defines a call-back mechanism invoked when a network protocol requires authentication.  
AutoBuffer - class ot::AutoBuffer
An efficient buffer that will automatically grow to hold the required data.  
AutoBuffer() - Constructor for class ot::AutoBuffer
Default constructor which creates an internal buffer with a default initial size.  
AutoBuffer(size_t) - Constructor for class ot::AutoBuffer
Default constructor which creates an internal buffer with an initial size of initialSize.  
AutoLock - class ot::AutoLock
Acquires a lock on initialization and releases it on destruction.  
AutoLock(T&) - Constructor for class ot::AutoLock
Constructor which takes a reference to lock and locks it.  
AutoLock(T&, bool) - Constructor for class ot::AutoLock
Constructor which takes a reference to lock and locks it if bInitialLock is true.  
AutoUnlock - class ot::AutoUnlock
Releases a lock on initialization and re-acquires it on destruction.  
AutoUnlock(T&) - Constructor for class ot::AutoUnlock
Constructor which takes a reference to lock and unlocks it.  
available() - Member function of class ot::io::BufferedInputStream
Returns the number of bytes that can be read without blocking.  
available() - Member function of class ot::io::ByteArrayInputStream
Returns the number of bytes that can be read without blocking.  
available() - Member function of class ot::io::FilterInputStream
Returns the number of bytes that can be read without blocking.  
available() - Member function of class ot::io::InputStream
Returns the number of bytes that can be read without blocking.  
available() - Member function of class ot::io::SequenceInputStream
Returns the number of bytes that can be read without blocking.  
available() - Member function of class ot::net::SocketImpl
Returns the number of bytes that may be read from the socket without blocking.  

Cross-Platform C++

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

Copyright © 2000-2005 ElCel Technology   Trademark Acknowledgements