SASSY
0.0
Software Architecture Support System
|
SASSY::cfi::AbstractChildProcess | Abstract child process interface for ChildProcessMgr |
SASSY::cfi::ChildProcess | Represents the state of a child process |
SASSY::cdi::AbstractScenario | Define a type for scenarios |
SASSY::cdi::ScenarioT< T > | Responsible for installing a factory to create scenarios of the required type |
SASSY::cdi::ScenarioT< DefaultScenario > | |
SASSY::cdi::AbstractTest | Responsible for managing resources needed for the entire test |
SASSY::cdi::TestT< T > | Responsible for installing a factory for making test objects |
SASSY::cdi::TestT< DefaultTest > | |
SASSY::cdi::AbstractTestCase | Base class for test cases |
SASSY::cdi::AsyncTestCase | Responsible for handling asynchronous tests |
SASSY::cdi::TestCaseT< T > | Responsible for installing a factory for the test case |
std::basic_string< Char > | STL class |
std::string | STL class |
SASSY::cdi::CallTrace | Class to create a call trace |
SASSY::cfi::ChildProcessMgr | Manage the child processes |
SASSY::cfi::Discoverable | A mixin class that makes its owner discoverable |
SASSY::cfi::DiscoverPointer | Holds a pointer to a discoverable object |
SASSY::cfi::DiscoveryMgr | Manager for discoverable objects |
rdf::ErrorClient | Client that is notified of errors and/or warnings |
std::exception | STL class |
std::runtime_error | STL class |
SASSY::cfi::FD | Wrap file descriptors in a class to ensure closed |
rdf::Format | Instructions for converting a node to a string |
std::ios_base | STL class |
std::basic_ios< Char > | STL class |
iterator | |
rdf::QueryResults_::iterator | Provide a C++ iterator over the results of a RDF query |
rdf::Literal | Hold the value, language and data type for an RDF literal |
SASSY::cfi::logger | An abstract base class used by the log stream to write logs |
SASSY::cfi::FormattingLogger | Class for producing a formatted log message |
SASSY::cfi::PlainFileLogger | |
SASSY::cfi::SystemLogger | Logger that interfaces to the Linux syslog |
SASSY::cfi::TraceLogger | Class for logging tracing output |
rdf::Model_ | An abstract class defining the methods for an RDF Model |
rdf::Node_ | An abstract class defining the methods for an RDF Node |
rdf::BlankNode_ | An abstract class defining the methods for an RDF blank Node |
rdf::LiteralNode_ | An abstract class defining the methods for an RDF Literal Node |
rdf::ResourceNode_ | An abstract class defining the methods for an RDF Resource Node |
SASSY::cdi::NullTrace | A class for dummy trace objects |
rdf::Parser_ | An abstract class defining the methods for an RDF Parser |
SASSY::cfi::PlugIn | Base class for objects loaded from dynamically loaded libraries |
SASSY::cfi::AutoRunPlugIn | Base class for plug ins that are run immediately that the library is loaded |
SASSY::cfi::PlugInDescriptor | Descriptor for plug-ins that can be used by the application |
SASSY::cfi::PlugInDetails | Details of plug-ins as provided by the loaded library |
SASSY::cfi::PlugInFactory | Base class for factories that create plug-in objects |
SASSY::cfi::PlugInFamilyFactoryT< F > | Template base class for families of plug-in factories |
SASSY::cfi::PlugInLib | Manages an instance of a dynamically loaded shared library |
SASSY::cfi::PlugInMgr | Manage the handling of plug-in shared libraries |
rdf::Prefixes | Manages the prefixes and namespaces for a World |
SASSY::cfi::ProcessOwner | Interface that allows the owner of a child process to be notified |
rdf::Query_ | An abstract class defining the methods for an RDF Query |
rdf::QueryResult_ | An abstract class defining the methods for an RDF Query Result |
rdf::QueryResults_ | An abstract class defining the methods for a set of Query Results |
rdf::QueryString | A class for assistingin the preparation of a SPARQL query |
SASSY::cdi::ScenarioFactory | Define a type for scenario factories |
SASSY::cdi::ScenarioFT< T > | Responsible for creating a scenario of some type |
SASSY::cdi::ScenarioResults | Responsible for storing the results of testing for a scenario |
SASSY::cfi::Semaphore | A semaphore for managing exclusive access to resources across multiple processes |
SASSY::cfi::SemaphoreLock | Mutual exclusion lock |
rdf::Serializer_ | An abstract class defining the methods for an RDF Serializer |
shared_ptr | |
rdf::BlankNode | A shared pointer with constructors for the BlankNode_ class |
rdf::LiteralNode | A shared pointer with constructors for the LiteralNode_ class |
rdf::Model | A shared pointer with constructors for the Model_ class |
rdf::Parser | A shared pointer with constructors for the Parser_ class |
rdf::Query | A shared pointer with constructors for the Query_ class |
rdf::ResourceNode | A shared pointer with constructors for the ResourceNode_ class |
rdf::Serializer | A shared pointer with constructors for the Serializer_ class |
rdf::Statement | A shared pointer with constructors for the Statement_ class |
rdf::Stream | A shared pointer with constructors for the Stream_ class |
rdf::URI | A shared pointer with constructors for the URI_ class |
rdf::Statement_ | An abstract class defining the methods for an RDF Statement |
rdf::Stream_ | An abstract class defining the methods for an RDF Stream |
streambuf | |
logbuff | A streambuf class specialized for logging |
SASSY::cfi::fdinbuf | An input stream buffer |
SASSY::cfi::fdoutbuf | An output stream buffer |
SASSY::cdi::TestCaseFactory | Define a base type for test case factories |
SASSY::cdi::TestCaseFT< T > | Responsible for creating a test case of some type |
SASSY::cdi::Tester | Responsible for managing the testing |
SASSY::cdi::TestEvent | Represent an event in the object under test |
SASSY::cdi::TestEventQueue | Responsible for queuing TestEvents |
SASSY::cdi::TestFactory | Responsible for creating an object that manages the resources for the entire test |
SASSY::cdi::TestFT< T > | Responsible for creating a test object of the required type |
SASSY::cdi::Trace | This class is used to create trace log entries |
SASSY::cdi::Tracer | This class manages the tracing for an application |
SASSY::cfi::UDPSocket | An abstract base class with common stuff for UDP sockets |
SASSY::cfi::UDPClientSocket | A UDP client socket |
SASSY::cfi::UDPServerSocket | A UDP Server socket |
rdf::Universe | A singleton class responsible for managing the World objects |
rdf::URI_ | An abstract class defining the methods for an RDF URI |
rdf::World_ | An abstract class defining the methods for an RDF World |
SASSY::cfi::Xml | A C++ wrapper for libxml2 |
SASSY::cfi::XINI | Load an XML configuration file |