Cross-Platform C++

W

wait(RecursiveMutex&) - Member function of class ot::ConditionVariable
Waits and blocks the calling thread until the ConditionVariable becomes signalled.  
wait(RecursiveMutex&, unsigned long) - Member function of class ot::ConditionVariable
Waits and blocks the calling thread until the ConditionVariable becomes signalled or the timeout value expires.  
wait() - Member function of class ot::Monitor
Atomically releases the lock on this SynchronizedObject and waits for this Monitor to become notified for the current thread.  
wait(unsigned long) - Member function of class ot::Monitor
Atomically releases the lock on this SynchronizedObject and waits for up to millis milliseconds for this Monitor to become notified for the current thread.  
warning(const SAXParseException&) - Member function of class ot::sax::DefaultHandler
Receive notification of a warning.  
warning(const SAXParseException&) - Member function of class ot::sax::ErrorHandler
Receive notification of a warning.  
WCharAutoPtr - typedef in class ot::StringUtils
 
write(const Byte*, size_t) - Member function of class ot::io::BufferedOutputStream
Writes an array of bytes to this output stream.  
write(const CharType*, size_t) - Member function of class ot::io::BufferedWriter
Writes an array of CharType characters.  
write(const Byte*, size_t) - Member function of class ot::io::ByteArrayOutputStream
Writes an array of bytes to this output stream.  
write(const Byte*, size_t) - Member function of class ot::io::DataOutput
 
write(const Byte*, size_t) - Member function of class ot::io::DataOutputStream
 
write(const Byte*, size_t) - Member function of class ot::io::FileOutputStream
Writes an array of bytes to this output stream.  
write(Byte) - Member function of class ot::io::FilterOutputStream
Writes the single byte x to this output stream.  
write(const Byte*, size_t) - Member function of class ot::io::FilterOutputStream
Writes an array of bytes to this output stream.  
write(const CharType*, size_t) - Member function of class ot::io::FilterWriter
Writes an array of CharType characters.  
write(CharType) - Member function of class ot::io::FilterWriter
Writes the single CharType character c.  
write(const Character&) - Member function of class ot::io::FilterWriter
Writes the Unicode character ch to the output stream.  
write(const String&) - Member function of class ot::io::FilterWriter
Writes the sequence of CharType characters contained in the String str.  
write(Byte) - Member function of class ot::io::OutputStream
Writes the single byte x to this output stream.  
write(const Byte*, size_t) - Member function of class ot::io::OutputStream
Writes an array of bytes to this output stream.  
write(const CharType*, size_t) - Member function of class ot::io::OutputStreamWriter
Writes an array of CharType characters.  
write(const CharType*, size_t) - Member function of class ot::io::PrintWriter
Writes an array of CharType characters.  
write(const Byte*, size_t) - Member function of class ot::io::RandomAccessFile
Writes an array of bytes at the current file position.  
write(const CharType*, size_t) - Member function of class ot::io::StringWriter
Writes the character buffer pBuf with a length of len.  
write(const CharType*, size_t) - Member function of class ot::io::Writer
Writes an array of CharType characters.  
write(CharType) - Member function of class ot::io::Writer
Writes the single CharType character c.  
write(const Character&) - Member function of class ot::io::Writer
Writes the Unicode character ch to the output stream.  
write(const String&) - Member function of class ot::io::Writer
Writes the sequence of CharType characters contained in the String str.  
writeBoolean(bool) - Member function of class ot::io::DataOutput
Converts a boolean value to a single Byte with value 1 for true or 0 for false and writes it to the stream.  
writeByte(Byte) - Member function of class ot::io::DataOutput
Writes a single Byte to the stream.  
writeEntity(OutputStream*) - Member function of class ot::web::FormEmulator
Writes the form entity to the supplied OutputStream.  
writeEntity(OutputStream*) - Member function of class ot::web::MultipartFormEmulator
Writes the form entity to the supplied OutputStream.  
writeEntity(OutputStream*) - Member function of class ot::web::URLEncodedFormEmulator
Writes the form entity to the supplied OutputStream.  
writeFile(FileDescriptor*, const Byte*, size_t) - Member function of class ot::io::FileSystem
Writes an array of bytes to an open file.  
writeHeaders(Writer*) - Member function of class ot::net::MimeHeaderSequence
Writes all the headers to the supplied Writer.  
writeInt64(Int64Type) - Member function of class ot::io::DataOutput
Converts the given 64-bit integer value into a 2s complement, big-endian representation which is 8 bytes long and writes those bytes to this stream.  
writeLong(long) - Member function of class ot::io::DataOutput
Converts the given long integer value into a 2s complement, big-endian representation which is 4 bytes long and writes those bytes to this stream.  
Writer - class ot::io::Writer
Abstract base class representing an output stream with the ability to write Unicode characters to a sink.  
Writer() - Constructor for class ot::io::Writer
Default constructor.  
Writer(SynchronizedObject*) - Constructor for class ot::io::Writer
Constructor taking a SynchronizedObject which will be used as the lock for synchronized functions.  
writeShort(short) - Member function of class ot::io::DataOutput
Converts the given short integer value into a 2s complement, big-endian representation which is 2 bytes long and writes those bytes to this stream.  
writeTo(OutputStream*) - Member function of class ot::io::ByteArrayOutputStream
Writes the contents of the internal buffer to the specified OutputStream.  
writeUnsignedInt64(UInt64Type) - Member function of class ot::io::DataOutput
Converts the given 64-bit unsigned integer value into a 2s complement, big-endian representation which is 8 bytes long and writes those bytes to this stream.  
writeUnsignedLong(unsigned long) - Member function of class ot::io::DataOutput
Converts the given unsigned long integer value into a 2s complement, big-endian representation which is 4 bytes long and writes those bytes to this stream.  
writeUnsignedShort(unsigned short) - Member function of class ot::io::DataOutput
Converts the given unsigned short integer value into a 2s complement, big-endian representation which is 2 bytes long and writes those bytes to this stream.  
writeUTF(const String&) - Member function of class ot::io::DataOutput
Writes a Unicode String value in a length-prefixed UTF format.  

Cross-Platform C++

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

Copyright © 2000-2005 ElCel Technology   Trademark Acknowledgements