69 std::string
info()
const;
75 const std::string&
getName()
const;
std::ostream & operator<<(std::ostream &os, const APN &apn)
<< operator overload that calls APN.info() method
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::iterator ApnItem
APNList iterator.
APNList::const_iterator ApnCItem
APNList constant iterator.
bool operator==(const APN &other) const
Equal operator overloading.
const std::string & getName() const
Gets APN string name representation.