#include <FiletoActorRow.h>
Collaboration diagram for FiletoActorRow:
Public Member Functions | |
FiletoActorRow (std::string name, FiletoActor *dataflow) | |
Ctor. | |
virtual | ~FiletoActorRow () |
Dtor. | |
FiletoActorRow (const FiletoActorRow &rhs) | |
Copy ctor. | |
FiletoActorRow & | operator= (const FiletoActorRow &rhs) |
Copy operator. | |
bool | operator== (const FiletoActorRow &rhs) const |
Equality operator. | |
bool | operator!= (const FiletoActorRow &rhs) const |
Inequality operator. | |
bool | canonicallyEquals (const FiletoActorRow &element) const |
Defines what constitutes equality between two elements. | |
FiletoActor * | argument () const |
Give the dataflow associated with this object. | |
std::string | name () const |
Give the object name (key). |
Definition at line 19 of file FiletoActorRow.h.
FiletoActorRow::FiletoActorRow | ( | std::string | name, | |
FiletoActor * | dataflow | |||
) |
Ctor.
name | The name of the element. This acts as the key. | |
dataflow | A reference to the dataflow which is the object of this element. |
virtual FiletoActorRow::~FiletoActorRow | ( | ) | [virtual] |
Dtor.
FiletoActorRow::FiletoActorRow | ( | const FiletoActorRow & | rhs | ) |
Copy ctor.
rhs | The reference object. |
FiletoActorRow& FiletoActorRow::operator= | ( | const FiletoActorRow & | rhs | ) |
Copy operator.
rhs | The reference object. |
bool FiletoActorRow::operator== | ( | const FiletoActorRow & | rhs | ) | const |
Equality operator.
rhs | The reference object. |
bool FiletoActorRow::operator!= | ( | const FiletoActorRow & | rhs | ) | const |
Inequality operator.
rhs | The reference object. |
bool FiletoActorRow::canonicallyEquals | ( | const FiletoActorRow & | element | ) | const |
Defines what constitutes equality between two elements.
Equality is defined as two elements which have identical names (keys).
element | The element to test for equality against this object. |
FiletoActor* FiletoActorRow::argument | ( | ) | const |
Give the dataflow associated with this object.
std::string FiletoActorRow::name | ( | ) | const |
Give the object name (key).