PLCnext API Documentation
21.0.0.35466
|
Namespace for configuration related classes More...
Classes | |
class | CommandLineOptions |
class | ConfigSettings |
class | ConfigurationSettings |
class | ITicSerializable |
class | PlaceholderExpression |
class | ThreadConfig |
class | ThreadConfigs |
class | TicConfigDocument |
class | TicLinksConfiguration |
class | TicReader |
class | TicSerializationContext |
class | Uuid |
This is a small immutable wrapper around the boost::uuids::uuid class and represents a universal unique id. More... | |
Enumerations | |
enum | TicNodeType { None = 0, Attribute = 1, Element = 2, AttributeList = 3, ElementList = 4, AttributeValue = 5, Arc = 6 } |
Functions | |
bool | operator== (const Uuid &lhs, const Uuid &rhs) noexcept |
bool | operator!= (const Uuid &lhs, const Uuid &rhs) noexcept |
bool | operator< (const Uuid &lhs, const Uuid &rhs) noexcept |
bool | operator> (const Uuid &lhs, const Uuid &rhs) noexcept |
bool | operator<= (const Uuid &lhs, const Uuid &rhs) noexcept |
bool | operator>= (const Uuid &lhs, const Uuid &rhs) noexcept |
Namespace for configuration related classes