#include <ngprop.h>
Public Member Functions | |
| TriggerSet (const StringBase &strSet) | |
| Constructs a TriggerSet record for a stretch/extend. | |
| TriggerSet (const TriggerSet &other) | |
| Copy constructor. | |
| INT32 | operator== (const StringBase &strName) const |
Public Attributes | |
| StringBase | m_strSet |
Definition at line 326 of file ngprop.h.
|
|
Constructs a TriggerSet record for a stretch/extend.
Definition at line 1601 of file ngprop.cpp.
|
|
|
Copy constructor.
Definition at line 1618 of file ngprop.cpp.
|
|
|
Definition at line 333 of file ngprop.h. 00334 { return strName == m_strSet; }
|
|
|
|
1.4.4