#include <attribute-construction-list.h>
 Collaboration diagram for ns3::AttributeConstructionList:
 Collaboration diagram for ns3::AttributeConstructionList:| Classes | |
| struct | Item | 
| Public Types | |
| typedef std::list< struct Item > ::const_iterator | CIterator | 
| Public Member Functions | |
| AttributeConstructionList () | |
| void | Add (std::string name, Ptr< const AttributeChecker > checker, Ptr< AttributeValue > value) | 
| CIterator | Begin (void) const | 
| CIterator | End (void) const | 
| Ptr< AttributeValue > | Find (Ptr< const AttributeChecker > checker) const | 
| Private Attributes | |
| std::list< struct Item > | m_list | 
Definition at line 28 of file attribute-construction-list.h.
| typedef std::list<struct Item>::const_iterator ns3::AttributeConstructionList::CIterator | 
Definition at line 37 of file attribute-construction-list.h.
| ns3::AttributeConstructionList::AttributeConstructionList | ( | ) | 
Definition at line 28 of file attribute-construction-list.cc.
References NS_LOG_FUNCTION.
| void ns3::AttributeConstructionList::Add | ( | std::string | name, | 
| Ptr< const AttributeChecker > | checker, | ||
| Ptr< AttributeValue > | value | ||
| ) | 
Definition at line 34 of file attribute-construction-list.cc.
References ns3::AttributeConstructionList::Item::checker, m_list, ns3::AttributeConstructionList::Item::name, NS_LOG_FUNCTION, and ns3::AttributeConstructionList::Item::value.
Referenced by ns3::operator>>(), and ns3::ObjectFactory::Set().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| AttributeConstructionList::CIterator ns3::AttributeConstructionList::Begin | ( | void | ) | const | 
Definition at line 72 of file attribute-construction-list.cc.
References m_list, and NS_LOG_FUNCTION.
Referenced by ns3::operator<<().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| AttributeConstructionList::CIterator ns3::AttributeConstructionList::End | ( | void | ) | const | 
Definition at line 78 of file attribute-construction-list.cc.
References m_list, and NS_LOG_FUNCTION.
Referenced by ns3::operator<<().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| Ptr< AttributeValue > ns3::AttributeConstructionList::Find | ( | Ptr< const AttributeChecker > | checker | ) | const | 
Definition at line 57 of file attribute-construction-list.cc.
References m_list, NS_LOG_DEBUG, and NS_LOG_FUNCTION.
Referenced by ns3::ObjectBase::ConstructSelf().
 Here is the caller graph for this function:
 Here is the caller graph for this function: