52 std::ostringstream os;
60 return os << apn.
info();
65 for (
ApnCItem it = apns.begin(); it != apns.end(); ++it) {
APN()
Constructor creating unspecified APN.
Application Process Name class.
std::string info() const
Info text output suitable for << string streams and WATCH.
std::list< APN > APNList
APNList represents the list of APNs.
std::string name
Attribute holding APN name APN is basically wrapper around string.
void setName(const std::string &name)
Sets APN string representation to a new value.
virtual ~APN()
Destructor assigning empty string to name.
APNList::const_iterator ApnCItem
APNList constant iterator.
const std::string & getName() const
Gets APN string name representation.
std::ostream & operator<<(std::ostream &os, const APN &apn)
<< operator overload that calls APN.info() method