Cross-Platform C++

D

data() - Member function of class ot::AutoBuffer
Returns a const pointer to the start of the internal buffer.  
data() - Member function of class ot::io::ByteArrayOutputStream
Returns a constant pointer to the start of the internal byte buffer.  
data() - Member function of class ot::Character
Returns a pointer to the controlled CharType sequence buffer.  
data() - Member function of class ot::StringIterator
Returns a pointer to the current position within the CharType sequence.  
DatagramPacket - class ot::net::DatagramPacket
Class to represent a datagram packet.  
DatagramPacket(size_t) - Constructor for class ot::net::DatagramPacket
Creates a DatagramPacket and automatically allocates a data buffer of a given size.  
DatagramPacket(Byte*, size_t, bool) - Constructor for class ot::net::DatagramPacket
Creates a DatagramPacket, providing an application-supplied data buffer.  
DatagramPacket(Byte*, size_t, InetAddress*, int, bool) - Constructor for class ot::net::DatagramPacket
Creates a DatagramPacket, providing an application-supplied data buffer and pre-defined destination details.  
DatagramSocket - class ot::net::DatagramSocket
Provides a Berkeley socket interface for UDP datagram sockets.  
DatagramSocket() - Constructor for class ot::net::DatagramSocket
Creates an unbound datagram socket.  
DatagramSocket(int) - Constructor for class ot::net::DatagramSocket
Creates a DatagramSocket and binds it to the specified port on and wild-card address on the local machine.  
DatagramSocket(int, InetAddress*) - Constructor for class ot::net::DatagramSocket
Creates a DatagramSocket and binds it to the specified interface and port on the local machine.  
DatagramSocketImpl - class ot::net::DatagramSocketImpl
An abstract base class providing an interface for classes that implement datagram sockets.  
DatagramSocketImplFactory - class ot::net::DatagramSocketImplFactory
Factory class for creating instances of DatagramSocketImpl.  
DataInput - class ot::io::DataInput
An abstract base class that provides methods for reading fixed-length data blocks in a platform-independent manner.  
DataInputStream - class ot::io::DataInputStream
A FilterInputStream that implements the DataInput interface by reading bytes from the contained InputStream.  
DataInputStream(InputStream*) - Constructor for class ot::io::DataInputStream
Constructs a DataInputStream using pInputStream as the contained input stream.  
DataOutput - class ot::io::DataOutput
An abstract base class that provides methods for writing fixed-length data blocks in a platform-independent manner.  
DataOutputStream - class ot::io::DataOutputStream
A FilterOutputStream that implements the DataOutput interface by writing bytes to the contained OutputStream.  
DataOutputStream(OutputStream*) - Constructor for class ot::io::DataOutputStream
Constructs a DataOutputStream using pOutputStream as the contained output stream.  
dataTransferComplete() - Member function of class ot::net::FtpClient
Tests whether the preceding data transfer request completed successfully.  
DataType - typedef in class ot::AutoBuffer
 
DateTime - class ot::util::DateTime
 
DateTime() - Constructor for class ot::util::DateTime
 
DateTime(UShort, UShort, UShort) - Constructor for class ot::util::DateTime
 
DateTime(UShort, UShort, UShort, UShort, UShort, UShort, UShort) - Constructor for class ot::util::DateTime
 
DateTime(const String&) - Constructor for class ot::util::DateTime
 
DateTime(unsigned long) - Constructor for class ot::util::DateTime
 
DateTime(unsigned long, unsigned long) - Constructor for class ot::util::DateTime
 
declarePrefix(const String&, const String&) - Member function of class ot::sax::NamespaceSupport
Declare a Namespace prefix.  
DeclHandler - class ot::sax::DeclHandler
SAX2 extension handler for DTD declaration events.  
decode(const Byte*, const Byte*, const Byte*&, CharType*, CharType*, CharType*&) - Member function of class ot::cvt::CodeConverter
Decodes an array of bytes into an array of CharType values that represent Unicode characters in the native OpenTop encoding.  
decode(const ByteString&) - Member function of class ot::cvt::CodeConverter
Decodes a sequence of bytes contained within a ByteString into a Unicode String.  
Decode(const Byte*, const Byte*, Byte*, const Byte*, Byte*&) - Static function in class ot::util::Base64
Decodes an array of base64-encoded bytes.  
Decode(const String&, const ByteString&) - Static function in class ot::cvt::CodeConverter
Static function to decode a sequence of encoded bytes contained within a ByteString into a Unicode String.  
Decode(const String&) - Static function in class ot::net::URLDecoder
Converts an escaped string in the MIME x-www-form-urlencoded format into a plain Unicode string.  
DecodeBytes(const ByteString&) - Static function in class ot::net::URLDecoder
Translates a sequence of Bytes which contain HH sequences into a plain sequence of bytes.  
DefaultHandler - class ot::sax::DefaultHandler
Default base class for SAX2 event handlers.  
deleteFile() - Member function of class ot::io::File
Deletes the file.  
deleteFile(const String&) - Member function of class ot::io::FileSystem
Deletes the named file or directory from the file system.  
deleteFile(const String&) - Member function of class ot::net::FtpClient
Deletes a file from the remote FTP server.  
destroy() - Member function of class ot::AutoBuffer
Frees the internal buffer.  
difference_type - typedef in class ot::StringIterator
 
discardEntity() - Member function of class ot::web::HttpResponse
Provides a means for the application to release resources associated with this HttpResponse if the contained entity (InputStream) is not required.  
disconnect() - Member function of class ot::net::DatagramSocket
Disconnects the DatagramSocket from its remote destination.  
disconnect() - Member function of class ot::net::DatagramSocketImpl
 
disconnect() - Member function of class ot::net::TcpNetworkClient
Disconnects from the server.  
doActivate(short, short) - Member function of class ot::auxil::TraceHelper
Virtual function called in response to Activate().  
doActivate(short, short) - Member function of class ot::Tracer
Virtual function called in response to Activate().  
doCreate() - Member function of class ot::sax::XMLReaderFactory
Creates an instance of XMLReader.  
doTrace(short, short, const CharType*, size_t) - Member function of class ot::auxil::TraceHelper
Virtual function called in response to Trace().  
doTrace(short, short, const CharType*, size_t) - Member function of class ot::Tracer
Virtual function called in response to Trace().  
doTraceBytes(short, short, const String&, const Byte*, size_t) - Member function of class ot::auxil::TraceHelper
Virtual function called in response to Trace().  
doTraceBytes(short, short, const String&, const Byte*, size_t) - Member function of class ot::Tracer
Virtual function called in response to Trace().  
DTDHandler - class ot::sax::DTDHandler
Receive notification of basic DTD-related events.  

Cross-Platform C++

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

Copyright © 2000-2005 ElCel Technology   Trademark Acknowledgements