| resip::AbstractFifo | The base class from which various templated Fifo classes are derived |
| resip::AresDns | |
| resip::AresDnsPollItem | |
| resip::AsyncProcessHandler | |
| resip::AsyncResult | |
| resip::bad_weak_ptr | |
| Barrier | |
| resip::Base64Coder | |
| resip::BaseException | The abstract base-class for all exceptions thrown by resip code |
| resip::checked_deleter< T > | |
| resip::DnsStub::ClearDnsCacheCommand | |
| resip::DnsCnameRecord::CnameException | |
| resip::DnsStub::Command | |
| resip::RRCache::CompareT | |
| resip::Condition | A condition variable that can be signaled or waited on, wraps POSIX/Windows implementations depending on environment |
| resip::ConfigParse | |
| resip::const_cast_tag | |
| Consumer | |
| resip::CountBuffer | Implementation of std::streambuf used to back CountStream |
| resip::CountStream | Used to count the amount of data written to a stream |
| CRYPTO_dynlock_value | |
| resip::Data | An alternative to std::string, encapsulates an arbitrary buffer of bytes |
| resip::DataBuffer | Implementation of std::streambuf used to back the DataStream, iDataStream, and oDataStream |
| resip::DataException | |
| resip::DataHelper | |
| resip::DataLocalSize< S > | This template is here to help diagnose API/ABI mismatches |
| resip::DataStream | An iostream that operates on an existing Data |
| DerivedShutsDown | |
| resip::DigestBuffer | Implementation of std::streambuf used to back the DigestStream |
| resip::DigestStream | Used to accumlate data written to the stream in a DigestBuffer and convert the data to Digest |
| resip::FileSystem::Directory | |
| resip::DnsAAAARecord | |
| resip::DnsCnameRecord | |
| resip::DnsHandler | |
| resip::DnsHostRecord | |
| resip::DnsNaptrRecord | |
| resip::DnsRawSink | |
| resip::DnsResourceRecord | |
| resip::DNSResult< T > | |
| resip::DnsResultSink | |
| resip::DnsSrvRecord | |
| resip::DnsStub | |
| resip::DnsStub::DnsStubException | |
| resip::DnsUtil | Provides a collection of utility functions for manipulating DNS names and IP addresses and discovering details about the local interfaces |
| resip::dynamic_cast_tag | |
| Every4 | |
| resip::DnsUtil::Exception | |
| resip::ExternalDns | |
| resip::ExternalDnsCreator | |
| resip::ExternalDnsFactory | |
| resip::ExternalDnsHandler | |
| resip::ExternalDnsHostResult | |
| resip::ExternalDnsRawResult | |
| resip::ExternalDnsResult | |
| resip::ExternalLogger | Interface functor for external logging |
| resip::Poll::FDEntry | |
| resip::FdPollGrp | |
| resip::FdPollImplFdSet | |
| resip::FdPollItemBase | |
| resip::FdPollItemFdSetInfo | |
| resip::FdPollItemIf | |
| resip::FdSet | Object-oriented wrapper for your platform's file-descriptor set |
| resip::Fifo< Msg > | A templated, threadsafe message-queue class |
| resip::FifoStatsInterface | For statistics gathering |
| resip::FileSystem | Provides file-system traversal |
| resip::FiniteFifo< Msg > | A templated, threadsafe message-queue class with a fixed size |
| Foo | |
| FooFoo | |
| resip::GenericIPAddress | Represents an IP-address and port (V4 or V6) |
| resip::GenericTimerQueue< T > | |
| resip::Log::Guard | Implementation for logging macros |
| resip::HeapInstanceCounter | |
| resip::RRVip::HostTransformFactory | |
| resip::iDataStream | An istream that operates on an existing Data |
| resip::InserterClass< T > | Allows a (possibly recursive) container of anything with operator<< to be dumped to a stream |
| InstanceCounts | |
| resip::IntrusiveListElement< P > | |
| resip::IntrusiveListElement1< P > | |
| resip::IntrusiveListElement2< P > | |
| resip::IntrusiveListElement3< P > | |
| resip::FileSystem::Directory::iterator | |
| resip::IntrusiveListElement1< P >::iterator | |
| resip::IntrusiveListElement2< P >::iterator | |
| resip::IntrusiveListElement3< P >::iterator | |
| resip::IntrusiveListElement< P >::iterator | |
| resip::LocalDns | |
| resip::Log::LocalLoggerMap | Thread Local logger settings storage |
| resip::Lock | A convenience class to lock a Lockable (such as a Mutex) on object creation, and unlock on destruction |
| resip::Lockable | Abstract base-class for Mutexes |
| resip::Log | Singleton that handles logging calls |
| resip::DnsStub::LogDnsCacheCommand | |
| resip::LogStaticInitializer | Class to initialize Log class static variables |
| LogThread | |
| resip::RRVip::MapKey | |
| resip::MD5Buffer | Implementation of std::streambuf used to back the MD5Stream |
| resip::MD5Context | |
| resip::MD5Stream | Used to accumlate data written to the stream in a MD5Buffer and convert the data to MD5 |
| resip::Mutex | A semaphore that can be locked by only one thread at a time |
| resip::DnsNaptrRecord::NaptrException | |
| resip::RRVip::NaptrTransform | |
| resip::RRVip::NaptrTransformFactroy | |
| Noisy | |
| resip::oDataStream | An ostream that operates on an existing Data |
| Old2 | |
| resip::OpenSSLInit | |
| resip::RROverlay::OverlayException | |
| resip::ParseBuffer | Provides string-parsing functionality with protection from buffer overflow |
| resip::ParseException | BaseException used to indicate parse failures |
| resip::ParseBuffer::Pointer | |
| resip::Poll | This class abstracts the Unix system call "poll" |
| resip::polymorphic_cast_tag | |
| resip::Data::PreallocateType | |
| Producer | |
| resip::RRList::Protocol | |
| resip::PtrLock | Much like class Lock above, but takes pointer argument to Lockable, which may be NULL |
| resip::DnsStub::Query | |
| resip::DnsStub::QueryCommand< QueryType > | |
| resip::Random | A static class that wraps the random-number generation code of your platform |
| resip::ReadLock | |
| resip::RRList::RecordItem | |
| resip::RecursiveMutex | Wraps the recursive mutex implementation on your platform (if there is one) |
| resip::DnsNaptrRecord::RegExp | |
| resip::ResipBasicIOStream | |
| resip::ResipClock | Clock used for timing in the Timer class and possibly other areas |
| resip::ResipFastIStream | Std::istream replacement |
| resip::ResipFastOStream | Std::ostream replacement |
| resip::ResipStdBuf | Used to replace std::cerr, std::cout, etc |
| resip::ResipStdCOStream | A direct replacement for std::cout, std::cerr, etc |
| resip::ResipStreamBuf | |
| resip::DnsStub::ResultConverter | |
| resip::DnsStub::ResultConverterImpl< QueryType > | |
| resip::DnsStub::ResultTransform | |
| resip::RRCache | |
| resip::RRFactory< T > | |
| resip::RRFactoryBase | |
| resip::RRList | |
| resip::RROverlay | |
| resip::RRVip | |
| resip::RWMutex | Wraps the readers/writers mutex implementation on your platform |
| resip::DnsStub::SetEnumSuffixesCommand | |
| resip::SHA1Buffer | An implementation of std::streambuf used to back the SHA1Stream |
| resip::SHA1Stream | Used to accumlate data written to the stream in a SHA1Buffer and convert the data to SHA1 |
| resip::shared_count | |
| resip::SharedPtr< T > | Implements reference counted copy semantics for a class T |
| resip::SharedPtr_traits< T > | |
| resip::SharedPtr_traits< void > | |
| resip::SharedPtr_traits< void const > | |
| resip::SharedPtr_traits< void const volatile > | |
| resip::SharedPtr_traits< void volatile > | |
| ShutdownSelf | |
| resip::sp_counted_base | |
| resip::sp_counted_base_impl< P, D > | |
| resip::DnsSrvRecord::SrvException | |
| resip::RRVip::SrvTransform | |
| resip::RRVip::SrvTransformFactory | |
| resip::static_cast_tag | |
| StunAddress4 | |
| StunAtrAddress4 | |
| StunAtrChangeRequest | |
| StunAtrError | |
| StunAtrHdr | |
| StunAtrIntegrity | |
| StunAtrString | |
| StunAtrUnknown | |
| StunMediaRelay | |
| StunMessage | |
| StunMsgHdr | |
| StunServerInfo | |
| resip::Subsystem | Class used to specify what sub-system given sections of code belong to, for use by the logging system |
| resip::SysLogBuf | |
| resip::SysLogStream | |
| TestData | |
| TestDummyThread | |
| TestExternalLogger | |
| TestRandomThread | |
| TestThread | |
| resip::Log::ThreadData | |
| resip::ThreadIf | A wrapper class to create and spawn a thread |
| resip::Log::ThreadSetting | |
| resip::TimeLimitFifo< Msg > | A templated, threadsafe message-queue class that enforces constraints on time-depth |
| resip::Timer | Instances of this class represent a SIP timer, while static functions in this class are used to get the current system time |
| resip::GenericTimerQueue< T >::TimerEntry< E > | |
| resip::TimeLimitFifo< Msg >::Timestamped | |
| resip::RRVip::Transform | |
| resip::RRVip::TransformFactory | |
| UInt128 | |
| WinCompatInstanceCleaner | |
| resip::WriteLock | |