AttributeValue implementation for Boolean. More...
Collaboration diagram for Boolean Attribute:Files | |
| file | boolean.cc |
| ns3::BooleanValue attribute value implementation. | |
| file | boolean.h |
| ns3::BooleanValue attribute value declarations. | |
Classes | |
| class | ns3::BooleanChecker |
| AttributeChecker implementation for BooleanValue. More... | |
| class | ns3::BooleanValue |
| AttributeValue implementation for Boolean. More... | |
Functions | |
| std::ostream & | ns3::operator<< (std::ostream &os, const BooleanValue &value) |
| Output streamer. | |
AttributeValue implementation for Boolean.
| std::ostream & ns3::operator<< | ( | std::ostream & | os, |
| const BooleanValue & | value | ||
| ) |
Output streamer.
The value is printed as "true" or "false".
| [in,out] | os | The stream. |
| [in] | value | The BooleanValue to print. |
Definition at line 55 of file boolean.cc.
References ns3::value().
Here is the call graph for this function: