FlightGear next
ViewPropertyEvaluator::NodeDump Struct Reference

Public Member Functions

 NodeDump (const Node &node, const std::string &indent="", bool deep=false)
 

Public Attributes

const Node_node
 
const std::string & _indent
 
bool _deep
 

Friends

std::ostream & operator<< (std::ostream &out, const NodeDump &self)
 

Detailed Description

Definition at line 100 of file ViewPropertyEvaluator.cxx.

Constructor & Destructor Documentation

◆ NodeDump()

ViewPropertyEvaluator::NodeDump::NodeDump ( const Node & node,
const std::string & indent = "",
bool deep = false )

Definition at line 623 of file ViewPropertyEvaluator.cxx.

Friends And Related Symbol Documentation

◆ operator<<

std::ostream & operator<< ( std::ostream & out,
const NodeDump & self )
friend

Definition at line 713 of file ViewPropertyEvaluator.cxx.

Member Data Documentation

◆ _deep

bool ViewPropertyEvaluator::NodeDump::_deep

Definition at line 106 of file ViewPropertyEvaluator.cxx.

◆ _indent

const std::string& ViewPropertyEvaluator::NodeDump::_indent

Definition at line 105 of file ViewPropertyEvaluator.cxx.

◆ _node

const Node& ViewPropertyEvaluator::NodeDump::_node

Definition at line 104 of file ViewPropertyEvaluator.cxx.


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