#include <omnetpp.h>
#include <string>
#include <sstream>
Go to the source code of this file.
APNList constant iterator. 
Definition at line 103 of file APN.h.
 
 
APNList iterator. 
Definition at line 109 of file APN.h.
 
 
APNList represents the list of APNs. 
Definition at line 96 of file APN.h.
 
 
      
        
          | std::ostream& operator<<  | 
          ( | 
          std::ostream &  | 
          os,  | 
        
        
           | 
           | 
          const APN &  | 
          apn  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
<< operator overload that calls APN.info() method 
- Parameters
 - 
  
    | os | Resulting ostream  | 
    | apn | APN class that is being converted to string  | 
  
   
- Returns
 - Infotext representing APN 
 
Definition at line 58 of file APN.cc.
 
 
      
        
          | std::ostream& operator<<  | 
          ( | 
          std::ostream &  | 
          os,  | 
        
        
           | 
           | 
          const APNList &  | 
          apns  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
<< operator overload that feeds ostream with infotext of all contained APNs. 
- Parameters
 - 
  
    | os | Resulting ostream  | 
    | apns | APNList class that is being converted to string  | 
  
   
- Returns
 - Infotext representing APNList 
 
Definition at line 63 of file APN.cc.