NxLibItem

<< Click to Display Table of Contents >>

Navigation:  NxLib API > C++ Interface >

NxLibItem

This class simplifies the concatenation of string and integer constants to an NxLib compatible item path specification via its operator[]. Assignment and comparison operators simplify the usage of NxLib tree items, almost as if using local variables.

Constructors

explicit NxLibItem(std::string const& path = "")

Parameters

path

The path of the item on which the object should operate on. When not specified, the item references the root item.

Members

std::string path

The path of the tree item on which this object is going to act.