|
WSF
|
#include "usmtf_export.h"#include <functional>#include <memory>#include <unordered_map>#include <vector>#include "Message.hpp"#include "UtMemory.hpp"

Go to the source code of this file.
Classes | |
| class | usmtf::USMTF_Factory< T, U > |
| Uses of this is highly documented in pretty much every tests Suite. More... | |
Namespaces | |
| namespace | usmtf |
Typedefs | |
| using | usmtf::MessageFactory = USMTF_Factory<Message, std::vector<std::unique_ptr<Set>>> |
| using | usmtf::SetFactory = USMTF_Factory<Set, std::vector<Field>> |
Variables | |
| template<class T, class U> | |
| std::unique_ptr< USMTF_Factory< T, U > > | usmtf::USMTF_Factory< T, U >::mFactoryInstance |