PLCnext API Documentation 25.0.2.69
|
Namespace for configuration related classes More...
Classes | |
class | CommandLineOptions |
class | ConfigSettings |
class | ConfigurationSettings |
class | IncludeElement |
This class contains information of a file included by ConfigurationSettings. More... | |
class | IncludeElements |
This class reads and holds items ofIncludeElement. More... | |
class | ITicSerializable |
class | PlaceholderExpression |
class | ThreadConfig |
class | ThreadConfigs |
class | TicConfigDocument |
class | TicLinksConfiguration |
class | TicReader |
class | TicSerializationContext |
Enumerations | |
enum class | TicNodeType { None = 0 , Attribute = 1 , Element = 2 , AttributeList = 3 , ElementList = 4 , AttributeValue = 5 , Arc = 6 } |
Functions | |
std::ostream & | operator<< (std::ostream &os, const Uuid &id) |
std::istream & | operator>> (std::istream &is, Uuid &id) |
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
|
noexcept |
lhs | The left argument to compare to the right argument. |
rhs | The right argument to compare to the left argument. |
true
if the arguments are not equal, otherwise false
.lhs | The left argument to compare to the right argument. |
rhs | The right argument to compare to the left argument. |
true
if the left arguments is less than the right argument, otherwise false
. std::ostream & Arp::System::Commons::Configuration::operator<< | ( | std::ostream & | os, |
const Uuid & | id | ||
) |
os | The stream to write to. |
url | The Uuid to write. |
|
noexcept |
lhs | The left argument to compare to the right argument. |
rhs | The right argument to compare to the left argument. |
true
if the left arguments is less or equal than the right argument, otherwise false
.
|
noexcept |
lhs | The left argument to compare to the right argument. |
rhs | The right argument to compare to the left argument. |
true
if the arguments are equal, otherwise false
.lhs | The left argument to compare to the right argument. |
rhs | The right argument to compare to the left argument. |
true
if the left arguments is greater than the right argument, otherwise false
.
|
noexcept |
lhs | The left argument to compare to the right argument. |
rhs | The right argument to compare to the left argument. |
true
if the left arguments is greater or equal than the right argument, otherwise false
. std::istream & Arp::System::Commons::Configuration::operator>> | ( | std::istream & | is, |
Uuid & | id | ||
) |
is | The stream to read from. |
url | The Uuid to read. |