Cross-Platform C++

B

Base64 - class ot::util::Base64
Class module for encoding and decoding byte arrays to and from Base64.  
BasicOption - class ot::auxil::BasicOption
A basic command line option.  
BasicOption(const String&, CharType, ArgumentType) - Constructor for class ot::auxil::BasicOption
Constructs a new BasicOption.  
bind(int, InetAddress*) - Member function of class ot::net::DatagramSocket
Binds this datagram socket to a particular local IP address and port.  
bind(InetAddress*, int) - Member function of class ot::net::DatagramSocketImpl
Binds this socket to the specified port and IP address.  
bind(int, int, InetAddress*) - Member function of class ot::net::ServerSocket
Binds this socket to the port number port and the local IP-address pBindAddr.  
bind(int, int) - Member function of class ot::net::ServerSocket
Binds this socket to the port number port.  
bind(int) - Member function of class ot::net::ServerSocket
Binds this socket to the port number port.  
bind(InetAddress*, int) - Member function of class ot::net::SocketImpl
Binds this socket to the specified port and IP address.  
BindException - class ot::net::BindException
Thrown when an error occurs while attempting to bind a ServerSocket to a specific IP address or port.  
BindException(const String&) - Constructor for class ot::net::BindException
Constructs a BindException with a detail message.  
BooleanOption - class ot::auxil::BooleanOption
A command line option which has boolean (true or false) semantics.  
BooleanOption(const String&, CharType, bool) - Constructor for class ot::auxil::BooleanOption
Constructs a BooleanOption.  
broadcast() - Member function of class ot::ConditionVariable
Awakens all threads that are waiting on this condition variable.  
BufferedInputStream - class ot::io::BufferedInputStream
A BufferedInputStream wraps another InputStream object and provides buffering as well as support for the mark() and reset() methods.  
BufferedInputStream(InputStream*) - Constructor for class ot::io::BufferedInputStream
Constructs a BufferedInputStream with a default buffer size and pInputStream as the contained InputStream.  
BufferedInputStream(InputStream*, size_t) - Constructor for class ot::io::BufferedInputStream
Constructs a BufferedInputStream using pInputStream as the contained input stream and a buffer size of bufSize.  
BufferedOutputStream - class ot::io::BufferedOutputStream
A BufferedOutputStream wraps another OutputStream object and provides buffering.  
BufferedOutputStream(OutputStream*) - Constructor for class ot::io::BufferedOutputStream
Constructs a BufferedOutputStream using a default buffer size and pOutputStream as the contained output stream.  
BufferedOutputStream(OutputStream*, size_t) - Constructor for class ot::io::BufferedOutputStream
Constructs a BufferedOutputStream using pOutputStream as the contained output stream and a buffer size of bufSize.  
BufferedReader - class ot::io::BufferedReader
A BufferedReader wraps another Reader object and provides buffering as well as support for the mark() and reset() methods and a readLine() method.  
BufferedReader(Reader*) - Constructor for class ot::io::BufferedReader
Constructs a BufferedReader using a default buffer size and pReader as the contained Reader.  
BufferedReader(Reader*, size_t) - Constructor for class ot::io::BufferedReader
Constructs a BufferedReader with the specified buffer size and pReader as the contained Reader.  
BufferedWriter - class ot::io::BufferedWriter
A BufferedWriter wraps another Writer object and provides buffering.  
BufferedWriter(Writer*) - Constructor for class ot::io::BufferedWriter
Constructs a BufferedWriter using the default buffer size and pWriter as the contained Writer.  
BufferedWriter(Writer*, size_t) - Constructor for class ot::io::BufferedWriter
Constructs a BufferedWriter using a buffer size of bufSize and pWriter as the contained Writer.  
Byte - typedef in namespace ot
Represents a byte which is an unsigned 8-bit value with a range of 0-255.  
ByteArrayInputStream - class ot::io::ByteArrayInputStream
An input stream which uses a byte array as its input source.  
ByteArrayInputStream(const Byte*, size_t) - Constructor for class ot::io::ByteArrayInputStream
Constructs a ByteArrayInputStream with a copy of the byte array starting at pData for a length of dataLen.  
ByteArrayOutputStream - class ot::io::ByteArrayOutputStream
An output stream that stores the data in an internal buffer.  
ByteArrayOutputStream() - Constructor for class ot::io::ByteArrayOutputStream
Creates a ByteArrayOutputStream with a default initial buffer size.  
ByteArrayOutputStream(size_t) - Constructor for class ot::io::ByteArrayOutputStream
Creates a ByteArrayOutputStream with a specified initial buffer size.  
ByteString - typedef in namespace ot
This typedef determines the ByteString type used by OpenTop.  

Cross-Platform C++

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

Copyright © 2000-2005 ElCel Technology   Trademark Acknowledgements