A Discrete-Event Network Simulator
API
Loading...
Searching...
No Matches
ns3::TupleChecker Class Referenceabstract

Checker for attribute values storing tuples. More...

#include "tuple.h"

+ Inheritance diagram for ns3::TupleChecker:
+ Collaboration diagram for ns3::TupleChecker:

Public Member Functions

virtual const std::vector< Ptr< const AttributeChecker > > & GetCheckers () const =0
 Get the checkers for all tuple elements.
 
- Public Member Functions inherited from ns3::AttributeChecker
 AttributeChecker ()
 
virtual ~AttributeChecker ()
 
virtual bool Check (const AttributeValue &value) const =0
 
virtual bool Copy (const AttributeValue &source, AttributeValue &destination) const =0
 Copy the source to the destination.
 
virtual Ptr< AttributeValueCreate () const =0
 
Ptr< AttributeValueCreateValidValue (const AttributeValue &value) const
 Create a valid value from the argument value, or reinterpret the argument as a string.
 
virtual std::string GetUnderlyingTypeInformation () const =0
 
virtual std::string GetValueTypeName () const =0
 
virtual bool HasUnderlyingTypeInformation () const =0
 
- Public Member Functions inherited from ns3::SimpleRefCount< AttributeChecker >
 SimpleRefCount ()
 Default constructor.
 
 SimpleRefCount (const SimpleRefCount &o)
 Copy constructor.
 
uint32_t GetReferenceCount () const
 Get the reference count of the object.
 
SimpleRefCountoperator= (const SimpleRefCount &o)
 Assignment operator.
 
void Ref () const
 Increment the reference count.
 
void Unref () const
 Decrement the reference count.
 

Detailed Description

Checker for attribute values storing tuples.

Definition at line 170 of file tuple.h.

Member Function Documentation

◆ GetCheckers()

virtual const std::vector< Ptr< const AttributeChecker > > & ns3::TupleChecker::GetCheckers ( ) const
pure virtual

Get the checkers for all tuple elements.

Returns
the checkers for all tuple elements

Implemented in ns3::internal::TupleChecker< Args >.


The documentation for this class was generated from the following file: