1 #ifndef PORT_CALL_ATTRIBUTE_H_INCLUDED_ 
    2 #define PORT_CALL_ATTRIBUTE_H_INCLUDED_ 
   24     return CONTAINER_OWNERSHIP;
 
bool is_set_
For sockets. Flag for is the PortCallAttribute for socket call is set. 
Definition: port_call_attribute.h:39
 
int socket_id_
For sockets. Indicate which socket this socket call belongs to. 
Definition: port_call_attribute.h:43
 
bool should_instrument_
Whether the port call should be instrumented. 
Definition: port_call_attribute.h:48
 
PortCallAttribute()
Definition: port_call_attribute.cpp:3
 
virtual AstAttribute::OwnershipPolicy getOwnershipPolicy() const ROSE_OVERRIDE
Definition: port_call_attribute.h:22
 
This class stores for function calls. 
Definition: port_call_attribute.h:17
 
std::list< Segment * > segment_ids_
A list of segment ids that belong to this port call. 
Definition: port_call_attribute.h:30