ParamNode
- class pyopenms.ParamNode
Bases:
objectCython implementation of _ParamNode
Documentation is available at http://www.openms.de/current_doxygen/html/classOpenMS::Param_1_1ParamNode.html
- __init__()
Cython signature: void ParamNode()
Cython signature: void ParamNode(ParamNode &)
Cython signature: void ParamNode(const String & n, const String & d)
Methods
Cython signature: void ParamNode()
Cython signature: ParamEntry * findEntryRecursive(const String & name)
Cython signature: ParamNode * findParentOf(const String & name)
Cython signature: void insert(ParamNode & node, const String & prefix)
Cython signature: size_t size()
Cython signature: String suffix(const String & key)
Attributes
- description
- entries
- findEntryRecursive()
Cython signature: ParamEntry * findEntryRecursive(const String & name)
- findParentOf()
Cython signature: ParamNode * findParentOf(const String & name)
- insert()
Cython signature: void insert(ParamNode & node, const String & prefix)
Cython signature: void insert(ParamEntry & entry, const String & prefix)
- name
- nodes
- size()
Cython signature: size_t size()
- suffix()
Cython signature: String suffix(const String & key)