|
ICG 2
Electric Boogaloo
|
#include <FindLeaves.hpp>
Public Member Functions | |
| Leaf (MutableVariableName n, Value *v) | |
| Leaf (MutableVariableName n, Value *v, bool is_ptr, std::shared_ptr< const DataType > ptr_sub) | |
Public Attributes | |
| MutableVariableName | name_stack |
| Value * | value |
| bool | is_pointer |
| std::shared_ptr< const DataType > | pointer_subtype |
| bool | is_stl |
| int | stl_size |
|
inline |
|
inline |
| bool FindLeaves::Leaf::is_pointer |
| bool FindLeaves::Leaf::is_stl |
| MutableVariableName FindLeaves::Leaf::name_stack |
| std::shared_ptr<const DataType> FindLeaves::Leaf::pointer_subtype |
| int FindLeaves::Leaf::stl_size |
| Value* FindLeaves::Leaf::value |