Cross-Platform C++

M

makeAvailable(HttpClientConnection*) - Member function of class ot::web::HttpClientConnectionManager
Called by a client of this HttpClientConnectionManager when it has finished using a HttpClientConnection.  
MalformedInputException - class ot::io::MalformedInputException
Thrown when an InputStreamReader, that has been configured to abort when it encounters encoding errors, reads a malformed byte sequence.  
MalformedInputException(const String&, CodeConverter*) - Constructor for class ot::io::MalformedInputException
Constructs a MalformedInputException with a detail message and a decoder.  
MalformedInputException(const Byte*, size_t, CodeConverter*) - Constructor for class ot::io::MalformedInputException
Constructs a MalformedInputException with a Byte array and a decoder.  
MalformedURLException - class ot::net::MalformedURLException
Thrown when an error occurs parsing a URL specification string. This usually indicates that the specification did not contain a recognized protocol (e.g. http).  
MalformedURLException(const String&) - Constructor for class ot::net::MalformedURLException
Constructs a MalformedURLException with a detail message.  
manageClosedConnections() - Member function of class ot::web::HttpClientConnectionManager
Removes persistent TCP/IP connections from the free pool which have been closed by the remote HTTP server.  
ManagedObject - class ot::ManagedObject
Common base class for all classes that rely on reference-counting to perform automatic object lifetime management.  
ManagedObject() - Constructor for class ot::ManagedObject
Default constructor.  
ManagedObject(const ManagedObject&) - Constructor for class ot::ManagedObject
Copy constructor.  
manageIdleConnections() - Member function of class ot::web::HttpClientConnectionManager
Manages the pool of persistent TCP/IP connections which are currently idle.  
mark(size_t) - Member function of class ot::io::BufferedInputStream
Marks the current position in the byte stream.  
mark(size_t) - Member function of class ot::io::BufferedReader
Marks the current position in the character stream.  
mark(size_t) - Member function of class ot::io::ByteArrayInputStream
Marks the current position in the byte stream.  
mark(size_t) - Member function of class ot::io::FilterInputStream
Marks the current position in the byte stream.  
mark(size_t) - Member function of class ot::io::FilterReader
Marks the current position in the character stream.  
mark(size_t) - Member function of class ot::io::InputStream
Marks the current position in the byte stream.  
mark(size_t) - Member function of class ot::io::Reader
Marks the current position in the character stream.  
mark(size_t) - Member function of class ot::io::StringReader
Marks the current position in the character stream.  
markForClosure() - Member function of class ot::web::HttpClientConnection
Marks a persistent connection for closure when the current HTTP request has been fully processed.  
markSupported() - Member function of class ot::io::BufferedInputStream
Tests whether the BufferedInputStream supports the mark() operation, which it does.  
markSupported() - Member function of class ot::io::BufferedReader
Tests whether the Reader supports the mark() operation, which it does.  
markSupported() - Member function of class ot::io::ByteArrayInputStream
Tests whether the ByteArrayInputStream supports the mark() operation, which it does.  
markSupported() - Member function of class ot::io::FilterInputStream
Tests whether the InputStream supports the mark() operation.  
markSupported() - Member function of class ot::io::FilterReader
Tests whether the Reader supports the mark() operation.  
markSupported() - Member function of class ot::io::InputStream
Tests whether the InputStream supports the mark() operation.  
markSupported() - Member function of class ot::io::Reader
Tests whether the Reader supports the mark() operation.  
markSupported() - Member function of class ot::io::StringReader
Tests whether the Reader supports the mark() operation, which it does.  
MemCheckSystemMonitor - class ot::auxil::MemCheckSystemMonitor
Auxiliary helper class to terminate the OpenTop library cleanly and employ the memory-leak detection facilities of the C runtime library (if any such facilities exist on a given platform) to aid in application memory leak detection.  
MemCheckSystemMonitor(int) - Constructor for class ot::auxil::MemCheckSystemMonitor
Constructor.  
MessageFactory - class ot::MessageFactory
Abstract 'interface' class used by OpenTop for locating error and information messages.  
MessageFactoryImpl - class ot::auxil::MessageFactoryImpl
A class containing a part implementation of the the MessageFactory interface.  
MessageFormatter - class ot::util::MessageFormatter
 
MessageSet - class ot::auxil::MessageSet
A helper class used by MessageFactoryImpl to hold a set of internationalized messages.  
MessageSet(const String&, const String&) - Constructor for class ot::auxil::MessageSet
 
MimeHeaderParser - class ot::net::MimeHeaderParser
Module class containing helper functions to parse MIME-like headers, such as those employed by HTTP/1.0.  
MimeHeaderSequence - class ot::net::MimeHeaderSequence
Class that encapsulates a sequence of MIME-type headers.  
MIMEType - class ot::util::MIMEType
 
MIMEType(const String&) - Constructor for class ot::util::MIMEType
 
mkdir() - Member function of class ot::io::File
Creates a directory with the name of this abstract pathname.  
mkdirs() - Member function of class ot::io::File
Creates a directory with the name of this abstract pathname.  
modifySocketFlags(int, int) - Member function of class ot::net::SocketDescriptor
Sets the socket flags.  
Monitor - class ot::Monitor
A base class providing both synchronization and notification.  
MulticastSocket - class ot::net::MulticastSocket
A socket used for sending and receiving IP multicast packets.  
MulticastSocket() - Constructor for class ot::net::MulticastSocket
Creates an unbound multicast socket.  
MulticastSocket(int) - Constructor for class ot::net::MulticastSocket
Creates a multicast socket and binds it to the specified port on the local machine.  
MultiListOption - class ot::auxil::MultiListOption
A command line object which represents one or more command line options, each of which can appear multiple times on the same command line.  
MultiListOption() - Constructor for class ot::auxil::MultiListOption
Default constructor.  
MultiListOption(const String&, CharType, ArgumentType) - Constructor for class ot::auxil::MultiListOption
Constructor taking the details of a single option type.  
MultipartFormEmulator - class ot::web::MultipartFormEmulator
Class to construct a form entity encoded according to the multipart/form-data scheme.  
MultipartFormEmulator() - Constructor for class ot::web::MultipartFormEmulator
Default constructor.  
MultipartFormEmulator(const String&) - Constructor for class ot::web::MultipartFormEmulator
Constructs a new MultipartFormEmulator with the name of the encoding to be used for field values.  
Mutex - class ot::Mutex
Multi-threaded synchronization object that enables mutually exclusive access to a protected resource.  
Mutex() - Constructor for class ot::Mutex
Default constructor.  

Cross-Platform C++

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

Copyright © 2000-2005 ElCel Technology   Trademark Acknowledgements