Cross-Platform C++

I

ignorableWhitespace(const CharType*, size_t) - Member function of class ot::sax::ContentHandler
Receive notification of ignorable whitespace in element content.  
ignorableWhitespace(const CharType*, size_t) - Member function of class ot::sax::DefaultHandler
Receive notification of ignorable whitespace in element content.  
IllegalArgumentException - class ot::IllegalArgumentException
Thrown when an illegal argument is passed to a OpenTop method.  
IllegalArgumentException() - Constructor for class ot::IllegalArgumentException
Constructs an IllegalArgumentException without a detail message.  
IllegalArgumentException(const String&) - Constructor for class ot::IllegalArgumentException
Constructs an IllegalArgumentException with a detail message.  
IllegalCharacterException - class ot::IllegalCharacterException
Thrown when an illegal character value is detected.  
IllegalCharacterException() - Constructor for class ot::IllegalCharacterException
Constructs an IllegalCharacterException without a detail message.  
IllegalCharacterException(const String&) - Constructor for class ot::IllegalCharacterException
Constructs an IllegalCharacterException with a detail message.  
IllegalCharacterException(UCS4Char) - Constructor for class ot::IllegalCharacterException
Constructs an IllegalCharacterException with the code point for the illegal character.  
IllegalMonitorStateException - class ot::IllegalMonitorStateException
Thrown when a Mutex is not in the correct locked state for an operation.  
IllegalMonitorStateException() - Constructor for class ot::IllegalMonitorStateException
Constructs an IllegalMonitorStateException without a detail message.  
IllegalMonitorStateException(const String&) - Constructor for class ot::IllegalMonitorStateException
Constructs an IllegalMonitorStateException with a detail message.  
IllegalStateException - class ot::IllegalStateException
Thrown when a method is called for an object that is not in the correct state for that operation.  
IllegalStateException() - Constructor for class ot::IllegalStateException
Constructs an IllegalStateException without a detail message.  
IllegalStateException(const String&) - Constructor for class ot::IllegalStateException
Constructs an IllegalStateException with a detail message.  
IllegalThreadStateException - class ot::IllegalThreadStateException
Thrown when a Thread object is not in the correct state for the method being called. For example, a Thread cannot be started more than once.  
IllegalThreadStateException() - Constructor for class ot::IllegalThreadStateException
Constructs an IllegalThreadStateException without a detail message.  
IllegalThreadStateException(const String&) - Constructor for class ot::IllegalThreadStateException
Constructs an IllegalThreadStateException with a detail message.  
implAccept(Socket*) - Member function of class ot::net::ServerSocket
Implements accept().  
In() - Static function in class ot::io::Console
Returns an InputStreamReader connected to the stdin file handle.  
In() - Static function in class ot::io::FileDescriptor
Returns a FileDescriptor for the standard Console stream 'stdin'.  
InetAddress - class ot::net::InetAddress
An abstract class representing an Internet host's IP address.  
InetAddress(const InetAddress&) - Constructor for class ot::net::InetAddress
Copy constructor.  
InetAddress() - Constructor for class ot::net::InetAddress
Protected default constructor.  
init(const SSLInitParameters&) - Member function of class ot::ssl::SSLContext
Provides initialization parameters for this SSLContext.  
InputSource - class ot::sax::InputSource
A single input source for an XML entity.  
InputSource() - Constructor for class ot::sax::InputSource
Default constructor.  
InputSource(InputStream*) - Constructor for class ot::sax::InputSource
Create a new input source with a system identifier.  
InputSource(Reader*) - Constructor for class ot::sax::InputSource
Create a new input source with a character stream.  
InputSource(const String&) - Constructor for class ot::sax::InputSource
Create a new input source with a byte stream.  
InputStream - class ot::io::InputStream
Abstract base class with the ability to read bytes from a data source.  
InputStreamList - typedef in class ot::io::SequenceInputStream
 
InputStreamReader - class ot::io::InputStreamReader
An InputStreamReader reads raw bytes from an InputStream and translates them into Unicode characters using an instance of the CodeConverter class to perform the translation.  
InputStreamReader(InputStream*) - Constructor for class ot::io::InputStreamReader
Constructs an InputStreamReader with pInputStream as the contained InputStream.  
InputStreamReader(InputStream*, const String&) - Constructor for class ot::io::InputStreamReader
Constructs an InputStreamReader with pInputStream as the contained InputStream and encoding as the specified encoding name.  
InputStreamReader(InputStream*, const String&, bool) - Constructor for class ot::io::InputStreamReader
Constructs an InputStreamReader with pInputStream as the contained InputStream and encoding as the specified encoding name.  
InputStreamReader(InputStream*, CodeConverter*) - Constructor for class ot::io::InputStreamReader
Constructs an InputStreamReader with pInputStream as the contained InputStream and pDecoder as the CodeConverter which will translate bytes from the input stream into Unicode characters.  
insertHeader(const String&, const String&) - Member function of class ot::net::MimeHeaderSequence
Adds the specified header to the end of this sequence.  
Install() - Static function in class ot::auxil::FileMessageFactory
Static function to install an instance of FileMessageFactory as the system's MessageFactory.  
int_type - typedef in class ot::io::InputStream
 
int_type - typedef in class ot::io::Reader
 
Int64Type - typedef in namespace ot
Represents a large integral value, normally with a size of at least 64 bits.  
internalEncodingError(const CharType*, size_t) - Member function of class ot::cvt::CodeConverter
Helper function called by derived classes when they encounter a badly encoded internal CharType array.  
internalEntityDecl(const String&, const String&) - Member function of class ot::sax::DeclHandler
Report an internal entity declaration.  
interrupt() - Member function of class ot::Thread
Interrupts this thread.  
InterruptedException - class ot::InterruptedException
Thrown when a thread is waiting, sleeping, or otherwise paused for a long time and another thread interrupts it using Thread::interrupt().  
InterruptedException() - Constructor for class ot::InterruptedException
Constructs an InterruptedException without a detail message.  
InterruptedException(const String&) - Constructor for class ot::InterruptedException
Constructs an InterruptedException with a detail message.  
InterruptedIOException - class ot::io::InterruptedIOException
Thrown when a blocking i/o operation is interrupted.  
InterruptedIOException(const String&) - Constructor for class ot::io::InterruptedIOException
Constructs an InterruptedIOException with a detail message.  
interruptSupported() - Member function of class ot::Thread
Tests whether the interrupt() method is supported on the current platform.  
IntType - typedef in namespace ot
Type used as the return type in operations that need to return either a CharType value or -1 (normally to indicate an End-of-File condition.  
invalidate() - Member function of class ot::ssl::SSLSession
Invalidates the SSL session.  
InvalidDateException - class ot::util::InvalidDateException
 
InvalidDateException() - Constructor for class ot::util::InvalidDateException
 
InvalidDateException(const String&) - Constructor for class ot::util::InvalidDateException
 
IOException - class ot::io::IOException
Base class for general IO exceptions.  
IOException() - Constructor for class ot::io::IOException
Constructs an IOException without a detail message.  
IOException(const String&) - Constructor for class ot::io::IOException
Constructs an IOException with a detail message.  
isAbsolute() - Member function of class ot::io::File
Tests whether the abstract pathname denotes an absolute pathname.  
isAbsolute(const String&) - Member function of class ot::io::FileSystem
Tests if path represents an absolute file name.  
isActive() - Member function of class ot::Thread
Tests to see if this Thread is active.  
isActiveConnectionManagementEnabled() - Member function of class ot::web::HttpClientConnectionManager
Returns a flag indicating whether active connection management is enabled for this HttpClientConnectionManager.  
IsAlphaNumeric(UCharType) - Static function in class ot::UnicodeCharacterType
Tests if the Unicode character represented by the single CharType value ch is an alpha-numeric character[a-z], [A-Z], [0-9].  
isAscii() - Member function of class ot::Character
Tests if the Unicode character represented by this Character is in the ASCII range U+0000-U+007F.  
IsAscii(UCharType) - Static function in class ot::UnicodeCharacterType
Tests if the Unicode character represented by the single CharType value ch is an ASCII character (int the range 0-0x7F).  
isBound() - Member function of class ot::net::DatagramSocket
Tests if the datagram socket has been bound.  
isBound() - Member function of class ot::net::DatagramSocketImpl
 
isBound() - Member function of class ot::net::ServerSocket
Returns the binding state of the ServerSocket.  
isBound() - Member function of class ot::net::SocketImpl
Tests if a server Socket has yet been bound to a local IP address and port.  
isCaseSensitive() - Member function of class ot::io::FileSystem
Tests if the FileSystem represents files in a case-sensitive manner.  
isClosed() - Member function of class ot::net::DatagramSocket
Tests if the datagram socket has been closed.  
isClosed() - Member function of class ot::net::DatagramSocketImpl
 
isClosed() - Member function of class ot::io::RandomAccessFile
Tests if this file has been closed.  
isClosed() - Member function of class ot::net::Socket
Tests if this socket is closed.  
isClosed() - Member function of class ot::net::SocketImpl
Tests if the socket is closed.  
isConnected() - Member function of class ot::net::DatagramSocket
Tests the connected status of this DatagramSocket.  
isConnected() - Member function of class ot::net::DatagramSocketImpl
 
isConnected() - Member function of class ot::net::Socket
Tests the connected status of this Socket.  
isConnected() - Member function of class ot::net::SocketImpl
Tests the connected status of this Socket.  
isConnected() - Member function of class ot::net::TcpNetworkClient
Tests if this TcpNetworkClient is currently connected to a server.  
isConnected() - Member function of class ot::net::URLConnection
Returns the value of the connected property.  
isDaemon() - Member function of class ot::Thread
Tests whether this Thread is a daemon thread.  
isDefaulted() - Member function of class ot::xml::Attribute
 
isDigit() - Member function of class ot::Character
Tests if the Unicode character represented by this Character represents an ASCII decimal digit 0-9.  
IsDigit(UCharType) - Static function in class ot::UnicodeCharacterType
Tests if the Unicode character represented by the single CharType value ch is an ASCII decimal digit 0-9.  
isDirectory() - Member function of class ot::io::File
Tests to see if the file denoted by this abstract pathname is a directory.  
IsEnabled() - Static function in class ot::Tracer
Tests whether tracing has been enabled.  
isEOF() - Member function of class ot::Character
Tests if this Character is equal to the special Character: Character::EndOfFileCharacter.  
isFile() - Member function of class ot::io::File
Tests to see if the file denoted by this abstract pathname is a file.  
isHexDigit() - Member function of class ot::Character
Tests if the Unicode character represented by this Character represents an ASCII hexadecimal digit [0-9], [A-F], [a-f].  
IsHexDigit(UCharType) - Static function in class ot::UnicodeCharacterType
Tests if the Unicode character represented by the single CharType value ch is an ASCII hexadecimal digit [0-9], [A-F], [a-f].  
IsHexString(const ByteString&) - Static function in class ot::StringUtils
Tests if the passed string contains only hexadecimal characters [0-9], [a-f], [A-F].  
isIdempotent() - Member function of class ot::web::HttpRequest
Tests if this HttpRequest has the property of Idempotence.  
isInitialized() - Member function of class ot::ssl::SSLContext
Returns a boolean flag indicating if this SSLContext has been initialized.  
IsLeapYear(UShort) - Static function in class ot::util::DateTime
 
IsLegalUTF16(const wchar_t*, size_t) - Static function in class ot::CodeConverterBase
Tests if the wchar_t sequence starting at pStart for length characters is a valid UTF-16 sequence representing a single Unicode character.  
IsLegalUTF8(const Byte*, size_t) - Static function in class ot::CodeConverterBase
Tests if the multi-byte sequence starting at pStart for length bytes is a valid UTF-8 sequence representing a single Unicode character.  
isLocked() - Member function of class ot::RecursiveMutex
Tests if the mutex is currently owned by the current thread.  
isNull() - Member function of class ot::RefPtr
Tests if the contained object pointer is null.  
isNull() - Member function of class ot::RefPtrMember
Tests if the contained object pointer is null.  
isPersistent() - Member function of class ot::web::HttpClientConnection
Returns a flag indicating whether or not this HttpClientConnection is persistent.  
isPresent() - Member function of class ot::auxil::BasicOption
Returns a boolean flag indicating if this option has been specified on the command line.  
isProxyConnection() - Member function of class ot::web::HttpClientConnection
Returns a flag indicating whether or not this HttpClientConnection is connected to a proxy server.  
IsPublicidURN(const String&) - Static function in class ot::xmlcat::CatalogResolver
 
isRequestInProgress() - Member function of class ot::web::HttpResponse
Tests if this HttpResponse is an interim response for a HTTP request that is still in progress.  
isSecureConnection() - Member function of class ot::web::HttpClientConnection
Returns a flag indicating whether or not this HttpClientConnection is communicating over a SSL/TLS (secure) connection.  
IsSequenceStartChar(UCharType) - Static function in class ot::SystemCodeConverter
Tests the passed value ch to see if it marks the start of an encoded sequence, a standalone character or a trailing value.  
isSpace() - Member function of class ot::Character
Tests if the Unicode character represented by this Character represents white-space according to common Windows and Unix conventions.  
IsSpace(UCharType) - Static function in class ot::UnicodeCharacterType
Tests if the Unicode character represented by the single CharType value ch is white-space according to common Windows and Unix conventions.  
isTunnelledConnection() - Member function of class ot::web::HttpClientConnection
Returns a flag indicating whether or not this HttpClientConnection is connected to an origin server via a proxy tunnel.  
isValid() - Member function of class ot::util::DateTime
 
isValid() - Member function of class ot::ssl::SSLSession
Returns a boolean flag indicating if this SSLSession represents a successfully negotiated session between two peers.  
IsValidCharSequence(const CharType*, size_t) - Static function in class ot::SystemCodeConverter
Tests the passed CharType sequence starting at from for a length of len to see if it represents a properly encoded Unicode character in the native OpenTop encoding.  
IsValidDate(UShort, UShort, UShort) - Static function in class ot::util::DateTime
 
IsValidTime(UShort, UShort, UShort, UShort) - Static function in class ot::util::DateTime
 
iterator_category - typedef in class ot::StringIterator
 

Cross-Platform C++

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

Copyright © 2000-2005 ElCel Technology   Trademark Acknowledgements