OmniSciDB  72c90bc290
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
logger::GetDepth Struct Reference
+ Inheritance diagram for logger::GetDepth:
+ Collaboration diagram for logger::GetDepth:

Public Member Functions

int operator() (Duration const &duration) const
 
int operator() (DurationTree const &duration_tree) const
 

Detailed Description

Definition at line 649 of file Logger.cpp.

Member Function Documentation

int logger::GetDepth::operator() ( Duration const &  duration) const
inline

Definition at line 650 of file Logger.cpp.

References logger::Duration::depth_.

650 { return duration.depth_; }
int logger::GetDepth::operator() ( DurationTree const &  duration_tree) const
inline

Definition at line 651 of file Logger.cpp.

References logger::DurationTree::depth_.

651 { return duration_tree.depth_; }

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