|
WSF
|
#include "wsf_parser_export.h"#include <algorithm>#include <map>#include <set>#include <string>#include <vector>#include "UtStringRef.hpp"#include "WsfPProxyKey.hpp"#include "WsfPProxyValue.hpp"#include "WsfPProxyType.hpp"

Go to the source code of this file.
Classes | |
| struct | WsfPProxyPathEntryHash |
| class | WsfPProxyPath |
| Represents a path or unique key to a value in the proxy. More... | |
Namespaces | |
| namespace | std |
| Template specialization for wsf::comm::Address. Allows usage of Address in std::unordered_map/set. | |
Typedefs | |
| using | WsfParseTypePath = std::vector<UtStringRef> |
| using | WsfPProxyPathSet = std::set<WsfPProxyPath> |
| using | WsfPProxyPathMap = std::map<WsfPProxyPath, WsfPProxyPathSet> |
Functions | |
| template<> | |
| void | std::swap (WsfPProxyPath &a, WsfPProxyPath &b) |
| using WsfParseTypePath = std::vector<UtStringRef> |
| using WsfPProxyPathMap = std::map<WsfPProxyPath, WsfPProxyPathSet> |
| using WsfPProxyPathSet = std::set<WsfPProxyPath> |