|
blocxx
|
Taken from RFC 1321. More...
Namespaces | |
| namespace | BinarySerialization |
| namespace | Cstr |
| namespace | DelayedFormatInternals |
| namespace | ExceptionDetail |
| namespace | ExceptionIds |
| namespace | Exec |
| namespace | FileSystem |
| The purpose of the FileSystem class is to provide an abstraction layer over the platform dependant functionality related to a file system. | |
| namespace | GetPass |
| namespace | LogConfigOptions |
| namespace | MutexImpl |
| The MutexImpl namespace represents the functionality needed by the BloCxx Mutex class (Mutex). | |
| namespace | NonRecursiveMutexImpl |
| The NonRecursiveMutexImpl namespace represents the functionality needed by the BloCxx non recursive Mutex class (NonRecursiveMutex). | |
| namespace | PosixExec |
| namespace | SafeCString |
| namespace | Secure |
| namespace | Select |
| namespace | SignalUtils |
| namespace | SocketFlags |
| namespace | SocketUtils |
| namespace | StackTrace |
| namespace | System |
| namespace | ThreadImpl |
| The ThreadImpl namespace represents the functionality needed by the BloCxx Thread class (Thread). | |
| namespace | UserUtils |
| Facade encapsulating OS specific user functionality. | |
| namespace | UTF8Utils |
| namespace | WaitpidThreadFix |
| namespace | WinExec |
Classes | |
| class | AppenderLogger |
| This implementation of Logger is used to send a Log message to multiple LogAppenders. More... | |
| class | Array |
| Array<> wraps std::vector<> in COWReference<> adding ref counting and copy on write capability. More... | |
| class | AssertionException |
| struct | Atomic_t |
| struct | AutoDescriptorPolicy |
| class | AutoPtr |
| The AutoPtr class provides a simple class for smart pointers to single objects (for multiple, see AutoPtrVec); it stores a pointer to an object obtained by way of the new operator and deletes that object when the AutoPtr object is destroyed. More... | |
| class | AutoPtrVec |
| The AutoPtrVec class provides a simple class for smart pointers to a dynamically allocated array of objects. More... | |
| class | AutoResource |
| PURPOSE: The AutoResource class template is an analog of std::auto_ptr for managing arbitrary resource handles. More... | |
| struct | AutoResourceRef |
| Utility class used in implementing AutoResource operations. More... | |
| class | BadSignatureException |
| class | BaseStreamBuffer |
| class | Bool |
| The Bool class is an abstraction for the boolean data type. More... | |
| class | CancellationDeniedException |
| class | CerrAppender |
| The CerrAppender is a LogAppender derivative that sends log message to stderr. More... | |
| class | CerrLogger |
| The CerrLogger is a Logger derivative that sends log message to stderr. More... | |
| class | Char16 |
| The Char16 class is an abstraction for a double byte character. More... | |
| class | CmdLineParser |
| Do command line parsing. More... | |
| class | CmdLineParserException |
| class | Condition |
| The Condition class represents a synchronization device that allows threads to suspend execution and relinquish the processors until another thread signals the condition. More... | |
| class | ConditionLockException |
| class | ConditionResourceException |
| class | COWIntrusiveCountableBase |
| class | COWIntrusiveReference |
| COWIntrusiveReference A smart pointer that uses intrusive reference counting. More... | |
| class | COWReference |
| COWReference A smart pointer that uses non-intrusive reference counting. More... | |
| class | COWReferenceBase |
| class | DataIStream |
| class | DataIStreamBase |
| class | DataIStreamBuf |
| class | DataOStream |
| class | DataOStreamBase |
| class | DataOStreamBuf |
| class | DateTime |
| The DateTime class is an abstraction for date time data. More... | |
| class | DateTimeException |
| class | DeadlockException |
| struct | DefaultConstructorFactory |
| This class is the default factory for GlobalPtr. More... | |
| struct | DefaultVariableConstructorFactory |
| class | DelayedFormat |
| This is a class similar to the blocxx format, except that all arguments are bound by reference and the formatting is performed at a later point in time. More... | |
| class | Enumeration |
| class | Enumeration_input_iterator |
| class | Enumeration_insert_iterator |
| class | EnumerationException |
| class | EnvVars |
| The EnvVars class is an abstraction for a set of environment variables. More... | |
| class | Exception |
| This class is the base of all exceptions thrown by BloCxx code. More... | |
| class | ExecBufferFullException |
| class | ExecErrorException |
| class | ExecMockObject |
| This class can be used to modify/replace the behavior of the Exec functions. More... | |
| class | ExecMockObjectUnimplementedException |
| class | ExecTimeoutException |
| class | File |
| The purpose of the File class is to provide an abstraction layer over the platform dependant functionality related to a file. More... | |
| class | FileAppender |
| This class sends log messges to a file. More... | |
| class | FileBuf |
| The purpose of this class is to provide an alternative implementation of std::filebuf that is based on a FILE*, and can be created using a FILE*, a raw file descriptor or an instance of blocxx::File. More... | |
| class | FileSystemException |
| class | FileSystemMockObject |
| This class can be used to modify/replace the behavior of the FileSystem functions. More... | |
| class | FileSystemMockObjectUnimplementedException |
| class | Format |
| class | FuncNamePrinter |
| class | GenericRWLockImpl |
| This class is the implementation of the read/write lock. More... | |
| class | GenericRWLockImplException |
| struct | GlobalMutexFactory |
| class | GlobalPtr |
| This class can be used to store a global pointer. More... | |
| class | IFileStream |
| The purpose of this class is to provide an alternative implementation of std::ifstream that is based on a FILE*, and can be created using a FILE*, a raw file descriptor or an instance of blocxx::File. More... | |
| class | IntrusiveCountableBase |
| class | IntrusiveReference |
| class | InvalidUTF8Exception |
| class | IOException |
| class | IOIFC |
| class | IOIFCStreamBuffer |
| DO NOT DERIVE FROM THIS CLASS, as the dtor has to call a virtual fct. More... | |
| class | IstreamBufIterator |
| This class differs from a std::istreambuf_iterator in that dereferncing an eof iterator returns 0 This class is mostly just a replacement for std::istreambuf_iterator<>, since it doesn't exist in the gcc 2.95.x standard lib. More... | |
| class | IStringStream |
| class | IStringStreamBase |
| class | IStringStreamBuf |
| class | LazyGlobal |
| This class can be used to store a global variable that is lazily initialized in a thread safe manner. More... | |
| class | List |
| This class is a wrapper around std::list<> and adds COW capabilities. More... | |
| class | LogAppender |
| class | LogAppenderScope |
| The purpose of this class is to change the current thread's global LogAppenderRef during an instance's lifetime. More... | |
| class | Logger |
| Logging interface. More... | |
| class | LoggerException |
| struct | LogMessage |
| class | LogMessagePatternFormatter |
| class | LogMessagePatternFormatterException |
| class | Map |
| class | MD5 |
| class | MD5Exception |
| class | MD5OStreamBase |
| class | MD5StreamBuffer |
| class | MultiAppender |
| This implementation of LogAppender is used to send a Log message to multiple LogAppenders. More... | |
| class | MultiProcessFileAppender |
| This class sends log messges to a file, for use when there may be multiple processes logging to the same file. More... | |
| class | Mutex |
| class | MutexLock |
| class | NonRecursiveMutex |
| Note that descriptions of what exceptions may be thrown assumes that object is used correctly, i.e., method preconditions are satisfied. More... | |
| class | NonRecursiveMutexLock |
| Note that descriptions of what exceptions may be thrown assumes that object is used correctly, i.e., method preconditions are satisfied. More... | |
| class | NullAppender |
| This class sends log messges to the bit bucket. More... | |
| class | NullLogger |
| This logger just discards all log messages. More... | |
| class | NULLValueException |
| class | NwIface |
| class | ObjScopeGuardImpl0 |
| class | ObjScopeGuardImpl1 |
| class | ObjScopeGuardImpl2 |
| class | OStringStream |
| class | OStringStreamBase |
| class | OStringStreamBuf |
| class | OutOfBoundsException |
| class | PosixUnnamedPipe |
| class | Process |
| Class for communicating with and managing a child process. More... | |
| class | ProcessErrorException |
| class | ProcessImpl |
| Abstract interface for abstracting details of dealing with a process. More... | |
| class | RandomNumber |
| class | ReadLock |
| class | RefCount |
| class | RefCountedPimpl |
| PURPOSE: Make it easy to define immutable classes or handle classes, making it inexpensive to copy them, while keeping implementation details out of the header file. More... | |
| class | Reference |
| class | ReferenceBase |
| class | RefToValue |
| Transports a reference as a value Serves to implement the Colvin/Gibbons trick for SmartPtr/ScopeGuard. More... | |
| class | RegExCompileException |
| Compilation exception. More... | |
| class | RegExExecuteException |
| Execution exception. More... | |
| class | Runnable |
| There are two methods for creating a thread of execution in the blocxx systems. More... | |
| class | RWLocker |
| class | RWLockerException |
| class | ScopeGuardImpl0 |
| class | ScopeGuardImpl1 |
| class | ScopeGuardImpl2 |
| class | ScopeGuardImpl3 |
| class | ScopeGuardImplBase |
| class | ScopeLogger |
| This is a fairly simple class that will log a message when created and when destroyed. More... | |
| class | SelectableCallbackIFC |
| class | SelectableIFC |
| class | SelectEngine |
| class | SelectEngineStopper |
| class | SelectException |
| class | Semaphore |
| class | ServerSocket |
| class | ServerSocketImpl |
| class | SharedLibrary |
| SharedLibrary is a base class for platform classes that implement the functionality of loading and querying shared libraries. More... | |
| class | SharedLibraryException |
| class | SharedLibraryLoader |
| SharedLibraryLoader is the base class for a platform class for loading shared libraries. More... | |
| class | SharedLibraryReference |
| class | SignalScope |
| class | Socket |
| class | SocketAddress |
| class | SocketAddressException |
| class | SocketBaseImpl |
| class | SocketException |
| class | SocketImpl |
| class | SocketStreamBuffer |
| class | SocketTimeoutException |
| class | SortedVectorMap |
| class | SortedVectorMapDataCompare |
| class | SortedVectorSet |
| class | SSLClientCtx |
| class | SSLException |
| class | SSLServerCtx |
| class | SSLSocketImpl |
| class | Stack |
| struct | StaticAssertionFailure |
| struct | StaticAssertionFailure< true > |
| class | String |
| This String class is an abstract data type that represents as NULL terminated string of characters. More... | |
| struct | StringArrayConstructorFactory |
| class | StringBuffer |
| class | StringConversionException |
| class | SyslogAppender |
| This class sends log messges to syslog. More... | |
| class | TempFileBuffer |
| class | TempFileEnumerationImpl |
| class | TempFileEnumerationImplBase |
| class | TempFileStream |
| TempFileStream is an iostream that uses an underlying temp file to hold its content to reduce memory requirements. More... | |
| class | Thread |
| Descriptions of exceptions thrown assume that the object is used correctly, i.e., method preconditions are satisfied. More... | |
| class | ThreadBarrier |
| The ThreadBarrier class is used to synchronize threads. More... | |
| class | ThreadBarrierException |
| class | ThreadBarrierImpl |
| struct | ThreadCancelledException |
| In the event a thread has been cancelled, a ThreadCancelledException will be thrown. More... | |
| class | ThreadCountDecrementer |
| class | ThreadCounter |
| class | ThreadDoneCallback |
| class | ThreadException |
| class | ThreadPool |
| The ThreadPool class is used to coordinate a group of threads. More... | |
| class | ThreadPoolException |
| class | ThreadPoolImpl |
| class | Timeout |
| A timeout can be absolute, which means that it will happen at the specified DateTime. More... | |
| class | TimeoutException |
| class | TimeoutTimer |
| A TimeoutTimer is used by an algorithm to determine when a timeout has expired. More... | |
| class | UnknownHostException |
| class | UnnamedPipe |
| Abstract interface for an UnnamedPipe. More... | |
| class | UnnamedPipeException |
| class | UUID |
| UUIDs (Universally Unique IDentifiers), also known as GUIDs (Globally Unique IDentifiers), are 128 bits long. More... | |
| class | UUIDException |
| class | WriteLock |
Enumerations | |
| enum | EOverwritePreviousConfigItemFlag { E_PRESERVE_PREVIOUS_CONFIG_ITEM , E_OVERWRITE_PREVIOUS_CONFIG_ITEM } |
| enum | ELogLevel { E_NONE_LEVEL , E_FATAL_ERROR_LEVEL , E_ERROR_LEVEL , E_WARNING_LEVEL , E_INFO_LEVEL , E_DEBUG_LEVEL , E_DEBUG2_LEVEL , E_DEBUG3_LEVEL , E_ALL_LEVEL } |
| enum | EFileStatusReturn { E_FILE_OK , E_FILE_BAD_OWNER , E_FILE_BAD_OTHER } |
Variables | |
| const size_t | BASE_BUF_SIZE = 256 |
| const size_t | HTTP_BUF_SIZE = 4096 |
| class BLOCXX_COMMON_API | Logger |
| class BLOCXX_COMMON_API | LogAppender |
| class BLOCXX_COMMON_API | MultiAppender |
| char const | LOG_1_LOCATION_opt [] = "log.%1.location" |
| char const | LOG_1_MAX_FILE_SIZE_opt [] = "log.%1.max_file_size" |
| char const | LOG_1_MAX_BACKUP_INDEX_opt [] = "log.%1.max_backup_index" |
| char const | LOG_1_FLUSH_opt [] = "log.%1.flush" |
| char const | LOG_1_SYSLOG_IDENTITY_opt [] = "log.%1.identity" |
| char const | LOG_1_SYSLOG_FACILITY_opt [] = "log.%1.facility" |
| const int | MD5HASHHEXLEN = 32 |
| static unsigned char | PADDING [64] |
| const int | MD5HASHLEN = 16 |
| static const char * | TERM_MESSAGE = "Terminate Process" |
| const int | BLOCXX_SIGSEGV = SIGSEGV |
| const int | BLOCXX_SIGABRT = SIGABRT |
| const int | BLOCXX_SIGFPE = SIGFPE |
| static bool | b_gotShutDown = false |
| static GlobalMutex | shutdownMutex = { 0 , 0, {0, PTHREAD_MUTEX_INITIALIZER} } |
| Mutex | gethostbynameMutex |
| static const char | cnullChar = '\0' |
| static char | nullChar = '\0' |
Taken from RFC 1321.
TempFileBuffer is the "IntelliBuffer".
This file should not be confused with the LogAppenderScope.
This header file contains the implementation of the Array template class. It is not intended to be used directly by users of the blocxx library.
An analog of std::auto_ptr for descriptors.
Definition at line 69 of file AutoDescriptor.hpp.
Definition at line 98 of file CommonFwd.hpp.
Definition at line 76 of file CommonFwd.hpp.
Definition at line 56 of file GlobalMutex.hpp.
Definition at line 49 of file GlobalString.hpp.
| typedef LazyGlobal<StringArray, const char * const, StringArrayConstructorFactory> BLOCXX_NAMESPACE::GlobalStringArray |
Definition at line 55 of file GlobalStringArray.hpp.
Definition at line 90 of file NetworkTypes.hpp.
Definition at line 81 of file NetworkTypes.hpp.
Definition at line 67 of file CommonFwd.hpp.
Definition at line 53 of file LogConfig.hpp.
Definition at line 64 of file CommonFwd.hpp.
Definition at line 70 of file CommonFwd.hpp.
| typedef Array<std::pair<String, EFileStatusReturn> > BLOCXX_NAMESPACE::path_results_t |
Definition at line 54 of file PathSecurity.cpp.
Definition at line 89 of file PosixUnnamedPipe.hpp.
Definition at line 57 of file Process.hpp.
Definition at line 160 of file CommonFwd.hpp.
Definition at line 131 of file CommonFwd.hpp.
See Andrei's and Petru Marginean's CUJ article http://www.cuj.com/documents/s=8000/cujcexp1812alexandr/alexandr.htm.
Changes to the original code by Joshua Lehrer: http://www.lehrerfamily.com/scopeguard.html
Definition at line 106 of file ScopeGuard.hpp.
Definition at line 146 of file NetworkTypes.hpp.
Definition at line 119 of file CommonFwd.hpp.
Definition at line 116 of file CommonFwd.hpp.
Definition at line 53 of file Select.hpp.
Definition at line 113 of file CommonFwd.hpp.
Definition at line 157 of file CommonFwd.hpp.
Definition at line 65 of file SignalScope.hpp.
Definition at line 76 of file NetworkTypes.hpp.
Definition at line 124 of file CommonFwd.hpp.
Definition at line 97 of file NetworkTypes.hpp.
Definition at line 151 of file CommonFwd.hpp.
Definition at line 148 of file CommonFwd.hpp.
Definition at line 154 of file CommonFwd.hpp.
Definition at line 73 of file CommonFwd.hpp.
Definition at line 89 of file CommonFwd.hpp.
Definition at line 1058 of file String.cpp.
Definition at line 1060 of file String.cpp.
Definition at line 1057 of file String.cpp.
Definition at line 1059 of file String.cpp.
Definition at line 134 of file CommonFwd.hpp.
Definition at line 137 of file CommonFwd.hpp.
Definition at line 63 of file ThreadImpl.hpp.
Definition at line 95 of file CommonFwd.hpp.
Definition at line 92 of file CommonFwd.hpp.
Definition at line 86 of file NetworkTypes.hpp.
Definition at line 106 of file CommonFwd.hpp.
| Enumerator | |
|---|---|
| E_FILE_OK | |
| E_FILE_BAD_OWNER | |
| E_FILE_BAD_OTHER | |
Definition at line 50 of file PathSecurity.hpp.
| Enumerator | |
|---|---|
| E_NONE_LEVEL | |
| E_FATAL_ERROR_LEVEL | |
| E_ERROR_LEVEL | |
| E_WARNING_LEVEL | |
| E_INFO_LEVEL | |
| E_DEBUG_LEVEL | |
| E_DEBUG2_LEVEL | |
| E_DEBUG3_LEVEL | |
| E_ALL_LEVEL | |
Definition at line 45 of file LogLevel.hpp.
| Enumerator | |
|---|---|
| E_PRESERVE_PREVIOUS_CONFIG_ITEM | |
| E_OVERWRITE_PREVIOUS_CONFIG_ITEM | |
Definition at line 47 of file LogConfig.hpp.
Definition at line 74 of file AtomicOps.cpp.
References AtomicDec(), and BLOCXX_NAMESPACE::Atomic_t::val.
Referenced by AtomicDec().
Definition at line 62 of file AtomicOps.cpp.
References AtomicDecAndTest(), and BLOCXX_NAMESPACE::Atomic_t::val.
Referenced by AtomicDecAndTest(), and BLOCXX_NAMESPACE::RefCount::decAndTest().
Definition at line 70 of file AtomicOps.cpp.
References AtomicGet(), and BLOCXX_NAMESPACE::Atomic_t::val.
Referenced by AtomicGet(), and BLOCXX_NAMESPACE::RefCount::get().
Definition at line 56 of file AtomicOps.cpp.
References AtomicInc(), and BLOCXX_NAMESPACE::Atomic_t::val.
Referenced by AtomicInc(), and BLOCXX_NAMESPACE::RefCount::inc().
| BLOCXX_NAMESPACE::BLOCXX_EXPORT_TEMPLATE | ( | BLOCXX_COMMON_API | , |
| Array | , | ||
| Bool | ) |
| BLOCXX_NAMESPACE::BLOCXX_EXPORT_TEMPLATE | ( | BLOCXX_COMMON_API | , |
| Array | , | ||
| Char16 | ) |
| BLOCXX_NAMESPACE::BLOCXX_EXPORT_TEMPLATE | ( | BLOCXX_COMMON_API | , |
| Array | , | ||
| String | ) |
| BLOCXX_NAMESPACE::BLOCXX_EXPORT_TEMPLATE | ( | BLOCXX_COMMON_API | , |
| Enumeration | , | ||
| String | ) |
| BLOCXX_NAMESPACE::BLOCXX_EXPORT_TEMPLATE | ( | BLOCXX_COMMON_API | , |
| IntrusiveReference | , | ||
| LogAppender | ) |
| BLOCXX_NAMESPACE::BLOCXX_EXPORT_TEMPLATE | ( | BLOCXX_COMMON_API | , |
| IntrusiveReference | , | ||
| Logger | ) |
| BLOCXX_NAMESPACE::BLOCXX_EXPORT_TEMPLATE | ( | BLOCXX_COMMON_API | , |
| IntrusiveReference | , | ||
| Runnable | ) |
| BLOCXX_NAMESPACE::BLOCXX_EXPORT_TEMPLATE | ( | BLOCXX_COMMON_API | , |
| IntrusiveReference | , | ||
| SharedLibraryLoader | ) |
| BLOCXX_NAMESPACE::BLOCXX_EXPORT_TEMPLATE | ( | BLOCXX_COMMON_API | , |
| IntrusiveReference | , | ||
| SocketBaseImpl | ) |
| BLOCXX_NAMESPACE::BLOCXX_EXPORT_TEMPLATE | ( | BLOCXX_COMMON_API | , |
| IntrusiveReference | , | ||
| Thread | ) |
| BLOCXX_NAMESPACE::BLOCXX_EXPORT_TEMPLATE | ( | BLOCXX_COMMON_API | , |
| IntrusiveReference | , | ||
| ThreadCounter | ) |
| BLOCXX_NAMESPACE::BLOCXX_EXPORT_TEMPLATE | ( | BLOCXX_COMMON_API | , |
| IntrusiveReference | , | ||
| ThreadDoneCallback | ) |
| BLOCXX_NAMESPACE::BLOCXX_EXPORT_TEMPLATE | ( | BLOCXX_COMMON_API | , |
| IntrusiveReference | , | ||
| ThreadPool | ) |
| BLOCXX_NAMESPACE::BLOCXX_EXPORT_TEMPLATE | ( | BLOCXX_COMMON_API | , |
| IntrusiveReference | , | ||
| UnnamedPipe | ) |
|
inline |
| void BLOCXX_COMMON_API BLOCXX_NAMESPACE::callOnce | ( | OnceFlag & | flag, |
| FuncT | F ) |
The first time callOnce is called with a given onceFlag argument, it calls func with no argument and changes the value of flag to indicate that func has been run.
Subsequent calls with the same onceFlag do nothing.
Referenced by BLOCXX_NAMESPACE::GlobalPtr< T, FactoryT >::get(), BLOCXX_NAMESPACE::LazyGlobal< T, PODType, FactoryT >::get(), BLOCXX_NAMESPACE::LogAppender::getDefaultLogAppender(), BLOCXX_NAMESPACE::LazyGlobal< T, PODType, FactoryT >::getPtr(), BLOCXX_NAMESPACE::LogAppender::getThreadLogAppender(), BLOCXX_NAMESPACE::PosixUnnamedPipe::passDescriptor(), BLOCXX_NAMESPACE::RandomNumber::RandomNumber(), BLOCXX_NAMESPACE::PosixUnnamedPipe::receiveDescriptor(), BLOCXX_NAMESPACE::LogAppender::setDefaultLogAppender(), BLOCXX_NAMESPACE::LogAppender::setThreadLogAppender(), BLOCXX_NAMESPACE::WaitpidThreadFix::spawnProcess(), and BLOCXX_NAMESPACE::WaitpidThreadFix::waitPid().
Definition at line 54 of file PosixPathSecurity.cpp.
References group_ok(), and operator==().
Referenced by file_ok().
| IntrusiveReference< T > BLOCXX_NAMESPACE::const_pointer_cast | ( | IntrusiveReference< U > const & | p | ) |
Definition at line 203 of file IntrusiveReference.hpp.
References operator==().
|
inlinestatic |
Definition at line 1081 of file String.cpp.
References m_buf, operator==(), and BLOCXX_NAMESPACE::String::strtoll().
|
inlinestatic |
Definition at line 1069 of file String.cpp.
References m_buf, and operator==().
|
inlinestatic |
Definition at line 976 of file String.cpp.
References m_buf, operator==(), and throwStringConversion().
|
inlinestatic |
Definition at line 1075 of file String.cpp.
References m_buf, operator==(), and BLOCXX_NAMESPACE::String::strtoull().
|
inlinestatic |
Definition at line 1063 of file String.cpp.
References m_buf, and operator==().
| void BLOCXX_NAMESPACE::COWIntrusiveReferenceAddRef | ( | COWIntrusiveCountableBase * | p | ) |
| p | The COWIntrusiveCountableBase to increment the reference count for. |
Definition at line 128 of file COWIntrusiveCountableBase.hpp.
Referenced by BLOCXX_NAMESPACE::COWIntrusiveReference< T >::COWIntrusiveReference(), BLOCXX_NAMESPACE::COWIntrusiveReference< T >::COWIntrusiveReference(), and BLOCXX_NAMESPACE::COWIntrusiveReference< T >::COWIntrusiveReference().
| p | The COWIntrusiveCountableBase object to clone. |
Definition at line 167 of file COWIntrusiveCountableBase.hpp.
Referenced by BLOCXX_NAMESPACE::COWIntrusiveReference< T >::getWriteLock().
| void BLOCXX_NAMESPACE::COWIntrusiveReferenceRelease | ( | COWIntrusiveCountableBase * | p | ) |
If the reference count is zero after the release, the COWIntrusiveCountableBase object will be deleted.
| p | The COWIntrusiveCountableBase object to release the reference for. |
Definition at line 140 of file COWIntrusiveCountableBase.hpp.
Referenced by BLOCXX_NAMESPACE::COWIntrusiveReference< T >::~COWIntrusiveReference().
| bool BLOCXX_NAMESPACE::COWIntrusiveReferenceUnique | ( | COWIntrusiveCountableBase * | p | ) |
| p | The COWIntrusiveCountableBase object to check for a single reference. |
Definition at line 152 of file COWIntrusiveCountableBase.hpp.
Referenced by BLOCXX_NAMESPACE::COWIntrusiveReference< T >::getWriteLock().
Definition at line 658 of file List.hpp.
References operator==().
| std::map< Key, T, Compare > * BLOCXX_NAMESPACE::COWReferenceClone | ( | std::map< Key, T, Compare > * | obj | ) |
Definition at line 234 of file Map.hpp.
References operator==().
The purpose of this header is to only have one definition of this function.
Various classes use COWReference<std::vector<T> > and thus need this function.
Definition at line 54 of file vector.hpp.
References operator==().
Definition at line 355 of file COWReference.hpp.
References operator==().
Referenced by BLOCXX_NAMESPACE::COWReference< T >::getWriteLock().
Definition at line 51 of file COWReferenceBase.hpp.
References operator==().
Referenced by BLOCXX_NAMESPACE::COWReference< T >::swap(), and BLOCXX_NAMESPACE::COWReferenceBase::swap().
|
static |
Definition at line 410 of file MD5.cpp.
References i, and operator==().
Referenced by MD5Transform().
|
inlinestatic |
Definition at line 1035 of file String.cpp.
References m_buf, operator==(), and throwStringConversion().
| IntrusiveReference< T > BLOCXX_NAMESPACE::dynamic_pointer_cast | ( | IntrusiveReference< U > const & | p | ) |
Definition at line 207 of file IntrusiveReference.hpp.
References operator==().
Definition at line 396 of file MD5.cpp.
References i, and operator==().
Referenced by BLOCXX_NAMESPACE::MD5::MD5Final().
|
inline |
Definition at line 233 of file Enumeration.hpp.
References operator==().
Definition at line 60 of file PosixPathSecurity.cpp.
References check_grp_oth(), E_FILE_BAD_OTHER, E_FILE_BAD_OWNER, E_FILE_OK, and operator==().
Referenced by getFileStatus().
Definition at line 65 of file Exception.cpp.
References operator==().
Referenced by BLOCXX_NAMESPACE::Exception::~Exception().
Definition at line 87 of file LogAppender.cpp.
References operator==().
Referenced by BLOCXX_NAMESPACE::LogAppender::setThreadLogAppender().
| EFileStatusReturn BLOCXX_NAMESPACE::getFileStatus | ( | struct stat const & | x, |
| uid_t | uid, | ||
| bool | is_full_path, | ||
| const String & | path ) |
GetFileStatus() - just to unify the call of file_ok() for Win and xNix.
Definition at line 89 of file PosixPathSecurity.cpp.
References file_ok(), and operator==().
Definition at line 43 of file PosixPathSecurity.cpp.
References operator==().
Referenced by check_grp_oth().
Definition at line 91 of file ByteSwap.hpp.
References operator==().
Referenced by BLOCXX_NAMESPACE::ServerSocketImpl::doListenIPv4(), BLOCXX_NAMESPACE::SocketAddress::getFromNativeForm(), ntoh16(), BLOCXX_NAMESPACE::BinarySerialization::write(), and BLOCXX_NAMESPACE::BinarySerialization::write().
Definition at line 98 of file ByteSwap.hpp.
References operator==().
Referenced by BLOCXX_NAMESPACE::ServerSocketImpl::doListenIPv4(), BLOCXX_NAMESPACE::SocketAddress::getAnyLocalHost(), ntoh32(), BLOCXX_NAMESPACE::BinarySerialization::write(), and BLOCXX_NAMESPACE::BinarySerialization::write().
Definition at line 107 of file ByteSwap.hpp.
References operator==().
Referenced by ntoh64(), BLOCXX_NAMESPACE::BinarySerialization::write(), and BLOCXX_NAMESPACE::BinarySerialization::write().
| void BLOCXX_NAMESPACE::IntrusiveReferenceAddRef | ( | IntrusiveCountableBase * | p | ) |
| void BLOCXX_NAMESPACE::IntrusiveReferenceRelease | ( | IntrusiveCountableBase * | p | ) |
Definition at line 96 of file IntrusiveCountableBase.hpp.
Referenced by BLOCXX_NAMESPACE::IntrusiveReference< T >::~IntrusiveReference().
Definition at line 94 of file PosixPathSecurity.cpp.
References operator==().
Referenced by BLOCXX_NAMESPACE::FileSystem::Path::security().
|
inline |
Definition at line 135 of file ScopeGuard.hpp.
References BLOCXX_NAMESPACE::ScopeGuardImpl0< F >::makeGuard(), and operator==().
|
inline |
Definition at line 168 of file ScopeGuard.hpp.
References BLOCXX_NAMESPACE::ScopeGuardImpl1< F, P1 >::makeGuard(), and operator==().
Definition at line 202 of file ScopeGuard.hpp.
References BLOCXX_NAMESPACE::ScopeGuardImpl2< F, P1, P2 >::makeGuard(), and operator==().
Definition at line 237 of file ScopeGuard.hpp.
References BLOCXX_NAMESPACE::ScopeGuardImpl3< F, P1, P2, P3 >::makeGuard(), and operator==().
|
inline |
Definition at line 278 of file ScopeGuard.hpp.
References makeObjGuard(), and operator==().
|
inline |
Definition at line 284 of file ScopeGuard.hpp.
References makeObjGuard(), and operator==().
|
inline |
Definition at line 324 of file ScopeGuard.hpp.
References makeObjGuard(), and operator==().
|
inline |
Definition at line 330 of file ScopeGuard.hpp.
References makeObjGuard(), and operator==().
|
inline |
Definition at line 371 of file ScopeGuard.hpp.
References makeObjGuard(), and operator==().
|
inline |
Definition at line 377 of file ScopeGuard.hpp.
References makeObjGuard(), and operator==().
|
inline |
Definition at line 272 of file ScopeGuard.hpp.
References BLOCXX_NAMESPACE::ObjScopeGuardImpl0< Obj, MemFun >::makeObjGuard(), and operator==().
Referenced by makeGuard(), makeGuard(), makeGuard(), makeGuard(), makeGuard(), and makeGuard().
|
inline |
Definition at line 318 of file ScopeGuard.hpp.
References BLOCXX_NAMESPACE::ObjScopeGuardImpl1< Obj, MemFun, P1 >::makeObjGuard(), and operator==().
|
inline |
Definition at line 365 of file ScopeGuard.hpp.
References BLOCXX_NAMESPACE::ObjScopeGuardImpl2< Obj, MemFun, P1, P2 >::makeObjGuard(), and operator==().
Definition at line 120 of file ByteSwap.hpp.
References hton16(), and operator==().
Referenced by BLOCXX_NAMESPACE::SocketAddress::getPort(), BLOCXX_NAMESPACE::BinarySerialization::read(), and BLOCXX_NAMESPACE::BinarySerialization::read().
Definition at line 124 of file ByteSwap.hpp.
References hton32(), and operator==().
Referenced by BLOCXX_NAMESPACE::BinarySerialization::read(), and BLOCXX_NAMESPACE::BinarySerialization::read().
Definition at line 128 of file ByteSwap.hpp.
References hton64(), and operator==().
Referenced by BLOCXX_NAMESPACE::BinarySerialization::read(), and BLOCXX_NAMESPACE::BinarySerialization::read().
Definition at line 296 of file Char16.hpp.
References operator==().
Determine two Arrays are not equal.
Two Arrays are considered equal if they are of the same size and elements in the same position are equal as defined by the “==” operator of the type in the Array.
Definition at line 446 of file Array.hpp.
References operator==().
Definition at line 794 of file String.hpp.
References BLOCXX_NAMESPACE::String::compareTo(), and operator==().
Definition at line 288 of file Char16.hpp.
References operator==().
|
inline |
Definition at line 342 of file COWReference.hpp.
References BLOCXX_NAMESPACE::COWReference< T >::getPtr(), and operator==().
|
inline |
Definition at line 192 of file Enumeration.hpp.
References operator==().
|
inline |
Definition at line 121 of file IstreamBufIterator.hpp.
References operator==().
Definition at line 222 of file Reference.hpp.
References BLOCXX_NAMESPACE::Reference< T >::getPtr(), and operator==().
Definition at line 789 of file String.hpp.
References BLOCXX_NAMESPACE::String::compareTo(), and operator==().
Definition at line 784 of file String.hpp.
References operator==().
| BLOCXX_COMMON_API bool BLOCXX_NAMESPACE::operator!= | ( | const String & | x, |
| const StringBuffer & | y ) |
Definition at line 442 of file StringBuffer.cpp.
References operator==().
| BLOCXX_COMMON_API bool BLOCXX_NAMESPACE::operator!= | ( | const StringBuffer & | x, |
| const String & | y ) |
Definition at line 430 of file StringBuffer.cpp.
References operator==().
| BLOCXX_COMMON_API bool BLOCXX_NAMESPACE::operator!= | ( | const StringBuffer & | x, |
| const StringBuffer & | y ) |
Definition at line 418 of file StringBuffer.cpp.
References operator==().
Definition at line 316 of file COWIntrusiveReference.hpp.
References operator==().
Definition at line 125 of file Timeout.cpp.
References operator==().
Definition at line 315 of file UUID.cpp.
References operator==().
Definition at line 308 of file COWIntrusiveReference.hpp.
References BLOCXX_NAMESPACE::COWIntrusiveReference< T >::getPtr(), and operator==().
|
inline |
Definition at line 300 of file COWIntrusiveReference.hpp.
References BLOCXX_NAMESPACE::COWIntrusiveReference< T >::getPtr(), and operator==().
Definition at line 292 of file Char16.hpp.
References operator==().
|
inline |
Definition at line 164 of file IntrusiveReference.hpp.
References BLOCXX_NAMESPACE::IntrusiveReference< T >::getPtr(), and operator==().
|
inline |
Definition at line 172 of file IntrusiveReference.hpp.
References BLOCXX_NAMESPACE::IntrusiveReference< T >::getPtr(), and operator==().
|
inline |
Definition at line 180 of file IntrusiveReference.hpp.
References operator==().
Definition at line 324 of file Char16.hpp.
References operator==().
| BLOCXX_COMMON_API String BLOCXX_NAMESPACE::operator+ | ( | char | c, |
| const String & | s ) |
Definition at line 1481 of file String.cpp.
References operator==().
| BLOCXX_COMMON_API String BLOCXX_NAMESPACE::operator+ | ( | const char * | p, |
| const String & | s ) |
Definition at line 1465 of file String.cpp.
References operator==().
Definition at line 316 of file Char16.hpp.
References operator==().
| BLOCXX_COMMON_API String BLOCXX_NAMESPACE::operator+ | ( | const String & | s, |
| char | c ) |
Definition at line 1489 of file String.cpp.
References operator==().
| BLOCXX_COMMON_API String BLOCXX_NAMESPACE::operator+ | ( | const String & | s, |
| const char * | p ) |
Definition at line 1473 of file String.cpp.
References operator==().
| BLOCXX_COMMON_API String BLOCXX_NAMESPACE::operator+ | ( | const String & | s1, |
| const String & | s2 ) |
Definition at line 1457 of file String.cpp.
References operator==().
Definition at line 320 of file Char16.hpp.
References operator==().
| BLOCXX_COMMON_API DateTime BLOCXX_NAMESPACE::operator- | ( | DateTime const & | x, |
| DateTime const & | y ) |
Returns the difference of x and y.
If z is the result, this represents a time difference of z.get() + z.getMicrosecond() * 1.0e-6. Note that z.getMicrosecond() >= 0 is guaranteed.
Definition at line 1337 of file DateTime.cpp.
References operator==().
Definition at line 328 of file Char16.hpp.
References operator==().
|
inline |
Definition at line 300 of file Char16.hpp.
References operator==().
This is done by doing a lexicographical compare on the Arrays. a lexicographical compare will compares the Arrays element by element until:
Definition at line 439 of file ArrayImpl.hpp.
Definition at line 808 of file String.hpp.
References operator==().
|
inline |
Definition at line 348 of file COWReference.hpp.
References BLOCXX_NAMESPACE::COWReference< T >::getPtr(), and operator==().
Definition at line 237 of file Reference.hpp.
References BLOCXX_NAMESPACE::Reference< T >::getPtr(), and operator==().
|
inline |
Definition at line 296 of file SortedVectorMap.hpp.
|
inline |
Definition at line 244 of file SortedVectorSet.hpp.
Definition at line 803 of file String.hpp.
References BLOCXX_NAMESPACE::String::compareTo(), and operator==().
Definition at line 798 of file String.hpp.
References operator==().
|
inline |
Definition at line 327 of file COWIntrusiveReference.hpp.
References BLOCXX_NAMESPACE::COWIntrusiveReference< T >::getPtr(), and operator==().
|
inline |
Definition at line 191 of file IntrusiveReference.hpp.
References BLOCXX_NAMESPACE::IntrusiveReference< T >::getPtr(), and operator==().
| ostream & BLOCXX_NAMESPACE::operator<< | ( | ostream & | ostr, |
| const String & | arg ) |
Definition at line 1496 of file String.cpp.
References operator==().
| ostream & BLOCXX_NAMESPACE::operator<< | ( | ostream & | ostrm, |
| const Bool & | arg ) |
Definition at line 76 of file Bool.cpp.
References operator==().
| BLOCXX_COMMON_API std::ostream & BLOCXX_NAMESPACE::operator<< | ( | std::ostream & | os, |
| const Exception & | e ) |
Writes the exception object to the stream in the form: <file>: <line> <type>: <message>
Definition at line 214 of file Exception.cpp.
References BLOCXX_NAMESPACE::Exception::getSubException(), operator==(), and BLOCXX_NAMESPACE::Exception::UNKNOWN_ERROR_CODE.
| std::ostream & BLOCXX_NAMESPACE::operator<< | ( | std::ostream & | os, |
| const Format & | f ) |
Definition at line 109 of file Format.cpp.
| BLOCXX_COMMON_API std::ostream & BLOCXX_NAMESPACE::operator<< | ( | std::ostream & | ostr, |
| const String & | arg ) |
| std::ostream & BLOCXX_NAMESPACE::operator<< | ( | std::ostream & | ostr, |
| const StringBuffer & | b ) |
Definition at line 405 of file StringBuffer.cpp.
| BLOCXX_COMMON_API std::ostream & BLOCXX_NAMESPACE::operator<< | ( | std::ostream & | ostrm, |
| const Bool & | arg ) |
| BLOCXX_COMMON_API std::ostream & BLOCXX_NAMESPACE::operator<< | ( | std::ostream & | ostrm, |
| const Char16 & | arg ) |
Definition at line 89 of file Char16.cpp.
References operator==().
|
inline |
Definition at line 304 of file Char16.hpp.
References operator==().
Determine if one Array is less than or equal to another.
This is done by doing a lexicographical compare on the Arrays. a lexicographical compare will compares the Arrays element by element until:
Definition at line 469 of file Array.hpp.
References operator==().
Definition at line 823 of file String.hpp.
References operator==().
Definition at line 818 of file String.hpp.
References BLOCXX_NAMESPACE::String::compareTo(), and operator==().
Definition at line 813 of file String.hpp.
References operator==().
|
inline |
Definition at line 276 of file Char16.hpp.
References operator==().
|
inline |
Two Arrays are considered equal if they are of the same size and elements in the same position are equal as defined by the “==” operator of the type in the Array.
Definition at line 434 of file ArrayImpl.hpp.
Referenced by BLOCXX_NAMESPACE::Timeout::absolute(), BLOCXX_NAMESPACE::ServerSocket::accept(), BLOCXX_NAMESPACE::ServerSocketImpl::accept(), BLOCXX_NAMESPACE::ServerSocket::accept(), BLOCXX_NAMESPACE::Mutex::acquire(), BLOCXX_NAMESPACE::NonRecursiveMutex::acquire(), BLOCXX_NAMESPACE::GenericRWLockImpl< IdT, CompareT >::acquireReadLock(), BLOCXX_NAMESPACE::GenericRWLockImpl< IdT, CompareT >::acquireWriteLock(), BLOCXX_NAMESPACE::TempFileEnumerationImpl< T >::addElement(), BLOCXX_NAMESPACE::Enumeration< T >::addElement(), BLOCXX_NAMESPACE::DateTime::addHours(), BLOCXX_NAMESPACE::MultiAppender::addLogAppender(), BLOCXX_NAMESPACE::DateTime::addMicroseconds(), BLOCXX_NAMESPACE::DateTime::addMilliseconds(), BLOCXX_NAMESPACE::DateTime::addMinutes(), BLOCXX_NAMESPACE::DateTime::addSeconds(), BLOCXX_NAMESPACE::SelectEngine::addSelectableObject(), BLOCXX_NAMESPACE::EnvVars::addVar(), BLOCXX_NAMESPACE::DateTime::addWeeks(), BLOCXX_NAMESPACE::ThreadPool::addWork(), BLOCXX_NAMESPACE::String::allocateCString(), BLOCXX_NAMESPACE::SocketAddress::allocEmptyAddress(), BLOCXX_NAMESPACE::StringBuffer::append(), BLOCXX_NAMESPACE::StringBuffer::append(), BLOCXX_NAMESPACE::StringBuffer::append(), BLOCXX_NAMESPACE::StringBuffer::append(), BLOCXX_NAMESPACE::StringBuffer::append(), BLOCXX_NAMESPACE::Array< T >::append(), BLOCXX_NAMESPACE::DelayedFormat::append(), BLOCXX_NAMESPACE::Array< T >::appendArray(), BLOCXX_NAMESPACE::TimeoutTimer::asAbsoluteTimeout(), BLOCXX_NAMESPACE::TimeoutTimer::asIntMs(), BLOCXX_NAMESPACE::TimeoutTimer::asIntMs(), BLOCXX_NAMESPACE::Logger::asLogger(), BLOCXX_NAMESPACE::Logger::asLogger(), BLOCXX_NAMESPACE::TimeoutTimer::asRelativeTimeout(), BLOCXX_NAMESPACE::SocketAddress::assignFromNativeForm(), BLOCXX_NAMESPACE::SocketAddress::assignFromNativeForm(), BLOCXX_NAMESPACE::Array< String >::back(), BLOCXX_NAMESPACE::FileSystem::Path::basename(), BLOCXX_NAMESPACE::BaseStreamBuffer::BaseStreamBuffer(), BLOCXX_NAMESPACE::FileBuf::buffer_from_device(), BLOCXX_NAMESPACE::IOIFCStreamBuffer::buffer_from_device(), BLOCXX_NAMESPACE::TempFileBuffer::buffer_from_device(), BLOCXX_NAMESPACE::BaseStreamBuffer::buffer_in(), BLOCXX_NAMESPACE::TempFileBuffer::buffer_in(), BLOCXX_NAMESPACE::BaseStreamBuffer::buffer_out(), BLOCXX_NAMESPACE::TempFileBuffer::buffer_out(), BLOCXX_NAMESPACE::FileBuf::buffer_to_device(), BLOCXX_NAMESPACE::IOIFCStreamBuffer::buffer_to_device(), BLOCXX_NAMESPACE::OStringStreamBuf::buffer_to_device(), BLOCXX_NAMESPACE::TempFileBuffer::buffer_to_device(), ByRef(), BLOCXX_NAMESPACE::String::ByteBuf::ByteBuf(), BLOCXX_NAMESPACE::String::ByteBuf::ByteBuf(), BLOCXX_NAMESPACE::TimeoutTimer::calcSeconds(), BLOCXX_NAMESPACE::TimeoutTimer::calcSeconds(), BLOCXX_NAMESPACE::PosixExec::StandardPreExec::call(), BLOCXX_NAMESPACE::Thread::cancel_internal(), BLOCXX_NAMESPACE::FileSystem::canRead(), BLOCXX_NAMESPACE::FileSystem::canWrite(), BLOCXX_NAMESPACE::COWReference< T >::cast_to(), BLOCXX_NAMESPACE::IntrusiveReference< T >::cast_to(), BLOCXX_NAMESPACE::Reference< T >::cast_to(), BLOCXX_NAMESPACE::SharedLibraryReference< T >::cast_to(), BLOCXX_NAMESPACE::FileSystem::changeDirectory(), BLOCXX_NAMESPACE::FileSystem::changeFileOwner(), BLOCXX_NAMESPACE::String::charAt(), BLOCXX_NAMESPACE::UTF8Utils::charCount(), check_grp_oth(), BLOCXX_NAMESPACE::StringBuffer::checkAvail(), BLOCXX_NAMESPACE::CmdLineParserException::clone(), BLOCXX_NAMESPACE::File::close(), BLOCXX_NAMESPACE::FileBuf::close(), BLOCXX_NAMESPACE::PosixUnnamedPipe::close(), BLOCXX_NAMESPACE::ServerSocketImpl::close(), BLOCXX_NAMESPACE::FileSystem::close(), BLOCXX_NAMESPACE::Exec::Impl::close_child_ends(), BLOCXX_NAMESPACE::Exec::PreExec::closeDescriptorsOnExec(), BLOCXX_NAMESPACE::PosixUnnamedPipe::closeInputHandle(), BLOCXX_NAMESPACE::PosixUnnamedPipe::closeOutputHandle(), BLOCXX_NAMESPACE::Exec::PreExec::closePipesOnExec(), BLOCXX_NAMESPACE::CmdLineParser::CmdLineParser(), BLOCXX_NAMESPACE::String::compareTo(), BLOCXX_NAMESPACE::String::compareTo(), BLOCXX_NAMESPACE::String::compareToIgnoreCase(), BLOCXX_NAMESPACE::UTF8Utils::compareToIgnoreCase(), BLOCXX_NAMESPACE::String::compareToIgnoreCase(), BLOCXX_NAMESPACE::String::concat(), BLOCXX_NAMESPACE::String::concat(), BLOCXX_NAMESPACE::String::concat(), BLOCXX_NAMESPACE::Socket::connect(), BLOCXX_NAMESPACE::SocketBaseImpl::connect(), const_pointer_cast(), BLOCXX_NAMESPACE::Array< T >::contains(), BLOCXX_NAMESPACE::Array< T >::contains(), BLOCXX_NAMESPACE::MD5::convertBinToHex(), convertToInt64Type(), convertToIntType(), convertToRealType(), convertToUInt64Type(), convertToUIntType(), BLOCXX_NAMESPACE::Thread::cooperativeCancel(), BLOCXX_NAMESPACE::COWIntrusiveReference< T >::COWIntrusiveReference(), COWReferenceClone(), COWReferenceClone(), COWReferenceClone(), COWReferenceClone(), COWRefSwap(), BLOCXX_NAMESPACE::FileBuf::cppModeToCMode(), BLOCXX_NAMESPACE::FileBuf::cppModeToPOSIXMode(), BLOCXX_NAMESPACE::DefaultConstructorFactory< T >::create(), BLOCXX_NAMESPACE::StringArrayConstructorFactory::create(), BLOCXX_NAMESPACE::DefaultVariableConstructorFactory< T, PODType >::create(), BLOCXX_NAMESPACE::FileSystem::createAutoDeleteTempFile(), BLOCXX_NAMESPACE::UnnamedPipe::createConnectedPipes(), BLOCXX_NAMESPACE::FileSystem::createFile(), BLOCXX_NAMESPACE::LogAppender::createLogAppender(), BLOCXX_NAMESPACE::Socket::createShutDownMechanism(), BLOCXX_NAMESPACE::UnnamedPipe::createStderr(), BLOCXX_NAMESPACE::UnnamedPipe::createStdin(), BLOCXX_NAMESPACE::UnnamedPipe::createStdinStdout(), BLOCXX_NAMESPACE::UnnamedPipe::createStdout(), BLOCXX_NAMESPACE::FileSystem::createTempFile(), BLOCXX_NAMESPACE::UnnamedPipe::createUnnamedPipe(), BLOCXX_NAMESPACE::UnnamedPipe::createUnnamedPipeFromDescriptor(), BLOCXX_NAMESPACE::UnnamedPipe::createUnnamedPipeFromDescriptor(), BLOCXX_NAMESPACE::Cstr::CstrArr< Array< S > >::CstrArr(), BLOCXX_NAMESPACE::Cstr::CstrArr< EnvVars >::CstrArr(), BLOCXX_NAMESPACE::ThreadImpl::currentThread(), BLOCXX_NAMESPACE::DataIStreamBuf::DataIStreamBuf(), BLOCXX_NAMESPACE::DataOStreamBuf::DataOStreamBuf(), Decode(), BLOCXX_NAMESPACE::COWReference< T >::decRef(), BLOCXX_NAMESPACE::Reference< T >::decRef(), BLOCXX_NAMESPACE::ThreadCounter::decThreadCount(), BLOCXX_NAMESPACE::Thread::definitiveCancel(), BLOCXX_NAMESPACE::Thread::definitiveCancel(), BLOCXX_NAMESPACE::DelayedFormat::DelayedFormat(), BLOCXX_NAMESPACE::DelayedFormat::DelayedFormat(), BLOCXX_NAMESPACE::DelayedFormat::DelayedFormat(), BLOCXX_NAMESPACE::DelayedFormat::DelayedFormat(), BLOCXX_NAMESPACE::DelayedFormat::DelayedFormat(), BLOCXX_NAMESPACE::DelayedFormat::DelayedFormat(), BLOCXX_NAMESPACE::DelayedFormat::DelayedFormat(), BLOCXX_NAMESPACE::DelayedFormat::DelayedFormat(), BLOCXX_NAMESPACE::Socket::deleteShutDownMechanism(), BLOCXX_NAMESPACE::FileSystem::Path::dirname(), BLOCXX_NAMESPACE::SocketBaseImpl::disconnect(), doConvertToIntType(), BLOCXX_NAMESPACE::DelayedFormatInternals::DelayedFormatReference< T >::doDumpToStream(), BLOCXX_NAMESPACE::ServerSocket::doListen(), BLOCXX_NAMESPACE::ServerSocket::doListen(), BLOCXX_NAMESPACE::ServerSocketImpl::doListen(), BLOCXX_NAMESPACE::ServerSocket::doListen(), BLOCXX_NAMESPACE::ServerSocketImpl::doListen(), BLOCXX_NAMESPACE::ServerSocketImpl::doListenIPv4(), BLOCXX_NAMESPACE::ServerSocketImpl::doListenUDS(), BLOCXX_NAMESPACE::Thread::doneRunning(), BLOCXX_NAMESPACE::CerrAppender::doProcessLogMessage(), BLOCXX_NAMESPACE::FileAppender::doProcessLogMessage(), BLOCXX_NAMESPACE::MultiProcessFileAppender::doProcessLogMessage(), BLOCXX_NAMESPACE::SyslogAppender::doProcessLogMessage(), BLOCXX_NAMESPACE::Secure::dropPrivilegesPermanently(), BLOCXX_NAMESPACE::DelayedFormatInternals::DelayedFormatReferenceBase::dumpToStream(), BLOCXX_NAMESPACE::Exception::dupString(), dynamic_pointer_cast(), BLOCXX_NAMESPACE::Array< String >::empty(), Encode(), BLOCXX_NAMESPACE::String::endsWith(), BLOCXX_NAMESPACE::StringBuffer::endsWith(), BLOCXX_NAMESPACE::String::endsWith(), BLOCXX_NAMESPACE::String::endsWith(), Enumeration_inserter(), BLOCXX_NAMESPACE::EnvVars::EnvVars(), BLOCXX_NAMESPACE::EnvVars::EnvVars(), BLOCXX_NAMESPACE::EnvVars::EnvVars(), BLOCXX_NAMESPACE::IstreamBufIterator::equal(), BLOCXX_NAMESPACE::AutoDescriptorPolicy::equal(), BLOCXX_NAMESPACE::String::equals(), BLOCXX_NAMESPACE::StringBuffer::equals(), BLOCXX_NAMESPACE::String::equals(), BLOCXX_NAMESPACE::StringBuffer::equals(), BLOCXX_NAMESPACE::String::equalsIgnoreCase(), BLOCXX_NAMESPACE::String::equalsIgnoreCase(), BLOCXX_NAMESPACE::Array< String >::erase(), BLOCXX_NAMESPACE::String::erase(), BLOCXX_NAMESPACE::System::errorMsg(), BLOCXX_NAMESPACE::Exec::executeProcessAndGatherOutput(), BLOCXX_NAMESPACE::Exec::executeProcessAndGatherOutput(), BLOCXX_NAMESPACE::Exec::executeProcessAndGatherOutput(), BLOCXX_NAMESPACE::Exec::executeProcessAndGatherOutput(), BLOCXX_NAMESPACE::Exec::executeProcessAndGatherOutput(), BLOCXX_NAMESPACE::Exec::executeProcessAndGatherOutput(), BLOCXX_NAMESPACE::Exec::executeProcessAndGatherOutput(), BLOCXX_NAMESPACE::Exec::executeProcessAndGatherOutput(), BLOCXX_NAMESPACE::Exec::executeProcessAndGatherOutput(), BLOCXX_NAMESPACE::Exec::executeProcessAndGatherOutput(), BLOCXX_NAMESPACE::FileSystem::exists(), BLOCXX_NAMESPACE::Process::Status::exitStatus(), BLOCXX_NAMESPACE::Process::Status::exitTerminated(), BLOCXX_NAMESPACE::TimeoutTimer::expired(), BLOCXX_NAMESPACE::Exec::feedProcessAndGatherOutput(), BLOCXX_NAMESPACE::Exec::feedProcessAndGatherOutput(), BLOCXX_NAMESPACE::SafeCString::fget_string(), BLOCXX_NAMESPACE::SafeCString::fgets_check(), BLOCXX_NAMESPACE::SafeCString::fgets_check(), BLOCXX_NAMESPACE::SafeCString::fgets_trunc(), BLOCXX_NAMESPACE::SafeCString::fgets_trunc(), file_ok(), BLOCXX_NAMESPACE::FileSystem::fileSize(), BLOCXX_NAMESPACE::ServerSocketImpl::fillAddrParms(), BLOCXX_NAMESPACE::EnvVars::fillEnvMap(), BLOCXX_NAMESPACE::EnvVars::fillEnvMap(), BLOCXX_NAMESPACE::SocketBaseImpl::fillInetAddrParms(), BLOCXX_NAMESPACE::SocketBaseImpl::fillUnixAddrParms(), BLOCXX_NAMESPACE::Array< String >::find(), BLOCXX_NAMESPACE::Array< T >::find(), BLOCXX_NAMESPACE::Array< T >::find(), BLOCXX_NAMESPACE::Array< T >::find(), BLOCXX_NAMESPACE::FileSystem::flush(), BLOCXX_NAMESPACE::ExceptionDetail::Errno< exType >::format(), BLOCXX_NAMESPACE::ExceptionDetail::Errno< exType >::format(), BLOCXX_NAMESPACE::Format::Format(), BLOCXX_NAMESPACE::Format::Format(), BLOCXX_NAMESPACE::Format::Format(), BLOCXX_NAMESPACE::Format::Format(), BLOCXX_NAMESPACE::Format::Format(), BLOCXX_NAMESPACE::Format::Format(), BLOCXX_NAMESPACE::Format::Format(), BLOCXX_NAMESPACE::Format::Format(), BLOCXX_NAMESPACE::Format::Format(), BLOCXX_NAMESPACE::Format::Format(), BLOCXX_NAMESPACE::Format::Format(), BLOCXX_NAMESPACE::Format::Format(), BLOCXX_NAMESPACE::String::format(), BLOCXX_NAMESPACE::LogMessagePatternFormatter::Converter::formatMessage(), BLOCXX_NAMESPACE::LogMessagePatternFormatter::formatMessage(), BLOCXX_NAMESPACE::ExceptionDetail::FormatMsg::FormatMsg(), BLOCXX_NAMESPACE::DelayedFormat::formatWithString(), BLOCXX_NAMESPACE::DelayedFormat::formatWithString(), BLOCXX_NAMESPACE::AutoDescriptorPolicy::free(), freeBuf(), freeThreadLogAppender(), BLOCXX_NAMESPACE::FuncNamePrinter::FuncNamePrinter(), BLOCXX_NAMESPACE::FuncNamePrinter::FuncNamePrinter(), BLOCXX_NAMESPACE::FuncNamePrinter::FuncNamePrinter(), BLOCXX_NAMESPACE::FuncNamePrinter::FuncNamePrinter(), BLOCXX_NAMESPACE::FuncNamePrinter::FuncNamePrinter(), BLOCXX_NAMESPACE::FuncNamePrinter::FuncNamePrinter(), BLOCXX_NAMESPACE::FuncNamePrinter::FuncNamePrinter(), BLOCXX_NAMESPACE::FuncNamePrinter::FuncNamePrinter(), BLOCXX_NAMESPACE::FuncNamePrinter::FuncNamePrinter(), BLOCXX_NAMESPACE::FuncNamePrinter::FuncNamePrinter(), BLOCXX_NAMESPACE::FuncNamePrinter::FuncNamePrinter(), BLOCXX_NAMESPACE::Exec::gatherOutput(), BLOCXX_NAMESPACE::Exec::gatherOutput(), BLOCXX_NAMESPACE::SocketAddress::getAnyLocalHost(), BLOCXX_NAMESPACE::SocketAddress::getByName(), BLOCXX_NAMESPACE::Semaphore::getCount(), BLOCXX_NAMESPACE::LogAppender::getCurrentLogAppender(), BLOCXX_NAMESPACE::UserUtils::getCurrentUserName(), BLOCXX_NAMESPACE::FileSystem::Path::getCurrentWorkingDirectory(), BLOCXX_NAMESPACE::Exec::InputCallback::getData(), BLOCXX_NAMESPACE::LogAppender::getDefaultLogAppender(), BLOCXX_NAMESPACE::FileSystem::getDirectoryContents(), BLOCXX_NAMESPACE::UserUtils::getEffectiveUserId(), BLOCXX_NAMESPACE::EnvVars::getenvp(), BLOCXX_NAMESPACE::Exception::getFile(), BLOCXX_NAMESPACE::FileSystem::getFileContents(), BLOCXX_NAMESPACE::FileSystem::getFileSize(), getFileStatus(), BLOCXX_NAMESPACE::SocketAddress::getFromNativeForm(), BLOCXX_NAMESPACE::SocketAddress::getFromNativeForm(), BLOCXX_NAMESPACE::SocketAddress::getFromNativeForm(), BLOCXX_NAMESPACE::SocketUtils::getFullyQualifiedHostName(), BLOCXX_NAMESPACE::SharedLibrary::getFunctionPointer(), BLOCXX_NAMESPACE::DateTime::getGMTOffsetMinutesNow(), BLOCXX_NAMESPACE::NwIface::getInterfaceName(), BLOCXX_NAMESPACE::StringBuffer::getLine(), BLOCXX_NAMESPACE::String::getLine(), BLOCXX_NAMESPACE::Exception::getMessage(), BLOCXX_NAMESPACE::SocketAddress::getNativeForm(), BLOCXX_NAMESPACE::RandomNumber::getNextNumber(), BLOCXX_NAMESPACE::CmdLineParser::getNonOptionArg(), BLOCXX_NAMESPACE::CmdLineParser::getOptionValue(), BLOCXX_NAMESPACE::CmdLineParser::getOptionValueList(), BLOCXX_NAMESPACE::GetPass::getPass(), BLOCXX_NAMESPACE::SocketAddress::getPort(), BLOCXX_NAMESPACE::RWLocker::getReadLock(), BLOCXX_NAMESPACE::RWLocker::getReadLock(), BLOCXX_NAMESPACE::ServerSocketImpl::getSelectObj(), BLOCXX_NAMESPACE::SocketImpl::getSelectObj(), BLOCXX_NAMESPACE::TempFileBuffer::getSize(), BLOCXX_NAMESPACE::Socket::getSSL(), BLOCXX_NAMESPACE::StackTrace::getStackTrace(), BLOCXX_NAMESPACE::ThreadCounter::getThreadCount(), BLOCXX_NAMESPACE::LogAppender::getThreadLogAppender(), BLOCXX_NAMESPACE::SocketAddress::getUDS(), BLOCXX_NAMESPACE::CmdLineParser::getUsage(), BLOCXX_NAMESPACE::UserUtils::getUserId(), BLOCXX_NAMESPACE::UserUtils::getUserName(), BLOCXX_NAMESPACE::EnvVars::getValue(), BLOCXX_NAMESPACE::COWReference< T >::getWriteLock(), BLOCXX_NAMESPACE::RWLocker::getWriteLock(), BLOCXX_NAMESPACE::RWLocker::getWriteLock(), BLOCXX_NAMESPACE::SelectEngine::go(), BLOCXX_NAMESPACE::Socket::gotShutDown(), group_ok(), BLOCXX_NAMESPACE::Exec::OutputCallback::handleData(), BLOCXX_NAMESPACE::String::hashCode(), hton16(), hton32(), hton64(), BLOCXX_NAMESPACE::ThreadCounter::incThreadCount(), BLOCXX_NAMESPACE::ThreadCounter::incThreadCount(), BLOCXX_NAMESPACE::String::indexOf(), BLOCXX_NAMESPACE::String::indexOf(), BLOCXX_NAMESPACE::String::indexOf(), BLOCXX_NAMESPACE::SocketUtils::inetAddrToString(), BLOCXX_NAMESPACE::MD5::init(), BLOCXX_NAMESPACE::BaseStreamBuffer::initGetBuffer(), BLOCXX_NAMESPACE::TempFileBuffer::initGetBuffer(), BLOCXX_NAMESPACE::BaseStreamBuffer::initPutBuffer(), BLOCXX_NAMESPACE::TempFileBuffer::initPutBuffer(), BLOCXX_NAMESPACE::RandomNumber::initRandomness(), BLOCXX_NAMESPACE::Array< T >::insert(), BLOCXX_NAMESPACE::Array< T >::insert(), BLOCXX_NAMESPACE::IntrusiveReference< T >::IntrusiveReference(), BLOCXX_NAMESPACE::FileSystem::isDirectory(), BLOCXX_NAMESPACE::FileSystem::isExecutable(), BLOCXX_NAMESPACE::FileSystem::isLink(), isPathAbsolute(), BLOCXX_NAMESPACE::String::isSpaces(), BLOCXX_NAMESPACE::IStringStreamBuf::IStringStreamBuf(), BLOCXX_NAMESPACE::Thread::join(), BLOCXX_NAMESPACE::SortedVectorMapDataCompare< Key, T, Compare >::keyLess(), BLOCXX_NAMESPACE::Process::killWait(), BLOCXX_NAMESPACE::System::lastErrorMsg(), BLOCXX_NAMESPACE::String::lastIndexOf(), BLOCXX_NAMESPACE::String::lastIndexOf(), BLOCXX_NAMESPACE::String::lastIndexOf(), BLOCXX_NAMESPACE::Logger::levelIsEnabled(), BLOCXX_NAMESPACE::MutexLock::lock(), BLOCXX_NAMESPACE::NonRecursiveMutexLock::lock(), BLOCXX_NAMESPACE::ReadLock::lock(), BLOCXX_NAMESPACE::WriteLock::lock(), BLOCXX_NAMESPACE::ReadLock::lock(), BLOCXX_NAMESPACE::WriteLock::lock(), BLOCXX_NAMESPACE::LogAppender::LogAppender(), BLOCXX_NAMESPACE::LogAppenderScope::LogAppenderScope(), BLOCXX_NAMESPACE::Logger::logLevelToString(), BLOCXX_NAMESPACE::LogAppender::logMessage(), BLOCXX_NAMESPACE::LogMessagePatternFormatter::LogMessagePatternFormatter(), BLOCXX_NAMESPACE::String::ltrim(), BLOCXX_NAMESPACE::Enumeration_input_iterator< T >::m_equal(), BLOCXX_NAMESPACE::FileSystem::makeDirectory(), BLOCXX_NAMESPACE::ScopeGuardImpl0< F >::makeGuard(), makeGuard(), BLOCXX_NAMESPACE::ScopeGuardImpl1< F, P1 >::makeGuard(), makeGuard(), BLOCXX_NAMESPACE::ScopeGuardImpl2< F, P1, P2 >::makeGuard(), makeGuard(), BLOCXX_NAMESPACE::ScopeGuardImpl3< F, P1, P2, P3 >::makeGuard(), makeGuard(), makeGuard(), makeGuard(), makeGuard(), makeGuard(), makeGuard(), makeGuard(), BLOCXX_NAMESPACE::ObjScopeGuardImpl0< Obj, MemFun >::makeObjGuard(), makeObjGuard(), BLOCXX_NAMESPACE::ObjScopeGuardImpl1< Obj, MemFun, P1 >::makeObjGuard(), makeObjGuard(), BLOCXX_NAMESPACE::ObjScopeGuardImpl2< Obj, MemFun, P1, P2 >::makeObjGuard(), makeObjGuard(), BLOCXX_NAMESPACE::Array< String >::max_size(), BLOCXX_NAMESPACE::MD5::MD5(), BLOCXX_NAMESPACE::MD5::MD5Final(), BLOCXX_NAMESPACE::MD5::MD5Init(), MD5Transform(), BLOCXX_NAMESPACE::MD5::MD5Update(), BLOCXX_NAMESPACE::Secure::minimalEnvironment(), BLOCXX_NAMESPACE::MultiProcessFileAppender::MultiProcessFileAppender(), BLOCXX_NAMESPACE::CmdLineParser::mustGetOptionValue(), BLOCXX_NAMESPACE::CmdLineParser::mustGetOptionValueList(), BLOCXX_NAMESPACE::MutexLock::MutexLock(), BLOCXX_NAMESPACE::MutexLock::MutexLock(), BLOCXX_NAMESPACE::SafeCString::Impl::nchars_check(), BLOCXX_NAMESPACE::SafeCString::Impl::nchars_output(), BLOCXX_NAMESPACE::TempFileEnumerationImpl< T >::nextElement(), BLOCXX_NAMESPACE::Enumeration< T >::nextElement(), BLOCXX_NAMESPACE::NonRecursiveMutexLock::NonRecursiveMutexLock(), BLOCXX_NAMESPACE::NonRecursiveMutexLock::NonRecursiveMutexLock(), BLOCXX_NAMESPACE::ThreadDoneCallback::notifyThreadDone(), ntoh16(), ntoh32(), ntoh64(), BLOCXX_NAMESPACE::NwIface::NwIface(), BLOCXX_NAMESPACE::PosixUnnamedPipe::open(), BLOCXX_NAMESPACE::FileBuf::open(), BLOCXX_NAMESPACE::IFileStream::open(), BLOCXX_NAMESPACE::FileBuf::open(), BLOCXX_NAMESPACE::IFileStream::open(), BLOCXX_NAMESPACE::FileBuf::open(), BLOCXX_NAMESPACE::IFileStream::open(), BLOCXX_NAMESPACE::FileSystem::openFile(), BLOCXX_NAMESPACE::FileSystem::openForAppendOrCreateFile(), BLOCXX_NAMESPACE::FileSystem::openOrCreateFile(), BLOCXX_NAMESPACE::AutoResource< Policy >::operator AutoResourceRef< Policy >(), operator!=(), operator!=(), BLOCXX_NAMESPACE::Bool::operator!=(), BLOCXX_NAMESPACE::Bool::operator!=(), operator!=(), BLOCXX_NAMESPACE::Char16::operator!=(), operator!=(), operator!=(), BLOCXX_NAMESPACE::DateTime::operator!=(), operator!=(), operator!=(), operator!=(), operator!=(), operator!=(), operator!=(), operator!=(), operator!=(), operator!=(), operator!=(), operator!=(), operator!=(), operator!=(), operator!=(), operator!=(), operator!=(), operator!=(), BLOCXX_NAMESPACE::GlobalPtr< T, FactoryT >::InitPtr::operator()(), BLOCXX_NAMESPACE::LazyGlobal< T, PODType, FactoryT >::InitPtr::operator()(), BLOCXX_NAMESPACE::SortedVectorMapDataCompare< Key, T, Compare >::operator()(), BLOCXX_NAMESPACE::SortedVectorMapDataCompare< Key, T, Compare >::operator()(), BLOCXX_NAMESPACE::SortedVectorMapDataCompare< Key, T, Compare >::operator()(), BLOCXX_NAMESPACE::SortedVectorMapDataCompare< Key, T, Compare >::operator()(), BLOCXX_NAMESPACE::RWLocker::ThreadComparer::operator()(), operator*(), BLOCXX_NAMESPACE::Char16::operator*=(), operator+(), operator+(), operator+(), operator+(), operator+(), operator+(), BLOCXX_NAMESPACE::IstreamBufIterator::operator++(), BLOCXX_NAMESPACE::Enumeration_input_iterator< T >::operator++(), BLOCXX_NAMESPACE::IstreamBufIterator::operator++(), BLOCXX_NAMESPACE::StringBuffer::operator+=(), BLOCXX_NAMESPACE::String::operator+=(), BLOCXX_NAMESPACE::StringBuffer::operator+=(), BLOCXX_NAMESPACE::StringBuffer::operator+=(), BLOCXX_NAMESPACE::String::operator+=(), BLOCXX_NAMESPACE::StringBuffer::operator+=(), BLOCXX_NAMESPACE::Char16::operator+=(), BLOCXX_NAMESPACE::String::operator+=(), BLOCXX_NAMESPACE::StringBuffer::operator+=(), BLOCXX_NAMESPACE::StringBuffer::operator+=(), BLOCXX_NAMESPACE::StringBuffer::operator+=(), BLOCXX_NAMESPACE::StringBuffer::operator+=(), BLOCXX_NAMESPACE::StringBuffer::operator+=(), BLOCXX_NAMESPACE::StringBuffer::operator+=(), BLOCXX_NAMESPACE::DateTime::operator+=(), BLOCXX_NAMESPACE::StringBuffer::operator+=(), BLOCXX_NAMESPACE::StringBuffer::operator+=(), BLOCXX_NAMESPACE::StringBuffer::operator+=(), BLOCXX_NAMESPACE::StringBuffer::operator+=(), BLOCXX_NAMESPACE::StringBuffer::operator+=(), BLOCXX_NAMESPACE::StringBuffer::operator+=(), operator-(), operator-(), BLOCXX_NAMESPACE::Char16::operator-=(), BLOCXX_NAMESPACE::DateTime::operator-=(), operator/(), BLOCXX_NAMESPACE::Char16::operator/=(), operator<(), operator<(), BLOCXX_NAMESPACE::Char16::operator<(), operator<(), BLOCXX_NAMESPACE::DateTime::operator<(), operator<(), operator<(), operator<(), operator<(), operator<(), operator<<(), operator<<(), BLOCXX_NAMESPACE::DelayedFormatInternals::operator<<(), operator<<(), operator<<(), operator<=(), operator<=(), operator<=(), BLOCXX_NAMESPACE::Char16::operator<=(), BLOCXX_NAMESPACE::DateTime::operator<=(), operator<=(), operator<=(), BLOCXX_NAMESPACE::AutoResource< Policy >::operator=(), BLOCXX_NAMESPACE::AutoResource< Policy >::operator=(), BLOCXX_NAMESPACE::Bool::operator=(), BLOCXX_NAMESPACE::String::ByteBuf::operator=(), BLOCXX_NAMESPACE::StringBuffer::operator=(), BLOCXX_NAMESPACE::Char16::operator=(), BLOCXX_NAMESPACE::COWReference< T >::operator=(), BLOCXX_NAMESPACE::Exception::operator=(), BLOCXX_NAMESPACE::File::operator=(), BLOCXX_NAMESPACE::Logger::operator=(), BLOCXX_NAMESPACE::OStringStream::operator=(), BLOCXX_NAMESPACE::Reference< T >::operator=(), BLOCXX_NAMESPACE::SharedLibraryReference< T >::operator=(), BLOCXX_NAMESPACE::String::operator=(), BLOCXX_NAMESPACE::StringBuffer::operator=(), BLOCXX_NAMESPACE::StringBuffer::operator=(), BLOCXX_NAMESPACE::LazyGlobal< T, PODType, FactoryT >::operator=(), BLOCXX_NAMESPACE::ThreadBarrier::operator=(), BLOCXX_NAMESPACE::ThreadPool::operator=(), BLOCXX_NAMESPACE::COWIntrusiveReference< T >::operator=(), BLOCXX_NAMESPACE::COWIntrusiveReference< T >::operator=(), BLOCXX_NAMESPACE::IntrusiveReference< T >::operator=(), BLOCXX_NAMESPACE::IntrusiveReference< T >::operator=(), BLOCXX_NAMESPACE::COWReference< T >::operator=(), BLOCXX_NAMESPACE::Reference< T >::operator=(), BLOCXX_NAMESPACE::COWIntrusiveReference< T >::operator=(), BLOCXX_NAMESPACE::IntrusiveReference< T >::operator=(), BLOCXX_NAMESPACE::AutoPtr< X >::operator=(), BLOCXX_NAMESPACE::AutoPtrVec< X >::operator=(), operator==(), BLOCXX_NAMESPACE::Bool::operator==(), BLOCXX_NAMESPACE::Bool::operator==(), operator==(), BLOCXX_NAMESPACE::Char16::operator==(), operator==(), operator==(), BLOCXX_NAMESPACE::DateTime::operator==(), operator==(), BLOCXX_NAMESPACE::File::operator==(), operator==(), operator==(), operator==(), operator==(), operator==(), operator==(), operator==(), operator==(), operator==(), operator==(), operator==(), operator==(), operator==(), operator==(), operator==(), operator>(), operator>(), operator>(), BLOCXX_NAMESPACE::Char16::operator>(), BLOCXX_NAMESPACE::DateTime::operator>(), operator>(), operator>(), operator>=(), operator>=(), operator>=(), BLOCXX_NAMESPACE::Char16::operator>=(), BLOCXX_NAMESPACE::DateTime::operator>=(), operator>=(), operator>=(), BLOCXX_NAMESPACE::String::operator[](), BLOCXX_NAMESPACE::String::operator[](), BLOCXX_NAMESPACE::StringBuffer::operator[](), BLOCXX_NAMESPACE::OStringStream::OStringStream(), BLOCXX_NAMESPACE::BaseStreamBuffer::overflow(), BLOCXX_NAMESPACE::DataOStreamBuf::overflow(), BLOCXX_NAMESPACE::MD5StreamBuffer::overflow(), BLOCXX_NAMESPACE::TempFileBuffer::overflow(), BLOCXX_NAMESPACE::PosixUnnamedPipe::passDescriptor(), passDescriptor(), BLOCXX_NAMESPACE::Socket::peerCertVerified(), pollStatusImpl(), BLOCXX_NAMESPACE::ExceptionDetail::portable_strerror_r(), BLOCXX_NAMESPACE::FileBuf::posixModeToCppMode(), BLOCXX_NAMESPACE::PosixUnnamedPipe::PosixUnnamedPipe(), BLOCXX_NAMESPACE::PosixUnnamedPipe::PosixUnnamedPipe(), BLOCXX_NAMESPACE::StackTrace::printStackTrace(), BLOCXX_NAMESPACE::Format::process(), BLOCXX_NAMESPACE::Exec::processInputOutput(), BLOCXX_NAMESPACE::Exec::processInputOutput(), BLOCXX_NAMESPACE::Format::put(), BLOCXX_NAMESPACE::Format::put(), BLOCXX_NAMESPACE::RandomNumber::RandomNumber(), BLOCXX_NAMESPACE::FileSystem::read(), BLOCXX_NAMESPACE::BinarySerialization::read(), BLOCXX_NAMESPACE::BinarySerialization::read(), BLOCXX_NAMESPACE::BinarySerialization::read(), BLOCXX_NAMESPACE::BinarySerialization::read(), BLOCXX_NAMESPACE::BinarySerialization::read(), BLOCXX_NAMESPACE::BinarySerialization::read(), BLOCXX_NAMESPACE::BinarySerialization::read(), BLOCXX_NAMESPACE::BinarySerialization::read(), BLOCXX_NAMESPACE::BinarySerialization::read(), BLOCXX_NAMESPACE::File::read(), BLOCXX_NAMESPACE::PosixUnnamedPipe::read(), BLOCXX_NAMESPACE::Socket::read(), BLOCXX_NAMESPACE::SocketBaseImpl::read(), BLOCXX_NAMESPACE::UnnamedPipe::readAll(), BLOCXX_NAMESPACE::BinarySerialization::readArray(), BLOCXX_NAMESPACE::SocketImpl::readAux(), BLOCXX_NAMESPACE::BinarySerialization::readBool(), BLOCXX_NAMESPACE::BinarySerialization::readEnum(), BLOCXX_NAMESPACE::BinarySerialization::readLen(), BLOCXX_NAMESPACE::ReadLock::ReadLock(), BLOCXX_NAMESPACE::ReadLock::ReadLock(), BLOCXX_NAMESPACE::String::readObject(), BLOCXX_NAMESPACE::TempFileEnumerationImplBase::readSize(), BLOCXX_NAMESPACE::BinarySerialization::readString(), BLOCXX_NAMESPACE::UnnamedPipe::readString(), BLOCXX_NAMESPACE::BinarySerialization::readStringArray(), BLOCXX_NAMESPACE::FileSystem::readSymbolicLink(), readWriteMemoryBarrier(), BLOCXX_NAMESPACE::FileSystem::Path::realPath(), BLOCXX_NAMESPACE::PosixUnnamedPipe::receiveDescriptor(), receiveDescriptor(), receiveDescriptor(), BLOCXX_NAMESPACE::ReferenceBase::ReferenceBase(), RefSwap(), BLOCXX_NAMESPACE::Timeout::relative(), BLOCXX_NAMESPACE::Timeout::relativeWithReset(), BLOCXX_NAMESPACE::AutoPtr< X >::release(), BLOCXX_NAMESPACE::AutoPtrVec< X >::release(), BLOCXX_NAMESPACE::AutoResource< Policy >::release(), BLOCXX_NAMESPACE::MutexLock::release(), BLOCXX_NAMESPACE::NonRecursiveMutex::release(), BLOCXX_NAMESPACE::NonRecursiveMutexLock::release(), BLOCXX_NAMESPACE::TempFileBuffer::releaseFileAndReset(), BLOCXX_NAMESPACE::TempFileStream::releaseFileAndReset(), BLOCXX_NAMESPACE::RWLocker::releaseReadLock(), BLOCXX_NAMESPACE::GenericRWLockImpl< IdT, CompareT >::releaseReadLock(), BLOCXX_NAMESPACE::StringBuffer::releaseString(), BLOCXX_NAMESPACE::RWLocker::releaseWriteLock(), BLOCXX_NAMESPACE::GenericRWLockImpl< IdT, CompareT >::releaseWriteLock(), BLOCXX_NAMESPACE::Array< T >::remove(), BLOCXX_NAMESPACE::FileSystem::removeDirectory(), BLOCXX_NAMESPACE::FileSystem::removeFile(), BLOCXX_NAMESPACE::SelectEngine::removeSelectableObject(), BLOCXX_NAMESPACE::EnvVars::removeVar(), BLOCXX_NAMESPACE::FileSystem::renameFile(), BLOCXX_NAMESPACE::Process::Status::repr(), BLOCXX_NAMESPACE::Array< T >::reserve(), BLOCXX_NAMESPACE::TempFileBuffer::reset(), BLOCXX_NAMESPACE::AutoResource< Policy >::reset(), BLOCXX_NAMESPACE::AutoPtr< X >::reset(), BLOCXX_NAMESPACE::AutoPtrVec< X >::reset(), BLOCXX_NAMESPACE::Exec::PreExec::resetSignals(), BLOCXX_NAMESPACE::Array< String >::resize(), BLOCXX_NAMESPACE::Array< T >::resize(), BLOCXX_NAMESPACE::Array< String >::resize(), BLOCXX_NAMESPACE::TempFileBuffer::rewind(), BLOCXX_NAMESPACE::TempFileStream::rewind(), BLOCXX_NAMESPACE::FileSystem::rewind(), BLOCXX_NAMESPACE::String::rtrim(), BLOCXX_NAMESPACE::Secure::runAs(), BLOCXX_NAMESPACE::ScopeGuardImplBase::safeExecute(), BLOCXX_NAMESPACE::Exec::safeSystem(), BLOCXX_NAMESPACE::NwIface::sameNetwork(), BLOCXX_NAMESPACE::NwIface::sameNetwork(), BLOCXX_NAMESPACE::ThreadImpl::sameThreads(), BLOCXX_NAMESPACE::ScopeGuardImplBase::ScopeGuardImplBase(), BLOCXX_NAMESPACE::FileSystem::seek(), BLOCXX_NAMESPACE::File::seek(), BLOCXX_NAMESPACE::DataIStreamBuf::seekoff(), BLOCXX_NAMESPACE::DataIStreamBuf::seekpos(), BLOCXX_NAMESPACE::Select::select(), BLOCXX_NAMESPACE::Select::select(), BLOCXX_NAMESPACE::SelectableCallbackIFC::selected(), BLOCXX_NAMESPACE::Select::selectRW(), BLOCXX_NAMESPACE::Select::selectRW(), BLOCXX_NAMESPACE::Select::selectRWEpoll(), BLOCXX_NAMESPACE::Select::selectRWPoll(), BLOCXX_NAMESPACE::Select::selectRWSelect(), BLOCXX_NAMESPACE::ServerSocketImpl::ServerSocketImpl(), BLOCXX_NAMESPACE::ServerSocketImpl::ServerSocketImpl(), BLOCXX_NAMESPACE::GlobalPtr< T, FactoryT >::set(), BLOCXX_NAMESPACE::PosixUnnamedPipe::setBlocking(), BLOCXX_NAMESPACE::Socket::setConnectTimeout(), BLOCXX_NAMESPACE::SocketBaseImpl::setConnectTimeout(), BLOCXX_NAMESPACE::Socket::setConnectTimeout(), BLOCXX_NAMESPACE::LogAppender::setDefaultLogAppender(), BLOCXX_NAMESPACE::IOIFCStreamBuffer::setErrorAction(), BLOCXX_NAMESPACE::Exception::setErrorCode(), BLOCXX_NAMESPACE::Logger::setLogLevel(), BLOCXX_NAMESPACE::Logger::setLogLevel(), BLOCXX_NAMESPACE::ThreadCounter::setMax(), BLOCXX_NAMESPACE::Exec::PreExec::setNewProcessGroup(), BLOCXX_NAMESPACE::PosixUnnamedPipe::setReadBlocking(), BLOCXX_NAMESPACE::UnnamedPipe::setReadTimeout(), BLOCXX_NAMESPACE::UnnamedPipe::setReadTimeout(), BLOCXX_NAMESPACE::Socket::setReceiveTimeout(), BLOCXX_NAMESPACE::SocketBaseImpl::setReceiveTimeout(), BLOCXX_NAMESPACE::Socket::setReceiveTimeout(), BLOCXX_NAMESPACE::Socket::setSendTimeout(), BLOCXX_NAMESPACE::SocketBaseImpl::setSendTimeout(), BLOCXX_NAMESPACE::Socket::setSendTimeout(), BLOCXX_NAMESPACE::Exception::setSubClassId(), BLOCXX_NAMESPACE::LogAppender::setThreadLogAppender(), BLOCXX_NAMESPACE::Socket::setTimeouts(), BLOCXX_NAMESPACE::SocketBaseImpl::setTimeouts(), BLOCXX_NAMESPACE::UnnamedPipe::setTimeouts(), BLOCXX_NAMESPACE::Socket::setTimeouts(), BLOCXX_NAMESPACE::UnnamedPipe::setTimeouts(), BLOCXX_NAMESPACE::Exec::PreExec::setupStandardDescriptors(), BLOCXX_NAMESPACE::EnvVars::setVar(), BLOCXX_NAMESPACE::EnvVars::setVar(), BLOCXX_NAMESPACE::WaitpidThreadFix::setWaitpidThreadFixEnabled(), BLOCXX_NAMESPACE::PosixUnnamedPipe::setWriteBlocking(), BLOCXX_NAMESPACE::UnnamedPipe::setWriteTimeout(), BLOCXX_NAMESPACE::UnnamedPipe::setWriteTimeout(), BLOCXX_NAMESPACE::WaitpidThreadFix::shouldUseWaitpidThreadFix(), BLOCXX_NAMESPACE::Thread::shutdown(), BLOCXX_NAMESPACE::ThreadPool::shutdown(), BLOCXX_NAMESPACE::ThreadPool::shutdown(), BLOCXX_NAMESPACE::ThreadPool::shutdown(), BLOCXX_NAMESPACE::Socket::shutdownAllSockets(), BLOCXX_NAMESPACE::Semaphore::signal(), BLOCXX_NAMESPACE::SignalUtils::signalName(), BLOCXX_NAMESPACE::SignalScope::SignalScope(), BLOCXX_NAMESPACE::Process::Status::signalTerminated(), BLOCXX_NAMESPACE::ExceptionDetail::Errno< exType >::simple(), BLOCXX_NAMESPACE::Thread::sleep(), BLOCXX_NAMESPACE::ThreadImpl::sleep(), BLOCXX_NAMESPACE::Thread::sleep(), BLOCXX_NAMESPACE::ThreadImpl::sleep(), BLOCXX_NAMESPACE::Socket::Socket(), BLOCXX_NAMESPACE::Socket::Socket(), BLOCXX_NAMESPACE::Socket::Socket(), BLOCXX_NAMESPACE::Socket::Socket(), BLOCXX_NAMESPACE::Socket::Socket(), BLOCXX_NAMESPACE::SocketAddress::SocketAddress(), BLOCXX_NAMESPACE::SocketAddress::SocketAddress(), BLOCXX_NAMESPACE::SocketBaseImpl::SocketBaseImpl(), BLOCXX_NAMESPACE::Exec::spawn(), BLOCXX_NAMESPACE::Exec::spawn(), BLOCXX_NAMESPACE::Exec::spawn(), BLOCXX_NAMESPACE::Exec::spawn(), BLOCXX_NAMESPACE::Exec::spawn(), BLOCXX_NAMESPACE::PosixExec::spawnImpl(), BLOCXX_NAMESPACE::Exec::spawnImpl(), BLOCXX_NAMESPACE::Exec::spawnImpl(), BLOCXX_NAMESPACE::Exec::spawnImpl(), BLOCXX_NAMESPACE::Exec::spawnImpl(), BLOCXX_NAMESPACE::WaitpidThreadFix::spawnProcess(), BLOCXX_NAMESPACE::SafeCString::sprintf_check(), BLOCXX_NAMESPACE::SafeCString::sprintf_check(), BLOCXX_NAMESPACE::SafeCString::sprintf_check(), BLOCXX_NAMESPACE::SafeCString::sprintf_check(), BLOCXX_NAMESPACE::SafeCString::sprintf_check(), BLOCXX_NAMESPACE::SafeCString::sprintf_check(), BLOCXX_NAMESPACE::SafeCString::sprintf_check(), BLOCXX_NAMESPACE::SafeCString::sprintf_check(), BLOCXX_NAMESPACE::SafeCString::sprintf_check(), BLOCXX_NAMESPACE::SafeCString::sprintf_check(), BLOCXX_NAMESPACE::SafeCString::sprintf_trunc(), BLOCXX_NAMESPACE::SafeCString::sprintf_trunc(), BLOCXX_NAMESPACE::SafeCString::sprintf_trunc(), BLOCXX_NAMESPACE::SafeCString::sprintf_trunc(), BLOCXX_NAMESPACE::SafeCString::sprintf_trunc(), BLOCXX_NAMESPACE::SafeCString::sprintf_trunc(), BLOCXX_NAMESPACE::SafeCString::sprintf_trunc(), BLOCXX_NAMESPACE::SafeCString::sprintf_trunc(), BLOCXX_NAMESPACE::SafeCString::sprintf_trunc(), BLOCXX_NAMESPACE::SafeCString::sprintf_trunc(), BLOCXX_NAMESPACE::Thread::start(), BLOCXX_NAMESPACE::String::startsWith(), BLOCXX_NAMESPACE::StringBuffer::startsWith(), BLOCXX_NAMESPACE::String::startsWith(), BLOCXX_NAMESPACE::String::startsWith(), static_pointer_cast(), BLOCXX_NAMESPACE::Process::Status::stopped(), BLOCXX_NAMESPACE::Process::Status::stopSignal(), BLOCXX_NAMESPACE::SafeCString::str_dup(), BLOCXX_NAMESPACE::SafeCString::str_dup_nothrow(), BLOCXX_NAMESPACE::SafeCString::strcat_check(), BLOCXX_NAMESPACE::SafeCString::strcat_check(), BLOCXX_NAMESPACE::SafeCString::strcat_check(), BLOCXX_NAMESPACE::SafeCString::strcat_check(), BLOCXX_NAMESPACE::SafeCString::strcat_trunc(), BLOCXX_NAMESPACE::SafeCString::strcat_trunc(), BLOCXX_NAMESPACE::SafeCString::strcat_trunc(), BLOCXX_NAMESPACE::SafeCString::strcat_trunc(), BLOCXX_NAMESPACE::String::strchr(), BLOCXX_NAMESPACE::SafeCString::strcpy_check(), BLOCXX_NAMESPACE::SafeCString::strcpy_check(), BLOCXX_NAMESPACE::SafeCString::strcpy_check(), BLOCXX_NAMESPACE::SafeCString::strcpy_check(), BLOCXX_NAMESPACE::SafeCString::strcpy_to_pos_check(), BLOCXX_NAMESPACE::SafeCString::strcpy_to_pos_check(), BLOCXX_NAMESPACE::SafeCString::strcpy_to_pos_trunc(), BLOCXX_NAMESPACE::SafeCString::strcpy_to_pos_trunc(), BLOCXX_NAMESPACE::SafeCString::strcpy_trunc(), BLOCXX_NAMESPACE::SafeCString::strcpy_trunc(), BLOCXX_NAMESPACE::SafeCString::strcpy_trunc(), BLOCXX_NAMESPACE::SafeCString::strcpy_trunc(), BLOCXX_NAMESPACE::ExceptionDetail::strerror_r_wrap(), BLOCXX_NAMESPACE::ExceptionDetail::strerror_r_wrap(), BLOCXX_NAMESPACE::ExceptionDetail::strerror_r_wrap(), StrictWeakOrdering(), StrictWeakOrdering(), StrictWeakOrdering(), StrictWeakOrdering(), StrictWeakOrdering(), StrictWeakOrdering(), StrictWeakOrdering(), StrictWeakOrdering(), StrictWeakOrdering(), StrictWeakOrdering(), BLOCXX_NAMESPACE::String::String(), BLOCXX_NAMESPACE::String::String(), BLOCXX_NAMESPACE::String::String(), BLOCXX_NAMESPACE::String::String(), BLOCXX_NAMESPACE::String::String(), BLOCXX_NAMESPACE::String::String(), BLOCXX_NAMESPACE::String::String(), BLOCXX_NAMESPACE::String::String(), BLOCXX_NAMESPACE::String::String(), BLOCXX_NAMESPACE::String::String(), BLOCXX_NAMESPACE::String::String(), BLOCXX_NAMESPACE::StringBuffer::StringBuffer(), BLOCXX_NAMESPACE::StringBuffer::StringBuffer(), BLOCXX_NAMESPACE::StringBuffer::StringBuffer(), BLOCXX_NAMESPACE::NwIface::stringToAddress(), BLOCXX_NAMESPACE::Logger::stringToLogLevel(), BLOCXX_NAMESPACE::UTF8Utils::StringToUCS2(), BLOCXX_NAMESPACE::UTF8Utils::StringToUCS2ReplaceInvalid(), strncmpi(), BLOCXX_NAMESPACE::String::strtoll(), BLOCXX_NAMESPACE::String::strtoull(), BLOCXX_NAMESPACE::String::substring(), swap(), BLOCXX_NAMESPACE::COWIntrusiveReference< T >::swap(), swap(), BLOCXX_NAMESPACE::COWReference< T >::swap(), BLOCXX_NAMESPACE::COWReferenceBase::swap(), BLOCXX_NAMESPACE::Exception::swap(), BLOCXX_NAMESPACE::File::swap(), BLOCXX_NAMESPACE::IntrusiveReference< T >::swap(), swap(), swap(), BLOCXX_NAMESPACE::Logger::swap(), swap(), BLOCXX_NAMESPACE::Reference< T >::swap(), BLOCXX_NAMESPACE::ReferenceBase::swap(), swap(), swap(), BLOCXX_NAMESPACE::String::swap(), BLOCXX_NAMESPACE::StringBuffer::swap(), BLOCXX_NAMESPACE::SyslogAppender::SyslogAppender(), BLOCXX_NAMESPACE::Exec::system(), BLOCXX_NAMESPACE::Exec::system(), BLOCXX_NAMESPACE::FileSystem::tell(), BLOCXX_NAMESPACE::TempFileBuffer::TempFileBuffer(), BLOCXX_NAMESPACE::TempFileBuffer::TempFileBuffer(), BLOCXX_NAMESPACE::TempFileEnumerationImplBase::TempFileEnumerationImplBase(), BLOCXX_NAMESPACE::Process::Status::terminated(), BLOCXX_NAMESPACE::Process::terminatesWithin(), BLOCXX_NAMESPACE::Process::Status::termSignal(), BLOCXX_NAMESPACE::ThreadBarrier::ThreadBarrier(), BLOCXX_NAMESPACE::ThreadPool::ThreadPool(), BLOCXX_NAMESPACE::ThreadPool::ThreadPool(), BLOCXX_NAMESPACE::Thread::threadRunner(), throwStringConversion(), BLOCXX_NAMESPACE::IOIFCStreamBuffer::tie(), BLOCXX_NAMESPACE::Semaphore::timedWait(), BLOCXX_NAMESPACE::Thread::timedWait(), BLOCXX_NAMESPACE::Condition::timedWait(), BLOCXX_NAMESPACE::Condition::timedWait(), BLOCXX_NAMESPACE::Semaphore::timedWait(), BLOCXX_NAMESPACE::String::toInt(), BLOCXX_NAMESPACE::String::toInt16(), BLOCXX_NAMESPACE::String::toInt32(), BLOCXX_NAMESPACE::String::toInt64(), BLOCXX_NAMESPACE::String::toInt8(), BLOCXX_NAMESPACE::String::tokenize(), BLOCXX_NAMESPACE::DateTime::toLocal(), BLOCXX_NAMESPACE::UTF8Utils::toLowerCase(), BLOCXX_NAMESPACE::UTF8Utils::toLowerCaseInPlace(), BLOCXX_NAMESPACE::String::toReal32(), BLOCXX_NAMESPACE::String::toReal64(), BLOCXX_NAMESPACE::SocketAddress::toString(), BLOCXX_NAMESPACE::String::toUInt16(), BLOCXX_NAMESPACE::String::toUInt32(), BLOCXX_NAMESPACE::String::toUInt64(), BLOCXX_NAMESPACE::String::toUInt8(), BLOCXX_NAMESPACE::String::toUnsignedInt(), BLOCXX_NAMESPACE::UTF8Utils::toUpperCase(), BLOCXX_NAMESPACE::UTF8Utils::toUpperCaseInPlace(), BLOCXX_NAMESPACE::String::trim(), BLOCXX_NAMESPACE::StringBuffer::trim(), BLOCXX_NAMESPACE::StringBuffer::truncate(), BLOCXX_NAMESPACE::ThreadPool::tryAddWork(), BLOCXX_NAMESPACE::ThreadPool::tryAddWork(), BLOCXX_NAMESPACE::UTF8Utils::UCS2ToString(), BLOCXX_NAMESPACE::UTF8Utils::UCS2ToString(), BLOCXX_NAMESPACE::UTF8Utils::UCS2ToString(), BLOCXX_NAMESPACE::UTF8Utils::UCS2toUTF8(), BLOCXX_NAMESPACE::UTF8Utils::UCS4toUTF8(), BLOCXX_NAMESPACE::UTF8Utils::UCS4toUTF8(), BLOCXX_NAMESPACE::BaseStreamBuffer::underflow(), BLOCXX_NAMESPACE::DataIStreamBuf::underflow(), BLOCXX_NAMESPACE::IStringStreamBuf::underflow(), BLOCXX_NAMESPACE::TempFileBuffer::underflow(), BLOCXX_NAMESPACE::MD5::update(), BLOCXX_NAMESPACE::EnvVars::updateVar(), BLOCXX_NAMESPACE::COWReference< T >::useRefCountOf(), BLOCXX_NAMESPACE::COWReferenceBase::useRefCountOf(), BLOCXX_NAMESPACE::Reference< T >::useRefCountOf(), BLOCXX_NAMESPACE::ReferenceBase::useRefCountOf(), BLOCXX_NAMESPACE::TempFileBuffer::usingTempFile(), BLOCXX_NAMESPACE::UTF8Utils::UTF8toUCS2(), BLOCXX_NAMESPACE::UTF8Utils::UTF8toUCS4(), BLOCXX_NAMESPACE::BinarySerialization::verifySignature(), BLOCXX_NAMESPACE::SafeCString::vprintf_check(), BLOCXX_NAMESPACE::SafeCString::vprintf_check(), BLOCXX_NAMESPACE::SafeCString::vprintf_trunc(), BLOCXX_NAMESPACE::SafeCString::vprintf_trunc(), BLOCXX_NAMESPACE::Semaphore::wait(), BLOCXX_NAMESPACE::ThreadBarrierImpl::wait(), BLOCXX_NAMESPACE::Process::waitCloseTerm(), BLOCXX_NAMESPACE::Process::waitCloseTerm(), BLOCXX_NAMESPACE::ThreadCounter::waitForAll(), BLOCXX_NAMESPACE::ThreadCounter::waitForAll(), BLOCXX_NAMESPACE::SocketBaseImpl::waitForInput(), BLOCXX_NAMESPACE::Socket::waitForInput(), BLOCXX_NAMESPACE::Socket::waitForInput(), BLOCXX_NAMESPACE::SocketUtils::waitForIO(), BLOCXX_NAMESPACE::SocketUtils::waitForIO(), BLOCXX_NAMESPACE::SocketBaseImpl::waitForOutput(), BLOCXX_NAMESPACE::Socket::waitForOutput(), BLOCXX_NAMESPACE::Socket::waitForOutput(), BLOCXX_NAMESPACE::WaitpidThreadFix::waitPid(), BLOCXX_NAMESPACE::File::write(), BLOCXX_NAMESPACE::PosixUnnamedPipe::write(), BLOCXX_NAMESPACE::Socket::write(), BLOCXX_NAMESPACE::SocketBaseImpl::write(), BLOCXX_NAMESPACE::FileSystem::write(), BLOCXX_NAMESPACE::BinarySerialization::write(), BLOCXX_NAMESPACE::BinarySerialization::write(), BLOCXX_NAMESPACE::BinarySerialization::write(), BLOCXX_NAMESPACE::BinarySerialization::write(), BLOCXX_NAMESPACE::BinarySerialization::write(), BLOCXX_NAMESPACE::BinarySerialization::write(), BLOCXX_NAMESPACE::BinarySerialization::write(), BLOCXX_NAMESPACE::BinarySerialization::write(), BLOCXX_NAMESPACE::BinarySerialization::write(), BLOCXX_NAMESPACE::BinarySerialization::writeArray(), BLOCXX_NAMESPACE::SocketImpl::writeAux(), BLOCXX_NAMESPACE::BinarySerialization::writeBool(), BLOCXX_NAMESPACE::BinarySerialization::writeLen(), BLOCXX_NAMESPACE::WriteLock::WriteLock(), BLOCXX_NAMESPACE::WriteLock::WriteLock(), BLOCXX_NAMESPACE::String::writeObject(), BLOCXX_NAMESPACE::UnnamedPipe::writeString(), BLOCXX_NAMESPACE::BinarySerialization::writeString(), BLOCXX_NAMESPACE::BinarySerialization::writeStringArray(), BLOCXX_NAMESPACE::BinarySerialization::writeStringArray(), BLOCXX_NAMESPACE::BaseStreamBuffer::xsputn(), BLOCXX_NAMESPACE::DataOStreamBuf::xsputn(), BLOCXX_NAMESPACE::TempFileBuffer::xsputn(), BLOCXX_NAMESPACE::MD5StreamBuffer::xsputn(), BLOCXX_NAMESPACE::ThreadImpl::yield(), BLOCXX_NAMESPACE::AutoPtr< X >::~AutoPtr(), BLOCXX_NAMESPACE::AutoPtrVec< X >::~AutoPtrVec(), BLOCXX_NAMESPACE::FuncNamePrinter::~FuncNamePrinter(), BLOCXX_NAMESPACE::LazyGlobal< T, PODType, FactoryT >::~LazyGlobal(), BLOCXX_NAMESPACE::Mutex::~Mutex(), BLOCXX_NAMESPACE::Process::~Process(), BLOCXX_NAMESPACE::ServerSocketImpl::~ServerSocketImpl(), BLOCXX_NAMESPACE::SignalScope::~SignalScope(), BLOCXX_NAMESPACE::TempFileBuffer::~TempFileBuffer(), and BLOCXX_NAMESPACE::Thread::~Thread().
|
inline |
Definition at line 779 of file String.hpp.
References BLOCXX_NAMESPACE::String::compareTo(), and operator==().
|
inline |
Definition at line 280 of file Char16.hpp.
References operator==().
|
inline |
Definition at line 336 of file COWReference.hpp.
References BLOCXX_NAMESPACE::COWReference< T >::getPtr(), and operator==().
|
inline |
Definition at line 184 of file Enumeration.hpp.
References operator==().
|
inline |
Definition at line 117 of file IstreamBufIterator.hpp.
References operator==().
|
inline |
Definition at line 216 of file Reference.hpp.
References BLOCXX_NAMESPACE::Reference< T >::getPtr(), and operator==().
|
inline |
Definition at line 290 of file SortedVectorMap.hpp.
|
inline |
Definition at line 238 of file SortedVectorSet.hpp.
|
inline |
Definition at line 774 of file String.hpp.
References BLOCXX_NAMESPACE::String::compareTo(), and operator==().
Definition at line 769 of file String.hpp.
References operator==().
| BLOCXX_COMMON_API bool BLOCXX_NAMESPACE::operator== | ( | const String & | x, |
| const StringBuffer & | y ) |
Definition at line 436 of file StringBuffer.cpp.
References operator==().
| BLOCXX_COMMON_API bool BLOCXX_NAMESPACE::operator== | ( | const StringBuffer & | x, |
| const String & | y ) |
Definition at line 424 of file StringBuffer.cpp.
References operator==().
| BLOCXX_COMMON_API bool BLOCXX_NAMESPACE::operator== | ( | const StringBuffer & | x, |
| const StringBuffer & | y ) |
Definition at line 412 of file StringBuffer.cpp.
References operator==().
|
inline |
Definition at line 312 of file COWIntrusiveReference.hpp.
References operator==().
Definition at line 109 of file Timeout.cpp.
References BLOCXX_NAMESPACE::Timeout::E_ABSOLUTE, and operator==().
|
inline |
Definition at line 304 of file COWIntrusiveReference.hpp.
References BLOCXX_NAMESPACE::COWIntrusiveReference< T >::getPtr(), and operator==().
|
inline |
Definition at line 296 of file COWIntrusiveReference.hpp.
References BLOCXX_NAMESPACE::COWIntrusiveReference< T >::getPtr(), and operator==().
|
inline |
Definition at line 284 of file Char16.hpp.
References operator==().
|
inline |
Definition at line 160 of file IntrusiveReference.hpp.
References BLOCXX_NAMESPACE::IntrusiveReference< T >::getPtr(), and operator==().
|
inline |
Definition at line 168 of file IntrusiveReference.hpp.
References BLOCXX_NAMESPACE::IntrusiveReference< T >::getPtr(), and operator==().
|
inline |
Definition at line 176 of file IntrusiveReference.hpp.
References operator==().
|
inline |
Definition at line 308 of file Char16.hpp.
References operator==().
Determine if one Array is greater than another.
This is done by doing a lexicographical compare on the Arrays. a lexicographical compare will compares the Arrays element by element until:
Definition at line 515 of file Array.hpp.
References operator==().
Definition at line 839 of file String.hpp.
References operator==().
Definition at line 834 of file String.hpp.
References BLOCXX_NAMESPACE::String::compareTo(), and operator==().
Definition at line 829 of file String.hpp.
References operator==().
|
inline |
Definition at line 312 of file Char16.hpp.
References operator==().
Determine if one Array is greater than or equal to another.
This is done by doing a lexicographical compare on the Arrays. a lexicographical compare will compares the Arrays element by element until:
Definition at line 492 of file Array.hpp.
References operator==().
Definition at line 854 of file String.hpp.
References operator==().
Definition at line 849 of file String.hpp.
References BLOCXX_NAMESPACE::String::compareTo(), and operator==().
Definition at line 844 of file String.hpp.
References operator==().
| int BLOCXX_NAMESPACE::passDescriptor | ( | Descriptor | streamPipe, |
| Descriptor | descriptor, | ||
| ProcId | targetProcess = 0 ) |
Sends a Descriptor to the peer.
Guaranteed not to throw an exception.
| descriptor | The Descriptor to send. |
Definition at line 179 of file DescriptorUtils_noexcept.cpp.
References operator==().
| Process::Status BLOCXX_NAMESPACE::pollStatusImpl | ( | ProcId | pid | ) |
Definition at line 637 of file Process.cpp.
References BLOCXX_THROW_ERRNO_MSG, and operator==().
|
inline |
This function is solely for the use of libblocxx threading primitives.
No non-library code should need to use this, and if some does it should be rewritten to use the other thread primitives.
Definition at line 52 of file MemoryBarrier.hpp.
References operator==().
| AutoDescriptor BLOCXX_NAMESPACE::receiveDescriptor | ( | Descriptor | streamPipe | ) |
Gets a Descriptor from the peer.
Descriptor sent by the peer.| IOException | on I/O error or if the peer does not send a Descriptor. |
Definition at line 58 of file DescriptorUtils.cpp.
References BLOCXX_THROW, operator==(), and receiveDescriptor().
Referenced by receiveDescriptor().
| AutoDescriptor BLOCXX_NAMESPACE::receiveDescriptor | ( | Descriptor | streamPipe, |
| char * | errbuf, | ||
| size_t | bufsz ) |
Gets a Descriptor from the peer.
Guaranteed not to throw an exception.
Descriptor sent by the peer, if there is no error. On I/O error, or if the peer does not send a Descriptor, returns -1 and writes a null-terminated error message into errbuf. Definition at line 238 of file DescriptorUtils_noexcept.cpp.
References operator==().
Definition at line 51 of file ReferenceBase.hpp.
References operator==().
Referenced by BLOCXX_NAMESPACE::Reference< T >::swap(), and BLOCXX_NAMESPACE::ReferenceBase::swap().
| IntrusiveReference< T > BLOCXX_NAMESPACE::static_pointer_cast | ( | IntrusiveReference< U > const & | p | ) |
Definition at line 199 of file IntrusiveReference.hpp.
References operator==().
Definition at line 46 of file StrictWeakOrdering.hpp.
References operator==().
Referenced by StrictWeakOrdering(), StrictWeakOrdering(), StrictWeakOrdering(), StrictWeakOrdering(), StrictWeakOrdering(), StrictWeakOrdering(), StrictWeakOrdering(), StrictWeakOrdering(), and StrictWeakOrdering().
| bool BLOCXX_NAMESPACE::StrictWeakOrdering | ( | const T1 & | lhs1, |
| const T1 & | rhs1, | ||
| const T2 & | lhs2, | ||
| const T2 & | rhs2 ) |
Definition at line 51 of file StrictWeakOrdering.hpp.
References operator==(), and StrictWeakOrdering().
| bool BLOCXX_NAMESPACE::StrictWeakOrdering | ( | const T1 & | lhs1, |
| const T1 & | rhs1, | ||
| const T2 & | lhs2, | ||
| const T2 & | rhs2, | ||
| const T3 & | lhs3, | ||
| const T3 & | rhs3 ) |
Definition at line 59 of file StrictWeakOrdering.hpp.
References operator==(), and StrictWeakOrdering().
| bool BLOCXX_NAMESPACE::StrictWeakOrdering | ( | const T1 & | lhs1, |
| const T1 & | rhs1, | ||
| const T2 & | lhs2, | ||
| const T2 & | rhs2, | ||
| const T3 & | lhs3, | ||
| const T3 & | rhs3, | ||
| const T4 & | lhs4, | ||
| const T4 & | rhs4 ) |
Definition at line 69 of file StrictWeakOrdering.hpp.
References operator==(), and StrictWeakOrdering().
| bool BLOCXX_NAMESPACE::StrictWeakOrdering | ( | const T1 & | lhs1, |
| const T1 & | rhs1, | ||
| const T2 & | lhs2, | ||
| const T2 & | rhs2, | ||
| const T3 & | lhs3, | ||
| const T3 & | rhs3, | ||
| const T4 & | lhs4, | ||
| const T4 & | rhs4, | ||
| const T5 & | lhs5, | ||
| const T5 & | rhs5 ) |
Definition at line 81 of file StrictWeakOrdering.hpp.
References operator==(), and StrictWeakOrdering().
| bool BLOCXX_NAMESPACE::StrictWeakOrdering | ( | const T1 & | lhs1, |
| const T1 & | rhs1, | ||
| const T2 & | lhs2, | ||
| const T2 & | rhs2, | ||
| const T3 & | lhs3, | ||
| const T3 & | rhs3, | ||
| const T4 & | lhs4, | ||
| const T4 & | rhs4, | ||
| const T5 & | lhs5, | ||
| const T5 & | rhs5, | ||
| const T6 & | lhs6, | ||
| const T6 & | rhs6 ) |
Definition at line 95 of file StrictWeakOrdering.hpp.
References operator==(), and StrictWeakOrdering().
| bool BLOCXX_NAMESPACE::StrictWeakOrdering | ( | const T1 & | lhs1, |
| const T1 & | rhs1, | ||
| const T2 & | lhs2, | ||
| const T2 & | rhs2, | ||
| const T3 & | lhs3, | ||
| const T3 & | rhs3, | ||
| const T4 & | lhs4, | ||
| const T4 & | rhs4, | ||
| const T5 & | lhs5, | ||
| const T5 & | rhs5, | ||
| const T6 & | lhs6, | ||
| const T6 & | rhs6, | ||
| const T7 & | lhs7, | ||
| const T7 & | rhs7 ) |
Definition at line 112 of file StrictWeakOrdering.hpp.
References operator==(), and StrictWeakOrdering().
| bool BLOCXX_NAMESPACE::StrictWeakOrdering | ( | const T1 & | lhs1, |
| const T1 & | rhs1, | ||
| const T2 & | lhs2, | ||
| const T2 & | rhs2, | ||
| const T3 & | lhs3, | ||
| const T3 & | rhs3, | ||
| const T4 & | lhs4, | ||
| const T4 & | rhs4, | ||
| const T5 & | lhs5, | ||
| const T5 & | rhs5, | ||
| const T6 & | lhs6, | ||
| const T6 & | rhs6, | ||
| const T7 & | lhs7, | ||
| const T7 & | rhs7, | ||
| const T8 & | lhs8, | ||
| const T8 & | rhs8 ) |
Definition at line 131 of file StrictWeakOrdering.hpp.
References operator==(), and StrictWeakOrdering().
| bool BLOCXX_NAMESPACE::StrictWeakOrdering | ( | const T1 & | lhs1, |
| const T1 & | rhs1, | ||
| const T2 & | lhs2, | ||
| const T2 & | rhs2, | ||
| const T3 & | lhs3, | ||
| const T3 & | rhs3, | ||
| const T4 & | lhs4, | ||
| const T4 & | rhs4, | ||
| const T5 & | lhs5, | ||
| const T5 & | rhs5, | ||
| const T6 & | lhs6, | ||
| const T6 & | rhs6, | ||
| const T7 & | lhs7, | ||
| const T7 & | rhs7, | ||
| const T8 & | lhs8, | ||
| const T8 & | rhs8, | ||
| const T9 & | lhs9, | ||
| const T9 & | rhs9 ) |
Definition at line 152 of file StrictWeakOrdering.hpp.
References operator==(), and StrictWeakOrdering().
| bool BLOCXX_NAMESPACE::StrictWeakOrdering | ( | const T1 & | lhs1, |
| const T1 & | rhs1, | ||
| const T2 & | lhs2, | ||
| const T2 & | rhs2, | ||
| const T3 & | lhs3, | ||
| const T3 & | rhs3, | ||
| const T4 & | lhs4, | ||
| const T4 & | rhs4, | ||
| const T5 & | lhs5, | ||
| const T5 & | rhs5, | ||
| const T6 & | lhs6, | ||
| const T6 & | rhs6, | ||
| const T7 & | lhs7, | ||
| const T7 & | rhs7, | ||
| const T8 & | lhs8, | ||
| const T8 & | rhs8, | ||
| const T9 & | lhs9, | ||
| const T9 & | rhs9, | ||
| const T10 & | lhs10, | ||
| const T10 & | rhs10 ) |
Definition at line 175 of file StrictWeakOrdering.hpp.
References operator==(), and StrictWeakOrdering().
Definition at line 85 of file String.cpp.
References operator==().
Referenced by BLOCXX_NAMESPACE::String::startsWith().
Definition at line 444 of file ArrayImpl.hpp.
References operator==().
| void BLOCXX_NAMESPACE::swap | ( | COWIntrusiveReference< T > & | lhs, |
| COWIntrusiveReference< T > & | rhs ) |
Definition at line 331 of file COWIntrusiveReference.hpp.
References operator==().
| void BLOCXX_NAMESPACE::swap | ( | IntrusiveReference< T > & | lhs, |
| IntrusiveReference< T > & | rhs ) |
Definition at line 195 of file IntrusiveReference.hpp.
References operator==().
Definition at line 653 of file List.hpp.
References operator==().
Definition at line 251 of file Map.hpp.
References operator==().
|
inline |
Definition at line 302 of file SortedVectorMap.hpp.
References operator==().
|
inline |
Definition at line 250 of file SortedVectorSet.hpp.
References operator==().
|
inlinestatic |
Definition at line 960 of file String.cpp.
References BLOCXX_THROW, and operator==().
|
inlinestatic |
Definition at line 954 of file String.cpp.
References BLOCXX_THROW, BLOCXX_NAMESPACE::Format::c_str(), and m_buf.
Referenced by convertToRealType(), doConvertToIntType(), BLOCXX_NAMESPACE::String::toBool(), and BLOCXX_NAMESPACE::String::toChar16().
Definition at line 65 of file Socket.cpp.
Referenced by BLOCXX_NAMESPACE::Socket::createShutDownMechanism(), BLOCXX_NAMESPACE::Socket::gotShutDown(), and BLOCXX_NAMESPACE::Socket::shutdownAllSockets().
Definition at line 55 of file BaseStreamBuffer.hpp.
Definition at line 55 of file SignalScope.hpp.
Definition at line 59 of file SignalScope.hpp.
Definition at line 54 of file SignalScope.hpp.
Definition at line 917 of file String.cpp.
Referenced by BLOCXX_NAMESPACE::String::operator[]().
| Mutex BLOCXX_NAMESPACE::gethostbynameMutex |
Definition at line 148 of file SocketAddress.cpp.
Referenced by BLOCXX_NAMESPACE::SocketAddress::getAnyLocalHost(), BLOCXX_NAMESPACE::SocketAddress::getByName(), and BLOCXX_NAMESPACE::SocketUtils::getFullyQualifiedHostName().
Definition at line 56 of file BaseStreamBuffer.hpp.
Definition at line 73 of file LogAppender.cpp.
Definition at line 70 of file LogAppender.cpp.
| char const BLOCXX_NAMESPACE::LOG_1_MAX_BACKUP_INDEX_opt[] = "log.%1.max_backup_index" |
Definition at line 72 of file LogAppender.cpp.
| char const BLOCXX_NAMESPACE::LOG_1_MAX_FILE_SIZE_opt[] = "log.%1.max_file_size" |
Definition at line 71 of file LogAppender.cpp.
Definition at line 75 of file LogAppender.cpp.
Definition at line 74 of file LogAppender.cpp.
| class BLOCXX_COMMON_API BLOCXX_NAMESPACE::LogAppender |
Definition at line 66 of file CommonFwd.hpp.
| class BLOCXX_COMMON_API BLOCXX_NAMESPACE::Logger |
Definition at line 63 of file CommonFwd.hpp.
Referenced by BLOCXX_NAMESPACE::Logger::clone().
Definition at line 54 of file MD5.cpp.
Referenced by BLOCXX_NAMESPACE::MD5::convertBinToHex().
Definition at line 83 of file MD5.hpp.
Referenced by BLOCXX_NAMESPACE::MD5::convertBinToHex().
| class BLOCXX_COMMON_API BLOCXX_NAMESPACE::MultiAppender |
Definition at line 69 of file CommonFwd.hpp.
|
static |
Definition at line 932 of file String.cpp.
Referenced by BLOCXX_NAMESPACE::String::operator[]().
Definition at line 202 of file MD5.cpp.
Referenced by BLOCXX_NAMESPACE::MD5::MD5Final().
|
static |
Definition at line 66 of file Socket.cpp.
Referenced by BLOCXX_NAMESPACE::Socket::createShutDownMechanism(), BLOCXX_NAMESPACE::Socket::deleteShutDownMechanism(), BLOCXX_NAMESPACE::Socket::gotShutDown(), and BLOCXX_NAMESPACE::Socket::shutdownAllSockets().
Definition at line 86 of file Process.cpp.