Statement

class ydk::path::Statement

Represents the YANG Statement.

std::string keyword

YANG keyword corresponding to the Statement.

std::string arg

The arg if any.

std::string name_sapce

The namespace if any.

Statement()
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)