Cross-Platform C++

U

UCharType - typedef in namespace ot
Unsigned version of CharType.  
UCS4Char - typedef in namespace ot
Represents an integer type that is capable of holding the code-points for all Unicode characters in the range U+0000 to U+10FFFF.  
UInt64Type - typedef in namespace ot
Represents a large unsigned integral value, normally with a size of at least 64 bits.  
UnicodeCharacterType - class ot::UnicodeCharacterType
Class module for determining the characteristics of a given Unicode character.  
unit_type - typedef in class ot::io::InputStream
 
unit_type - typedef in class ot::io::OutputStream
 
unit_type - typedef in class ot::io::Reader
 
unit_type - typedef in class ot::io::Writer
 
UnknownHostException - class ot::net::UnknownHostException
Thrown when attempting to connect to a network host name that cannot be resolved.  
UnknownHostException(const String&) - Constructor for class ot::net::UnknownHostException
Constructs an UnknownHostException with a detail message.  
unlock() - Member function of class ot::AutoLock
Releases the lock.  
unlock() - Member function of class ot::AutoUnlock
Releases the lock if it is being held; has no effect otherwise.  
unlock() - Member function of class ot::FastMutex
Releases the mutex.  
unlock() - Member function of class ot::Mutex
Releases the mutex.  
unlock() - Member function of class ot::RecursiveMutex
Releases the mutex.  
unlock() - Member function of class ot::SynchronizedObject
Unlocks the mutex.  
UnmappableCharacterException - class ot::io::UnmappableCharacterException
Thrown during an I/O operation when a Unicode character cannot be encoded into the target encoding.  
UnmappableCharacterException(const String&, CodeConverter*) - Constructor for class ot::io::UnmappableCharacterException
Constructs an UnmappableCharacterException with a detail message and a decoder.  
unparsedEntityDecl(const String&, const String&, const String&, const String&) - Member function of class ot::sax::DefaultHandler
Receive notification of an unparsed entity declaration event.  
unparsedEntityDecl(const String&, const String&, const String&, const String&) - Member function of class ot::sax::DTDHandler
Receive notification of an unparsed entity declaration event.  
unregisterHandler(HttpRequestHandler*) - Member function of class ot::web::HttpClient
Unregisters an application-supplied HttpRequestHandler from this HttpClient.  
unregisterObject(ManagedObject*) - Member function of class ot::ObjectManager
Removes the reference to pObject from the managed collection of object references.  
UnregisterTerminationHandler(TerminationHandler*) - Static function in class ot::System
Unregisters and decrements the reference count of a registered termination handler object.  
UnregisterTerminationHandler(ThreadTerminationHandler*) - Static function in class ot::Thread
Unregisters and decrements the reference count of a registered thread termination handler object.  
UnsupportedEncodingException - class ot::io::UnsupportedEncodingException
Thrown when attempting to construct an InputStreamReader or an OutputStreamWriter for an encoding that is not supported.  
UnsupportedEncodingException(const String&) - Constructor for class ot::io::UnsupportedEncodingException
Constructs an UnsupportedEncodingException with a detail message.  
UnsupportedOperationException - class ot::UnsupportedOperationException
Thrown when an operation is attempted that is not supported on the current platform.  
UnsupportedOperationException() - Constructor for class ot::UnsupportedOperationException
Constructs an UnsupportedOperationException without a detail message.  
UnsupportedOperationException(const String&) - Constructor for class ot::UnsupportedOperationException
Constructs an UnsupportedOperationException with a detail message.  
UnwrapPublicidURN(const String&) - Static function in class ot::xmlcat::CatalogResolver
 
URL - class ot::net::URL
Represents a Uniform Resource Locator (URL).  
URL() - Constructor for class ot::net::URL
Default constructor..  
URL(const String&) - Constructor for class ot::net::URL
Constructs a URL by parsing the string spec.  
URL(const URL&, const String&) - Constructor for class ot::net::URL
Constructs a URL by parsing the string spec within the context of an existing URL context.  
URL(const String&, const String&, int, const String&) - Constructor for class ot::net::URL
Constructs a URL with the components set from the parameters provided.  
URL(const String&, const String&, int, const String&, URLStreamHandler*) - Constructor for class ot::net::URL
Constructs a URL with the components set from the parameters provided.  
URL(const String&, const String&, const String&) - Constructor for class ot::net::URL
Constructs a URL with the components set from the parameters provided.  
URLConnection - class ot::net::URLConnection
An abstract base class that represents a connection to a resource specified by a URL.  
URLConnection(const URL&) - Constructor for class ot::net::URLConnection
Constructs a URLConnection for the specified URL.  
URLDecoder - class ot::net::URLDecoder
A class module containing static methods for decoding strings that have been transmitted as an escaped URL.  
URLEncodedFormEmulator - class ot::web::URLEncodedFormEmulator
Class to construct a form entity using the application/x-www-form-urlencoded encoding. The resultant entity may be used as POST data or as the query string part of a URL.  
URLEncodedFormEmulator() - Constructor for class ot::web::URLEncodedFormEmulator
Default constructor.  
URLEncodedFormEmulator(const String&) - Constructor for class ot::web::URLEncodedFormEmulator
Constructs a URLEncodedFormEmulator with a specified Unicode encoding name.  
URLEncoder - class ot::net::URLEncoder
A class module containing static methods for encoding strings into a form that can be transmitted as a URL.  
URLStreamHandler - class ot::net::URLStreamHandler
An abstract base class for dealing with the protocol-specific aspects of URL handling.  
URLStreamHandlerFactory - class ot::net::URLStreamHandlerFactory
Factory class for creating instances of URLStreamHandler.  
useProxyForHost(const String&) - Member function of class ot::web::HttpClientConnectionManager
Virtual function called by the default implementation of getPRoxyForHost() when deciding whether to use a proxy server to contact a HTTP origin server.  
UShort - typedef in namespace ot
Convenient type used as an unsigned short integer.  
UTF8Decode(UCS4Char&, const Byte*, const Byte*, const Byte*&) - Static function in class ot::CodeConverterBase
Decodes a UTF-8 sequence of bytes into a single Unicode character.  
UTF8Encode(UCS4Char, Byte*, const Byte*, Byte*&) - Static function in class ot::CodeConverterBase
Encodes the single Unicode character ch into a UTF-8 Byte array.  

Cross-Platform C++

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

Copyright © 2000-2005 ElCel Technology   Trademark Acknowledgements