ne_ven_get

const std::string sbne::ne_ven_get(Veneer *ven, Network *net, std::unordered_map<std::string, std::string> infoList)

Get the value of a desired feature of a Veneer object assgined to a Network object.

Parameters:
  • infoList – a list containg the info about the desired feature.

  • ven – a pointer to the Veneer object.

  • net – a pointer to the Network object.

Returns:

a string containing the value of the desired feature of the Veneer object assgined to a Network object, or an empty string if either the value of the desired feature is not set or the desired feature does not exist.