PLCnext API Documentation 23.6.0.37
|
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 class | 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