#include <PasswordRootElement.h>
Inheritance diagram for PasswordRootElement:
Public Methods | |
PasswordRootElement () | |
Constructor of the root element of the password composite. More... | |
virtual | ~PasswordRootElement () |
Destructor of the root element of the password composite. More... | |
virtual bool | allow (PasswordTreeElementAbstractVisitor &visitor) |
Defines the visitor interface to deal with data processing accross the composite in the root element. More... |
|
Constructor of the root element of the password composite.
Its name is always "TreeRoot" and its deepness is 0.
|
|
Destructor of the root element of the password composite.
|
|
Defines the visitor interface to deal with data processing accross the composite in the root element.
Reimplemented from PasswordGroupElement. |