DUNE-DAQ
DUNE Trigger and Data Acquisition software
|
#include <query.hpp>
Public Member Functions | |
bool | get_use_nested_lookup () const |
const std::list< std::string > & | get_rel_names () const |
const QueryPathExpression * | get_next () const |
Protected Member Functions | |
QueryPathExpression (bool v) | |
QueryPathExpression (const std::string &expression) | |
~QueryPathExpression () | |
Protected Attributes | |
bool | p_use_nested_lookup |
std::list< std::string > | p_rel_names |
QueryPathExpression * | p_next |
Friends | |
class | QueryPath |
class | OksObject |
The class is used by the QueryPath class to describe relationships used for path search for given class.
|
inlineprotected |
Definition at line 347 of file query.hpp.
|
protected |
|
inlineprotected |
|
inline |
|
inline |
Definition at line 342 of file query.hpp.
|
inline |
|
protected |
|
protected |
|
protected |