Cross-Platform C++

C

canonicalize(const String&) - Member function of class ot::io::FileSystem
Returns a canonical form of path.  
canRead() - Member function of class ot::io::File
Tests to see if the file denoted by this abstract filename is readable.  
canWrite() - Member function of class ot::io::File
Tests to see if the file denoted by this abstract pathname is writable.  
capacity() - Member function of class ot::AutoBuffer
Returns the allocated size of the internal buffer.  
CatalogEventHandler - class ot::xmlcat::CatalogEventHandler
 
CatalogResolver - class ot::xmlcat::CatalogResolver
 
CatalogResolver() - Constructor for class ot::xmlcat::CatalogResolver
 
cerr() - Static function in class ot::io::Console
Returns a raw C++ reference to the PrintWriter which is connected to the stderr file handle.  
changeToParentDirectory() - Member function of class ot::net::FtpClient
Changes the FTP server's working directory to the immediate parent of the current working directory by issuing a CDUP command.  
changeWorkingDirectory(const String&) - Member function of class ot::net::FtpClient
Changes the current working directory on the remote FTP server.  
Character - class ot::Character
Represents a Unicode character using an internal sequence of one or more CharType values.  
Character() - Constructor for class ot::Character
Default constructor.  
Character(const Character&) - Constructor for class ot::Character
Copy constructor.  
Character(const CharType*, size_t) - Constructor for class ot::Character
Constructs a Character given a pointer to a sequence of CharType elements and its maximum length.  
Character(UCS4Char) - Constructor for class ot::Character
Constructs a Character by transforming the code-point value into a sequence of CharType values representing Unicode characters encoded into to the native OpenTop encoding.  
CharacterCodingException - class ot::io::CharacterCodingException
Base class for encoding exceptions.  
CharacterCodingException(CodeConverter*) - Constructor for class ot::io::CharacterCodingException
Constructs a CharacterCodingException with a decoder.  
CharacterCodingException(const String&, CodeConverter*) - Constructor for class ot::io::CharacterCodingException
Constructs a CharacterCodingException with a detail message and a decoder.  
characters(const CharType*, size_t) - Member function of class ot::sax::ContentHandler
Receive notification of character data.  
characters(const CharType*, size_t) - Member function of class ot::sax::DefaultHandler
Receive notification of character data.  
CharType - typedef in namespace ot
Determines the character type used by OpenTop.  
checkAccess(const String&, AccessMode) - Member function of class ot::io::FileSystem
Tests if file path can be opened with the specified mode.  
cin() - Static function in class ot::io::Console
Returns a raw C++ reference to the InputStreamReader which is connected to the stdin file handle.  
clear() - Member function of class ot::sax::AttributesImpl
Clear the attributes collection for reuse.  
clear() - Member function of class ot::AutoBuffer
Clears the internal buffer for re-use - the memory is not freed.  
clear() - Member function of class ot::web::FormEmulator
Clears all the fields, returning the form to its newly constructed state.  
clear() - Member function of class ot::net::MimeHeaderSequence
Removes all headers from this sequence.  
clear() - Member function of class ot::web::MultipartFormEmulator
Clears all the fields, returning the form to its newly constructed state.  
clear() - Member function of class ot::web::URLEncodedFormEmulator
Clears all the fields, returning the form to its newly constructed state.  
clearResponseInfo() - Member function of class ot::web::HttpResponse
Clears the response code, response message and MIME headers.  
close() - Member function of class ot::io::BufferedInputStream
Closes the contained input stream and releases any system resources associated with it.  
close() - Member function of class ot::io::BufferedOutputStream
Any buffered data is written to the output stream before it is closed and any system resources associated with the output stream are released.  
close() - Member function of class ot::io::BufferedReader
Closes the Reader.  
close() - Member function of class ot::io::BufferedWriter
Closes the character stream, flushing it first.  
close() - Member function of class ot::io::ByteArrayInputStream
Closes the InputStream.  
close() - Member function of class ot::io::ByteArrayOutputStream
Closes the ByteArrayOutputStream.  
close() - Member function of class ot::net::DatagramSocket
Closes the DatagramSocket and releases any system resources associated with it.  
close() - Member function of class ot::net::DatagramSocketImpl
Closes the underlying operating system socket.  
close() - Member function of class ot::io::FileDescriptor
Closes the file.  
close() - Member function of class ot::io::FileInputStream
Closes the InputStream.  
close() - Member function of class ot::io::FileOutputStream
Any buffered data is written to the output file before it is closed and any system resources associated with the stream are released.  
close() - Member function of class ot::io::FilterInputStream
Closes the InputStream.  
close() - Member function of class ot::io::FilterOutputStream
Closes the output stream and releases system resources associated with the stream.  
close() - Member function of class ot::io::FilterReader
Closes the Reader.  
close() - Member function of class ot::io::FilterWriter
Closes the character stream, flushing it first.  
close() - Member function of class ot::web::HttpClientConnection
Closes the TCP/IP socket connection with the HTTP server.  
close() - Member function of class ot::io::InputStream
Closes the InputStream.  
close() - Member function of class ot::io::InputStreamReader
Closes the Reader and its associated InputStream.  
close() - Member function of class ot::io::OutputStream
Closes the output stream and releases system resources associated with the stream.  
close() - Member function of class ot::io::OutputStreamWriter
Closes the character stream, flushing it first.  
close() - Member function of class ot::io::PrintWriter
Closes the character stream, flushing it first.  
close() - Member function of class ot::io::RandomAccessFile
Closes the random access file.  
close() - Member function of class ot::io::Reader
Closes the Reader.  
close() - Member function of class ot::io::SequenceInputStream
Closes the InputStream.  
close() - Member function of class ot::net::ServerSocket
Closes the SocketImpl socket wrapped by this ServerSocket.  
close() - Member function of class ot::net::Socket
Closes the Socket and releases any system resources associated with it.  
close() - Member function of class ot::net::SocketDescriptor
Closes the socket.  
close() - Member function of class ot::net::SocketImpl
Closes the underlying operating system socket.  
close() - Member function of class ot::io::StringReader
Closes the Reader.  
close() - Member function of class ot::io::StringWriter
Closes the StringWriter.  
close() - Member function of class ot::io::Writer
Closes the character stream, flushing it first.  
closeFile(FileDescriptor*) - Member function of class ot::io::FileSystem
Closes the file specified by the FileDescriptor pFD.  
CodeConverter - class ot::cvt::CodeConverter
Common base class for all code converters. A CodeConverter translates Unicode characters into byte sequences and vice versa.  
CodeConverter() - Constructor for class ot::cvt::CodeConverter
Creates a CodeConverter with default values.  
CodeConverterBase - class ot::CodeConverterBase
Base class that contains enums, values and static methods used by all CodeConverter sub-classes.  
CodeConverterFactory - class ot::cvt::CodeConverterFactory
A factory class for creating instances of a CodeConverter for a given encoding name.  
CommandLineException - class ot::auxil::CommandLineException
Thrown by the CommandLineParser during the parsing of a command line. Typically an object of this class wil be thrown to indicate that an illegal or ill-specified command line option has been provided.  
CommandLineException(const String&, const String&) - Constructor for class ot::auxil::CommandLineException
 
CommandLineOption - class ot::auxil::CommandLineOption
An 'interface' class employed by the CommandLineParser to share the responsibility of recognising and storing command options.  
CommandLineParser - class ot::auxil::CommandLineParser
A POSIX-compliant command line parser.  
CommandLineParser() - Constructor for class ot::auxil::CommandLineParser
Constructs a CommandLineParser.  
comment(const CharType*, size_t) - Member function of class ot::sax::LexicalHandler
Report an XML comment anywhere in the document.  
CompareNoCase(const String&, const String&) - Static function in class ot::StringUtils
Compares two strings without regard to case.  
CompareNoCase(const char*, const char*) - Static function in class ot::StringUtils
Compares two null-terminated sequences of char disregarding case differences.  
ConditionVariable - class ot::ConditionVariable
Provides a means for a thread to be signalled when a condition becomes true.  
ConditionVariable() - Constructor for class ot::ConditionVariable
Constructs a ConditionVariable.  
connect(InetAddress*, int) - Member function of class ot::net::DatagramSocket
Connects a DatagramSocket to a specified remote address and port.  
connect(InetAddress*, int) - Member function of class ot::net::DatagramSocketImpl
Connects a datagram socket to an IP address/port.  
connect(InetAddress*, int, size_t) - Member function of class ot::net::Socket
Connects an unconnected socket to a port on a remote host.  
connect(InetAddress*, int) - Member function of class ot::net::Socket
Connects an unconnected socket to a port on a remote host.  
connect(const String&, int) - Member function of class ot::net::Socket
Connects an unconnected socket to a port on a remote host.  
connect(InetAddress*, int) - Member function of class ot::net::SocketImpl
Brief.  
connect(const String&, int) - Member function of class ot::net::SocketImpl
Opens a socket connection with the named host.  
connect(InetAddress*, int, size_t) - Member function of class ot::net::SocketImpl
Opens a socket connection with the specified IP address.  
connect(const String&, int, size_t) - Member function of class ot::net::TcpNetworkClient
Connects this TcpNetworkClient to a server on the specified host.  
connect() - Member function of class ot::net::URLConnection
 
ConnectException - class ot::net::ConnectException
Thrown when an error occurs while attempting to connect a socket to an IP address and port. This usually indicates that no process was listening on the IP address/port or that the request was rejected by a firewall.  
ConnectException(const String&) - Constructor for class ot::net::ConnectException
Constructs a ConnectException with a detail message.  
Console - class ot::io::Console
Class module providing access to the standard console i/o streams: In (stdin), Out (stdout) and Err (stderr).  
containsHeader(const String&) - Member function of class ot::net::MimeHeaderSequence
Determines if the the specified header name exists within this sequence.  
ContainsMultiCharSequence(const String&) - Static function in class ot::StringUtils
Tests to see if the String contains at least one Unicode code-point value which is encoded as a sequence of more than one CharType value.  
ContentHandler - class ot::sax::ContentHandler
Receive notification of the logical content of a document.  
cout() - Static function in class ot::io::Console
Returns a raw C++ reference to the PrintWriter which is connected to the stdout file handle.  
create() - Member function of class ot::net::DatagramSocketImpl
 
create(bool) - Member function of class ot::net::SocketImpl
Creates a socket handle that will be managed and contained by this SocketImpl.  
createConnection(const String&, int, size_t) - Member function of class ot::net::TcpNetworkClient
Protected virtual method to create a Socket connection to the TCP/IP network server.  
createDatagramSocketImpl() - Member function of class ot::net::DatagramSocket
 
createDatagramSocketImpl() - Member function of class ot::net::DatagramSocketImplFactory
Creates an instance of a concrete DatagramSocketImpl class used by the local OpenTop installation.  
createDirectory(const String&) - Member function of class ot::io::FileSystem
Creates a directory.  
createNewFile() - Member function of class ot::io::File
Creates a new file on the underlying file system.  
createServerSocket() - Member function of class ot::net::ServerSocketFactory
Creates a ServerSocket that is not bound to an interface or port number.  
createServerSocket(int) - Member function of class ot::net::ServerSocketFactory
Creates a ServerSocket that is bound to a specified port number.  
createServerSocket(int, int) - Member function of class ot::net::ServerSocketFactory
Creates a ServerSocket that is bound to a specified port number with a specified queue size.  
createServerSocket(int, int, InetAddress*) - Member function of class ot::net::ServerSocketFactory
Creates a ServerSocket that is bound to the port number port and the local network interface pIfAddress.  
createServerSocket() - Member function of class ot::ssl::SSLServerSocketFactory
Creates a SSLServerSocket that is not bound to an interface or port number.  
createServerSocket(int) - Member function of class ot::ssl::SSLServerSocketFactory
Creates a SSLServerSocket that is bound to a specified port number.  
createServerSocket(int, int) - Member function of class ot::ssl::SSLServerSocketFactory
Creates a SSLServerSocket that is bound to a specified port number with a specified queue size.  
createServerSocket(int, int, InetAddress*) - Member function of class ot::ssl::SSLServerSocketFactory
Creates a SSLServerSocket that is bound to the port number port and the local network interface pIfAddress.  
createSocket() - Member function of class ot::net::SocketFactory
Creates an unconnected Socket.  
createSocket(InetAddress*, int) - Member function of class ot::net::SocketFactory
Creates a Socket and connects it to the specified port on the network host designated by the provided InetAddress.  
createSocket(InetAddress*, int, InetAddress*, int) - Member function of class ot::net::SocketFactory
Creates a Socket and connects it to the specified remote port on the network host designated by the provided InetAddress.  
createSocket(const String&, int) - Member function of class ot::net::SocketFactory
Creates a Socket that is connected to a specified host name and port.  
createSocket(const String&, int, InetAddress*, int) - Member function of class ot::net::SocketFactory
Creates a Socket that is connected to a specified host name and port.  
createSocket() - Member function of class ot::ssl::SSLSocketFactory
Creates an unconnected SSLSocket.  
createSocket(InetAddress*, int) - Member function of class ot::ssl::SSLSocketFactory
Creates a Socket and connects it to the specified port on the network host designated by the provided InetAddress.  
createSocket(InetAddress*, int, InetAddress*, int) - Member function of class ot::ssl::SSLSocketFactory
Creates a Socket and connects it to the specified remote port on the network host designated by the provided InetAddress.  
createSocket(const String&, int) - Member function of class ot::ssl::SSLSocketFactory
Creates a Socket that is connected to a specified host name and port.  
createSocket(const String&, int, InetAddress*, int) - Member function of class ot::ssl::SSLSocketFactory
Creates a Socket that is connected to a specified host name and port.  
createSocket(Socket*, const String&, int) - Member function of class ot::ssl::SSLSocketFactory
Creates a SSLSocket that wraps an already connected Socket.  
createSocketImpl() - Member function of class ot::net::SocketImplFactory
Creates an instance of a concrete SocketImpl class used by the local OpenTop installation.  
createURLStreamHandler(const String&) - Member function of class ot::net::URLStreamHandlerFactory
Returns an instance of a URLStreamHandler that can understand URLs for the given protocol.  
CreateXMLReader() - Static function in class ot::sax::XMLReaderFactory
Static function to create an instance of an XMLReader.  
CurrentThread() - Static function in class ot::Thread
Returns a reference to the Thread object for the currently executing thread.  
CurrentThreadId() - Static function in class ot::Thread
Returns a ThreadId representing the currently executing thread.  

Cross-Platform C++

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

Copyright © 2000-2005 ElCel Technology   Trademark Acknowledgements