Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[linuxtools-dev] Get parent quark in state system

I would like to know if it is possible to query the get the parent quark of a given quark? Here is an example of usage:

ITmfStateSystemBuilder ss;
ss.getSubAttributes(quark); // get children, exists
ss.getParentAttributes(quark); // get parent, does not exist?

Thanks!

Francis

Back to the top