symbolic
Public Types | Public Member Functions | Public Attributes | List of all members
symbolic::Planner::Node::NodeImpl Struct Reference

Public Types

using Cache = std::unordered_set< Node >
 

Public Member Functions

 NodeImpl (const Pddl &pddl, State &&state, const std::shared_ptr< const Cache > &ancestors, std::string &&action, size_t depth)
 
 NodeImpl (const Pddl &pddl, const State &state, size_t depth=0)
 

Public Attributes

const Pddlpddl_
 
const State state_
 
const std::shared_ptr< const Cache > ancestors_
 
const std::string action_
 
const size_t depth_
 

The documentation for this struct was generated from the following file: