Cross-Platform C++

F

FastMutex - class ot::FastMutex
Variety of mutex that is optimized and may offer better performance on some platforms.  
FastMutex() - Constructor for class ot::FastMutex
Default constructor.  
fatalError(const SAXParseException&) - Member function of class ot::sax::DefaultHandler
Receive notification of a non-recoverable error.  
fatalError(const SAXParseException&) - Member function of class ot::sax::ErrorHandler
Receive notification of a non-recoverable error.  
File - class ot::io::File
A system-independent representation of file and directory names.  
File(const File&, const String&) - Constructor for class ot::io::File
Constructs a File using a parent pathname string and a child pathname string.  
File(const String&) - Constructor for class ot::io::File
Constructs a File from a pathname string.  
File(const String&, const String&) - Constructor for class ot::io::File
Constructs a File using a parent pathname string and a child pathname string.  
File(const File&) - Constructor for class ot::io::File
Constructs a File from another abstract pathname.  
FileDescriptor - class ot::io::FileDescriptor
An abstract base class representing open file handles.  
FileDescriptor(const FileSystem*, bool) - Constructor for class ot::io::FileDescriptor
Constructs a FileDescriptor.  
FileInputStream - class ot::io::FileInputStream
An InputStream that uses the contents of a file as its source.  
FileInputStream(const File&) - Constructor for class ot::io::FileInputStream
Constructs a FileInputStream by opening a connection to the file with the abstract pathname denoted by file.  
FileInputStream(const String&) - Constructor for class ot::io::FileInputStream
Constructs a FileInputStream by opening a connection to the named file name.  
FileInputStream(FileDescriptor*) - Constructor for class ot::io::FileInputStream
Constructs a FileInputStream and connects it with an open file denoted by the FileDescriptor pFD.  
FileMessageFactory - class ot::auxil::FileMessageFactory
An implementation of the MessageFactory interface which loads error and and information messages from a local file.  
FileMessageFactory(const String&, const String) - Constructor for class ot::auxil::FileMessageFactory
Constructor.  
FileNotFoundException - class ot::io::FileNotFoundException
Thrown when attempting to open a file that does not exist.  
FileNotFoundException(const String&) - Constructor for class ot::io::FileNotFoundException
Constructs an FileNotFoundException with a detail message.  
FileOutputStream - class ot::io::FileOutputStream
An OutputStream that writes bytes to a file.  
FileOutputStream(const File&) - Constructor for class ot::io::FileOutputStream
Constructs a FileOutputStream by opening a connection to the file with the abstract pathname denoted by file.  
FileOutputStream(const String&) - Constructor for class ot::io::FileOutputStream
Constructs a FileOutputStream by opening a connection to the named file name.  
FileOutputStream(const String&, bool) - Constructor for class ot::io::FileOutputStream
Constructs a FileOutputStream by opening a connection to the named file name.  
FileOutputStream(FileDescriptor*) - Constructor for class ot::io::FileOutputStream
Constructs a FileInputStream and connects it with an open file denoted by the FileDescriptor pFD.  
FileSystem - class ot::io::FileSystem
An abstract base class representing a file system.  
FilterInputStream - class ot::io::FilterInputStream
A base class that derives from InputStream but also contains another InputStream which is used as the input source.  
FilterInputStream(InputStream*) - Constructor for class ot::io::FilterInputStream
Constructs a FilterInputStream using pInputStream as the contained input stream.  
FilterOutputStream - class ot::io::FilterOutputStream
A base class that derives from OutputStream but also contains another OutputStream which is used as the output sink.  
FilterOutputStream(OutputStream*) - Constructor for class ot::io::FilterOutputStream
Constructs a FilterOutputStream using pOutputStream as the contained output stream.  
FilterReader - class ot::io::FilterReader
A base class that derives from Reader but also contains another Reader which is used as the input source.  
FilterReader(Reader*) - Constructor for class ot::io::FilterReader
Constructs a FilterReader using pReader as the contained Reader.  
FilterWriter - class ot::io::FilterWriter
A base class that derives from Writer but also contains another Writer which is used as the output sink.  
FilterWriter(Writer*) - Constructor for class ot::io::FilterWriter
Construct a FilterWriter with pWriter as the contained Writer.  
findHeader(const String&) - Member function of class ot::net::MimeHeaderSequence
Locates the index position for the first instance of the specified header name.  
first() - Member function of class ot::Character
Returns the first CharType value in the controlled sequence.  
flush(PrintWriter&) - Function in namespace ot::io
PrintWriter manipulator that enables flush to be used as an insertion operand.  
flush() - Member function of class ot::io::BufferedOutputStream
Forces all buffered data to be written out and sent to the final data sink.  
flush() - Member function of class ot::io::BufferedWriter
Flushes any output buffers before forcing the output to its final destination.  
flush() - Member function of class ot::io::FileOutputStream
Forces all buffered data to be written out and sent to the final data sink.  
flush() - Member function of class ot::io::FilterOutputStream
Forces all buffered data to be written out and sent to the final data sink.  
flush() - Member function of class ot::io::FilterWriter
Flushes any output buffers before forcing the output to its final destination.  
flush() - Member function of class ot::io::OutputStream
Forces all buffered data to be written out and sent to the final data sink.  
flush() - Member function of class ot::io::OutputStreamWriter
Flushes any output buffers before forcing the output to its final destination.  
flush() - Member function of class ot::io::PrintWriter
Flushes any output buffers before forcing the output to its final destination.  
flush() - Member function of class ot::io::Writer
Flushes any output buffers before forcing the output to its final destination.  
flushBuffers() - Member function of class ot::io::BufferedOutputStream
Forces all OpenTop data buffers associated with this output stream to be written out.  
flushBuffers() - Member function of class ot::io::BufferedWriter
The internal character buffer is written to the contained Writer without requesting that Writer to flush().  
flushBuffers() - Member function of class ot::io::FilterOutputStream
Forces all OpenTop data buffers associated with this output stream to be written out.  
flushBuffers() - Member function of class ot::io::FilterWriter
If this Writer maintains an output buffer, the buffer is emptied and written to the output destination without requesting the final destination to flush the output.  
flushBuffers() - Member function of class ot::io::OutputStream
Forces all OpenTop data buffers associated with this output stream to be written out.  
flushBuffers() - Member function of class ot::io::OutputStreamWriter
If this Writer maintains an output buffer, the buffer is emptied and written to the output destination without requesting the final destination to flush the output.  
flushBuffers() - Member function of class ot::io::PrintWriter
If this Writer maintains an output buffer, the buffer is emptied and written to the output destination without requesting the final destination to flush the output.  
flushBuffers() - Member function of class ot::io::Writer
If this Writer maintains an output buffer, the buffer is emptied and written to the output destination without requesting the final destination to flush the output.  
flushFileBuffers(FileDescriptor*) - Member function of class ot::io::FileSystem
Causes all buffered data to be written to the file.  
Format(const String&) - Member function of class ot::util::DateTime
 
Format(const String&, const String&) - Static function in class ot::util::MessageFormatter
 
Format(const String&, const String&, const String&) - Static function in class ot::util::MessageFormatter
 
Format(const String&, const String&, const String&, const String&) - Static function in class ot::util::MessageFormatter
 
Format(const String&, const String&, const String&, const String&, const String&) - Static function in class ot::util::MessageFormatter
 
Format(const String&, const String&, const String&, const String&, const String&, const String&) - Static function in class ot::util::MessageFormatter
 
Format(const String&, const String&, const String&, const String&, const String&, const String&, const String&) - Static function in class ot::util::MessageFormatter
 
Format(const char*, ...) - Static function in class ot::StringUtils
A wrapper around the c-library sprintf routine.  
FormatImpl(const String&, size_t, ...) - Member function of class ot::util::MessageFormatter
 
formatOutput(short, short) - Member function of class ot::auxil::TraceHelper
 
FormEmulator - class ot::web::FormEmulator
Abstract 'interface' class that allows an application to fill in and submit a form as if it was sent from a standard Web browser.  
FromAnsiTime(long, unsigned long) - Static function in class ot::util::DateTime
 
FromConsoleMBCS(const char*) - Static function in class ot::StringUtils
Translates a Multi-Byte Character String (MBCS) originating from the console into an OpenTop String.  
FromInternalEncoding(UCS4Char&, const CharType*, const CharType*, const CharType*&) - Static function in class ot::SystemCodeConverter
Decodes a sequence of CharType values representing Unicode characters encoded into to the native OpenTop encoding into the code-point value for the first Unicode character.  
FromLatin1(const char*) - Static function in class ot::StringUtils
Converts a null-terminated sequence of char characters into a OpenTop String.  
FromLatin1(const char*, size_t) - Static function in class ot::StringUtils
Converts an array of char characters into an OpenTop String.  
FromLatin1(const ByteString&) - Static function in class ot::StringUtils
Converts a string of char characters into an OpenTop String.  
FromNativeMBCS(const char*) - Static function in class ot::StringUtils
Translates a native (locale-dependent) Multi-Byte Character String (MBCS) into an OpenTop String.  
FromNetworkAddress(const void*, size_t) - Static function in class ot::net::InetAddress
Creates an InetAddress instance from a sockaddr structure.  
FromUTF8(const ByteString&) - Static function in class ot::StringUtils
Converts a UTF-8 encoded Byte sequence into an internal OpenTop String.  
FromUTF8(const Byte*, size_t) - Static function in class ot::StringUtils
Converts a UTF-8 encoded Byte sequence into an internal OpenTop String.  
FtpClient - class ot::net::FtpClient
Creates and manages a client connection with a remote FTP server.  
FtpClient() - Constructor for class ot::net::FtpClient
Constructs a new FtpClient with default values for all properties.  

Cross-Platform C++

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

Copyright © 2000-2005 ElCel Technology   Trademark Acknowledgements