Statement

class Statement

Represents the YANG Statement.

std::string keyword

YANG keyword corresponding to the Statement.

std::string arg

The arg if any.

Statement(): keyword{}, arg{}
Statement(const std::string &mkeyword, const std::string &marg)
Statement(const Statement &stmt)
Statement(Statement &&stmt)
~Statement()
Statement &operator=(const Statement &stmt)
Statement &operator=(Statement &&stmt)