|
Async 1.8.0
|
| ►NAsync | Namespace for the asynchronous programming classes |
| ►NMacho | |
| C_AdaptingInitializer | |
| C_DefaultInitializer | |
| C_EmptyBox | |
| C_Event0 | |
| C_Event1 | |
| C_Event2 | |
| C_Event3 | |
| C_Event4 | |
| C_Event5 | |
| C_Event6 | |
| C_HistoryInitializer | |
| C_IEventBase | |
| C_Initializer | |
| C_Initializer1 | |
| C_Initializer2 | |
| C_Initializer3 | |
| C_Initializer4 | |
| C_Initializer5 | |
| C_Initializer6 | |
| C_KeyData | |
| C_MachineBase | |
| C_RootInstance | |
| C_SameType | |
| C_SameType< T, T > | |
| C_StateInstance | |
| C_StateSpecification | |
| C_StaticInitializer | |
| C_SubstateInstance | |
| CAlias | |
| CAnchor | |
| CDR | |
| CDR< const R & > | |
| CDR< R & > | |
| CIEvent | |
| CLink | |
| ►CMachine | |
| CAfterAdvice | |
| CStateID | |
| CTopBase | |
| C_VS8_Bug_101615 | |
| CApplication | The base class for asynchronous applications |
| CAtTimer | A timer that times out at a specified absolute time |
| CAudioAmp | An audio pipe class for amplification/attenuation of an audio stream |
| CAudioClipper | An audio pipe class to clip audio to a given maximum level |
| CAudioCompressor | A class to do audio compression/limiting |
| CAudioContainer | |
| CAudioContainerOpus | |
| CAudioContainerPcm | |
| CAudioContainerSpecificFactory | Convenience struct to make specific factory instantiation easier |
| CAudioContainerWav | |
| CAudioDebugger | This class is used to debug an audio stream |
| CAudioDecimator | Decimates a higher sample rate into a lower one |
| CAudioDecoder | Base class for an audio decoder |
| CAudioDelayLine | This class implements an audio delay line |
| CAudioDevice | Base class for handling audio devices |
| CAudioDeviceFactory | A factory class for audio devices |
| CAudioEncoder | Base class for an audio encoder |
| CAudioFifo | A FIFO class for handling audio samples |
| CAudioFilter | A class for creating a wide range of audio filters |
| CAudioFsf | A Frequency Sampling Filter implementation |
| CAudioGenerator | A class for generating periodic audio signals |
| CAudioInterpolator | Interpolates a lower sampling rate to a higher one |
| CAudioIO | A class for handling audio input/output to an audio device |
| CAudioJitterFifo | A FIFO class for handling audio samples |
| CAudioLADSPAPlugin | Use a LADSPA plugin as an audio processor |
| CAudioMixer | A class for mixing audio streams |
| CAudioNoiseAdder | A class to add gaussian white noise to an audio stream |
| CAudioPacer | An audio pipe class that pace audio output |
| CAudioPassthrough | This class just let the audio pass through |
| CAudioProcessor | The base class for an audio processor |
| CAudioReader | An audio pipe component for on demand reading samples |
| CAudioRecorder | A class for recording raw audio to a file |
| CAudioSelector | This class is used to select one of many audio streams |
| CAudioSink | The base class for an audio sink |
| CAudioSource | The base class for an audio source |
| CAudioSplitter | A class that splits an audio stream into multiple streams |
| CAudioStreamStateDetector | A class that just passes the audio through and fires an event when the stream state changes |
| CAudioThreadSource | A threadsafe audio source base class |
| CAudioValve | Implements a "valve" for audio |
| CConfig | A class for reading INI-formatted configuration files |
| CCppApplication | An application class for writing non GUI applications |
| CDigest | A_brief_class_description |
| CDnsLookup | A class for performing asynchronous DNS lookups |
| CDnsResourceRecord | The base class for representing a DNS resource record |
| CDnsResourceRecordA | A class for representing an A DNS resource record |
| CDnsResourceRecordCNAME | A class for representing a CNAME DNS resource record |
| CDnsResourceRecordCRTP | A CRTP class for adding some type dependent functions |
| CDnsResourceRecordPTR | A class for representing a PTR DNS resource record |
| CDnsResourceRecordSRV | A class for representing a SRV DNS resource record |
| CEncryptedUdpSocket | A class for sending encrypted UDP datagrams |
| CEnvelopeDetector | |
| CExec | Execute external commands |
| CFactory | |
| CFdWatch | A class for watching file descriptors |
| CFileReader | |
| CFramedTcpConnection | A TCP connection with framed instead of streamed content |
| ►CHttpServerConnection | A class representing a HTTP server side connection |
| CRequest | |
| CResponse | |
| CIpAddress | A class for representing an IP address in an OS independent way |
| CMsg | Base class for all messages |
| CMsgPacker | |
| CMsgPacker< char > | |
| CMsgPacker< double > | |
| CMsgPacker< float > | |
| CMsgPacker< int16_t > | |
| CMsgPacker< int32_t > | |
| CMsgPacker< int64_t > | |
| CMsgPacker< int8_t > | |
| CMsgPacker< std::array< T, N > > | |
| CMsgPacker< std::map< Tag, Value > > | |
| CMsgPacker< std::set< I > > | |
| CMsgPacker< std::string > | |
| CMsgPacker< std::vector< I > > | |
| CMsgPacker< T[N]> | |
| CMsgPacker< uint16_t > | |
| CMsgPacker< uint32_t > | |
| CMsgPacker< uint64_t > | |
| CMsgPacker< uint8_t > | |
| CMutex | Synchronize execution from a thread with the main Async thread |
| CPacker16 | |
| CPacker32 | |
| CPacker64 | |
| CPacker8 | |
| CPlugin | A base class for making a class into a dynamic loadable plugin |
| CPty | A wrapper class for using a PTY |
| CPtyStreamBuf | A stream buffer class to stream characters to a PTY |
| CQtApplication | An application class for writing GUI applications in Qt |
| CSerial | A class for using asyncronous serial communications |
| CSigCAudioSink | An adapter class to connect to an AudioSource class using SigC |
| CSigCAudioSource | An adapter class to connect to an AudioSink class using SigC |
| CSpecificFactory | |
| CSslCertSigningReq | A class representing a certificate signing request |
| CSslContext | SSL context meant to be used with TcpConnection and friends |
| CSslKeypair | A class representing private and public keys |
| CSslX509 | A class representing an X.509 certificate |
| CSslX509Extensions | A class representing X.509 extensions |
| CSslX509ExtSubjectAltName | A class representing the X.509 Subject Alternative Name extension |
| CStateBase | Implements a hierarchial state machine |
| CStateMachine | Implements a hierarchial state machine |
| CStateTopBase | The base class for the top state of a state machine |
| CTaskRunner | Run tasks from the Async main thread with automatic cleanup |
| CTcpClient | A class for creating a TCP client connection |
| CTcpClientBase | A base class for creating a TCP client connection |
| ►CTcpConnection | A class for handling exiting TCP connections |
| Cif_all_true_acc | A sigc return value accumulator for signals returning bool |
| CTcpPrioClient | A_brief_class_description |
| CTcpPrioClientBase | A base class for creating a prio controlled TCP client connection |
| CTcpServer | A class for creating a TCP server |
| CTcpServerBase | The base class for creating a TCP server |
| CThreadSigCSignal | A threadsafe SigC signal |
| CTimer | A class that produces timer events |
| CUdpSocket | A class for working with UDP sockets |