Cross-Platform C++

T

TcpNetworkClient - class ot::net::TcpNetworkClient
An abstract base class for utilities that require a TCP/IP connection to a network server.  
terminate() - Member function of class ot::TerminationHandler
OpenTop's singleton System class calls this method on all registered TerminationHandlers during system termination.  
Terminate() - Static function in class ot::System
Called by the application when it is about to terminate.  
TerminationHandler - class ot::TerminationHandler
An abstract base class providing an interface for classes that need to be informed when OpenTop is about to terminate.  
TestEncodedSequence(const CharType*, const CharType*, const CharType*&) - Static function in class ot::SystemCodeConverter
Tests a sequence of CharType values to check that it is encoded according to the native OpenTop encoding.  
testLongOption(const String&) - Member function of class ot::auxil::BasicOption
Called by the CommandLineParser to test if a long option contained within the command line matches the long option name accepted by this CommandLineOption.  
testLongOption(const String&) - Member function of class ot::auxil::BooleanOption
Called by the CommandLineParser to test if a long option contained within the command line matches the long option name accepted by this CommandLineOption.  
testLongOption(const String&) - Member function of class ot::auxil::CommandLineOption
Called by the CommandLineParser to test if a long option contained within the command line matches the long option name accepted by this CommandLineOption.  
testLongOption(const String&) - Member function of class ot::auxil::MultiListOption
Called by the CommandLineParser to test if a long option contained within the command line matches the long option name accepted by this CommandLineOption.  
testShortOption(CharType) - Member function of class ot::auxil::BasicOption
Called by the CommandLineParser to test if a short option contained within the command line matches the short option name accepted by this CommandLineOption.  
testShortOption(CharType) - Member function of class ot::auxil::CommandLineOption
Called by the CommandLineParser to test if a short option contained within the command line matches the short option name accepted by this CommandLineOption.  
testShortOption(CharType) - Member function of class ot::auxil::MultiListOption
Called by the CommandLineParser to test if a short option contained within the command line matches the short option name accepted by this CommandLineOption.  
Thread - class ot::Thread
Class to start and control threads of execution.  
Thread(Runnable*) - Constructor for class ot::Thread
Constructs a thread with pTarget as the Runnable object and with an automatically generated name.  
Thread(Runnable*, const String&) - Constructor for class ot::Thread
Constructs a Thread with the specified name and Runnable object.  
Thread() - Constructor for class ot::Thread
Constructs a Thread using this as the Runnable object and with an automatically generated name.  
Thread(const String&) - Constructor for class ot::Thread
Constructs a Thread with the specified name, using this as the Runnable object.  
ThreadId - class ot::ThreadId
Represents an abstract thread identifier.  
ThreadId() - Constructor for class ot::ThreadId
Default constructor.  
ThreadId(const ThreadId&) - Constructor for class ot::ThreadId
Copy constructor.  
ThreadId(NativeId) - Constructor for class ot::ThreadId
Constructs a ThreadId from a native thread identifier as used by the underlying threading library.  
ThreadList - typedef in class ot::Thread
 
ThreadLocal - class ot::ThreadLocal
Provides a class interface to native thread-local storage which provides each thread with its own copy of a variable.  
ThreadLocal() - Constructor for class ot::ThreadLocal
Default constructor.  
ThreadTerminationHandler - class ot::ThreadTerminationHandler
An abstract base class providing an interface for classes that need to be informed when OpenTop Threads are about to terminate.  
throwUnsupported(unsigned long) - Member function of class ot::cvt::CodeConverter
 
toAnsiTime() - Member function of class ot::util::DateTime
 
toAnsiTM(struct tm*) - Member function of class ot::util::DateTime
 
ToAscii(const String&) - Static function in class ot::StringUtils
Converts the passed String into a char string encoded as US-ASCII.  
ToConsoleMBCS(const String&) - Static function in class ot::StringUtils
Translates an OpenTop string into a Multi-Byte Character String (MBCS) intended to be displayed on the console.  
ToDouble(const String&) - Static function in class ot::NumUtils
Converts a String into a double-precision floating-point value.  
toExternalForm() - Member function of class ot::net::URL
Converts this URL into a String in URL format.  
toExternalForm(const URL&) - Member function of class ot::net::URLStreamHandler
Converts a URL into a valid string representation.  
ToHexString(const String&) - Static function in class ot::StringUtils
Creates and returns a String containing each Unicode character from str in hexadecimal notation.  
ToInt(const String&, int) - Static function in class ot::NumUtils
Converts a String into an integer value.  
ToInt64(const String&) - Static function in class ot::NumUtils
Converts a String containing a number represented in base-10 characters into a 64-bit integer value.  
ToInternalEncoding(UCS4Char, CharType*, const CharType*, CharType*&) - Static function in class ot::SystemCodeConverter
Converts a Unicode character value into a sequence of CharType values representing Unicode characters encoded into to the native OpenTop encoding.  
ToInternalEncoding(UCS4Char) - Static function in class ot::SystemCodeConverter
Returns the Unicode character ch as a String containing a sequence of CharType values representing Unicode characters encoded into to the native OpenTop encoding.  
ToLatin1(const String&) - Static function in class ot::StringUtils
Converts the passed String into a char string encoded as Latin-1.  
ToLong(const String&, int) - Static function in class ot::NumUtils
Converts a String into a long integer value.  
ToLower(const String&) - Static function in class ot::StringUtils
Returns a String representation of str with all characters converted to lower-case.  
ToNativeMBCS(const String&) - Static function in class ot::StringUtils
Converts an OpenTop String into a native (locale-dependent) Multi-Byte character string (MBCS).  
toString(const String&) - Member function of class ot::io::ByteArrayOutputStream
Converts the bytes in the internal buffer into a Unicode character string using the supplied encoding name.  
toString(CodeConverter*) - Member function of class ot::io::ByteArrayOutputStream
Converts the bytes in the internal buffer into a Unicode character string using the supplied CodeConverter.  
toString() - Member function of class ot::io::ByteArrayOutputStream
Converts the bytes in the internal buffer into a Unicode character string using the default encoding.  
toString() - Member function of class ot::Character
Returns a String containing an identical sequence of CharType values as the sequence controller and contained by this Character.  
toString() - Member function of class ot::net::DatagramSocket
Returns a string representation of this DatagramSocket.  
toString() - Member function of class ot::net::DatagramSocketImpl
 
toString() - Member function of class ot::util::DateTime
 
toString() - Member function of class ot::Exception
Returns a string representation of this Exception.  
toString() - Member function of class ot::web::HttpProtocolVersion
Formats this HttpProtocolVersion into a String suitable for sending as part of an HTTP request.  
toString() - Member function of class ot::net::InetAddress
Returns a String representation of this InetAddress.  
toString() - Member function of class ot::io::ResourceDescriptor
Returns a string representation of this ResourceDescriptor.  
toString() - Member function of class ot::net::ServerSocket
Returns a string representation of this ServerSocket.  
toString() - Member function of class ot::net::Socket
Returns a string representation of this Socket.  
toString() - Member function of class ot::net::SocketDescriptor
Returns a string representation of this ResourceDescriptor.  
toString() - Member function of class ot::net::SocketImpl
Returns a string representation of the socket.  
toString() - Member function of class ot::io::StringWriter
Creates a string from the internal character buffer.  
toString() - Member function of class ot::ThreadId
Returns a string representation of the object.  
ToString(long) - Static function in class ot::NumUtils
Converts the long value x into a String.  
ToString(unsigned long) - Static function in class ot::NumUtils
Converts the unsigned long value x into a String.  
ToString(int) - Static function in class ot::NumUtils
Converts the integer value x into a String.  
ToString(unsigned int) - Static function in class ot::NumUtils
Converts the unsigned integer value x into a String.  
ToString(double) - Static function in class ot::NumUtils
Converts the double-precision floating-point value d into a String.  
ToString(Int64Type) - Static function in class ot::NumUtils
Converts the 64-bit integer value x into a String.  
ToString(UInt64Type) - Static function in class ot::NumUtils
Converts the unsigned 64-bit integer value x into a String.  
toStringLite() - Member function of class ot::net::InetAddress
Returns a String representation of this InetAddress without performing any additional name look-ups.  
toUnicode() - Member function of class ot::Character
Converts the controlled multi-character sequence into a 32-bit Unicode code-point value.  
ToUpper(const String&) - Static function in class ot::StringUtils
Returns a String representation of str with all characters converted to upper-case.  
ToUTF8(const String&) - Static function in class ot::StringUtils
Converts the passed String into a char string encoded as UTF-8.  
toVector() - Member function of class ot::util::StringTokenizer
Returns the remaining tokens as elements of a std::vector<String>.  
ToWideChar(const String&) - Static function in class ot::StringUtils
Converts an OpenTop String, consisting of Unicode characters encoded as a sequence of CharType values, into a null-terminated array of wchar_t values.  
Trace(short, short, const String&) - Static function in class ot::Tracer
Raises a trace event.  
Trace(short, short, const CharType*, size_t) - Static function in class ot::Tracer
Raises a trace event.  
TraceBytes(short, short, const String&, const Byte*, size_t) - Static function in class ot::Tracer
Raises a trace event.  
TraceHelper - class ot::auxil::TraceHelper
 
TraceHelper(const String&, const String&) - Constructor for class ot::auxil::TraceHelper
 
Tracer - class ot::Tracer
Provides an abstraction for a run-time tracing service.  
tryLock() - Member function of class ot::FastMutex
Attempts to acquire the mutex without blocking.  
tryLock() - Member function of class ot::Mutex
Attempts to acquire the mutex without blocking.  
tryLock() - Member function of class ot::RecursiveMutex
Attempts to acquire the mutex without blocking.  

Cross-Platform C++

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

Copyright © 2000-2005 ElCel Technology   Trademark Acknowledgements