PLCnext API Documentation
22.9.0.33
|
Public Types | |
typedef TicLinksConfiguration * | Ptr |
typedef std::set< String > | LinkFiles |
![]() | |
typedef std::shared_ptr< ITicSerializable > | Ptr |
Public Member Functions | |
TicLinksConfiguration (void)=default | |
Constructs an TicLinksConfiguration instance. More... | |
TicLinksConfiguration (const TicLinksConfiguration &arg)=default | |
Copy constructor. More... | |
TicLinksConfiguration & | operator= (const TicLinksConfiguration &arg)=default |
Assignment operator. More... | |
~TicLinksConfiguration (void)=default | |
Destructs this instance and frees all resources. More... | |
bool | operator== (const TicLinksConfiguration &rhs) const |
bool | operator!= (const TicLinksConfiguration &rhs) const |
const LinkFiles & | GetLinkFiles (void) const |
void | ReadTic (TicReader &reader, TicSerializationContext &context) override |
void | Clear (void) |
Additional Inherited Members | |
![]() | |
ITicSerializable (void)=default | |
Constructs an ITicSerializable instance. More... | |
virtual | ~ITicSerializable (void)=default |
Destructs this instance and frees all resources. More... | |
ITicSerializable (const ITicSerializable &arg)=default | |
Copies an ITicSerializable instance. More... | |
ITicSerializable & | operator= (const ITicSerializable &arg)=default |
Assigns an ITicSerializable instance. More... | |
|
default |
Constructs an TicLinksConfiguration instance.
|
default |
Copy constructor.
|
default |
Destructs this instance and frees all resources.
|
default |
Assignment operator.