Cross-Platform C++

P

parse(int, char*) - Member function of class ot::auxil::CommandLineParser
Parses the passed command line parameters, extracting any option names and associated arguments.  
parse(InputSource*) - Member function of class ot::sax::XMLReader
Parse an XML document.  
parse(const String&) - Member function of class ot::sax::XMLReader
Parse an XML document from a system identifier (URI).  
parseDateTime(const String&) - Member function of class ot::util::DateTime
 
ParseHeaders(InputStream*) - Static function in class ot::net::MimeHeaderParser
Parses an InputStream and returns a MimeHeaderSequence containing all the MIME-type headers preceding the <CRLF> delimiter.  
parsePath(const String&, const String&) - Member function of class ot::net::URLStreamHandler
Protected helper function called by ParseURL() to process the path name of a URL.  
parseURL(URL&, const String&) - Member function of class ot::net::URLStreamHandler
Extracts the component parts of the URL from the passed string and sets the values in urlRet accordingly.  
ParseVersionString(const String&) - Static function in class ot::web::HttpProtocolVersion
Parses a HTTP protocol version string as found in the response line from an HTTP request.  
peekNextToken() - Member function of class ot::util::StringTokenizer
Returns the next token without advancing the position of the StringTokenizer.  
pointer - typedef in class ot::StringIterator
 
popContext() - Member function of class ot::sax::NamespaceSupport
Revert to the previous Namespace context.  
postConnect(const String&, int, size_t) - Member function of class ot::net::FtpClient
Protected function called when a socket connection has been established with the TCP/IP network server.  
postConnect(const String&, int, size_t) - Member function of class ot::net::TcpNetworkClient
Protected function called when a socket connection has been established with the TCP/IP network server.  
preDisconnect() - Member function of class ot::net::FtpClient
Protected function called when a socket connection is about to be closed from the client side.  
preDisconnect() - Member function of class ot::net::TcpNetworkClient
Protected function called when a socket connection is about to be closed from the client side.  
PrefixList - typedef in class ot::sax::NamespaceSupport
 
PrefixMap - typedef in class ot::sax::NamespaceSupport::NamespaceContext
 
prepareForRequest(const HttpRequest&) - Member function of class ot::web::HttpClientConnection
Prepares this HttpClientConnection for a new request.  
print(bool) - Member function of class ot::io::PrintWriter
Prints a boolean value as 'true' or 'false'.  
print(Character) - Member function of class ot::io::PrintWriter
Prints the single Unicode character c.  
print(const CharType*) - Member function of class ot::io::PrintWriter
Prints a null-terminated array of CharType values.  
print(double) - Member function of class ot::io::PrintWriter
Prints a double-precision floating-point number.  
print(float) - Member function of class ot::io::PrintWriter
Prints a floating-point number.  
print(unsigned long) - Member function of class ot::io::PrintWriter
Prints an unsigned long integer.  
print(long) - Member function of class ot::io::PrintWriter
Prints a long integer.  
print(unsigned int) - Member function of class ot::io::PrintWriter
Prints an unsigned integer.  
print(int) - Member function of class ot::io::PrintWriter
Prints an integer.  
print(const String&) - Member function of class ot::io::PrintWriter
Prints a String containing a sequence of CharType characters.  
println() - Member function of class ot::io::PrintWriter
Prints a line separator string as returned from System::GetLineEnding().  
println(bool) - Member function of class ot::io::PrintWriter
Prints a boolean value and then terminates the line.  
println(Character) - Member function of class ot::io::PrintWriter
Prints a character and then terminates the line.  
println(const CharType*) - Member function of class ot::io::PrintWriter
Prints a null-terminated array of CharType characters and then terminates the line.  
println(double) - Member function of class ot::io::PrintWriter
Prints a double-precision floating-point number and then terminates the line.  
println(float) - Member function of class ot::io::PrintWriter
Prints a floating-point number and then terminates the line.  
println(int) - Member function of class ot::io::PrintWriter
Prints an integer and then terminates the line.  
println(unsigned int) - Member function of class ot::io::PrintWriter
Prints an unsigned integer and then terminates the line.  
println(long) - Member function of class ot::io::PrintWriter
Prints a long integer and then terminates the line.  
println(unsigned long) - Member function of class ot::io::PrintWriter
Prints an unsigned long integer and then terminates the line.  
println(const String&) - Member function of class ot::io::PrintWriter
Prints a String and then terminates the line.  
printWorkingDirectory() - Member function of class ot::net::FtpClient
Returns the FTP server's current working directory.  
PrintWriter - class ot::io::PrintWriter
A Writer with the capability to do basic output formatting for a variety of built-in types, Characters and Strings.  
PrintWriter(OutputStream*, bool) - Constructor for class ot::io::PrintWriter
Creates a PrintWriter for an existing byte output stream.  
PrintWriter(Writer*, bool) - Constructor for class ot::io::PrintWriter
Creates a PrintWriter using an existing Writer as the character sink.  
processingInstruction(const String&, const String&) - Member function of class ot::sax::ContentHandler
Receive notification of a processing instruction.  
processingInstruction(const String&, const String&) - Member function of class ot::sax::DefaultHandler
Receive notification of a processing instruction.  
processName(const String&, bool, String&, String&) - Member function of class ot::sax::NamespaceSupport
Process a raw XML 1.0 name.  
ProtocolException - class ot::net::ProtocolException
Thrown when an unexpected response is received from a remote server.  
ProtocolException(const String&) - Constructor for class ot::net::ProtocolException
Constructs a ProtocolException with a detail message.  
pushContext() - Member function of class ot::sax::NamespaceSupport
Start a new Namespace context.  

Cross-Platform C++

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

Copyright © 2000-2005 ElCel Technology   Trademark Acknowledgements