FlightGear next
ViewPropertyEvaluator::Debug Struct Reference

Classes

struct  Stat
 
struct  StatsShow
 

Public Member Functions

void statsAdd (const char *name)
 
void statsReset ()
 
void listensAdd (SGPropertyNode_ptr node)
 
void listensRemove (SGPropertyNode_ptr node)
 

Public Attributes

time_t statsT0 = 0
 
std::map< std::string, std::shared_ptr< Stat > > stats
 
std::vector< SGPropertyNode_ptr > listens
 

Friends

std::ostream & operator<< (std::ostream &out, const StatsShow &)
 

Detailed Description

Definition at line 112 of file ViewPropertyEvaluator.cxx.

Member Function Documentation

◆ listensAdd()

void ViewPropertyEvaluator::Debug::listensAdd ( SGPropertyNode_ptr node)

Definition at line 631 of file ViewPropertyEvaluator.cxx.

◆ listensRemove()

void ViewPropertyEvaluator::Debug::listensRemove ( SGPropertyNode_ptr node)

Definition at line 636 of file ViewPropertyEvaluator.cxx.

◆ statsAdd()

void ViewPropertyEvaluator::Debug::statsAdd ( const char * name)

Definition at line 668 of file ViewPropertyEvaluator.cxx.

◆ statsReset()

void ViewPropertyEvaluator::Debug::statsReset ( )

Definition at line 661 of file ViewPropertyEvaluator.cxx.

Friends And Related Symbol Documentation

◆ operator<<

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

Definition at line 647 of file ViewPropertyEvaluator.cxx.

Member Data Documentation

◆ listens

std::vector<SGPropertyNode_ptr> ViewPropertyEvaluator::Debug::listens

Definition at line 135 of file ViewPropertyEvaluator.cxx.

◆ stats

std::map<std::string, std::shared_ptr<Stat> > ViewPropertyEvaluator::Debug::stats

Definition at line 134 of file ViewPropertyEvaluator.cxx.

◆ statsT0

time_t ViewPropertyEvaluator::Debug::statsT0 = 0

Definition at line 133 of file ViewPropertyEvaluator.cxx.


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