#include <memory>
#include <string>
#include "sparta/simulation/TreeNode.hpp"
Go to the source code of this file.
|
namespace | sparta |
| Macros for handling exponential backoff.
|
|
|
ExtensionDescriptorVec | sparta::createExtensionDescriptorsFromFile (const std::string &def_file, TreeNode *context) |
| Given a tree node extension YAML file, parse it out into individual descriptors, one for each extension defined in the file.
|
|
ExtensionDescriptorVec | sparta::createExtensionDescriptorsFromDefinitionString (const std::string &def_string, TreeNode *context) |
| Given a tree node extension definition string, parse it out into individual descriptors.
|
|