NS-3 based Named Data Networking (NDN) simulator
ndnSIM 2.5: NDN, CCN, CCNx, content centric networks
API Documentation
ns3::BatchesValue Class Reference

#include <batches.hpp>

Inheritance diagram for ns3::BatchesValue:
Collaboration diagram for ns3::BatchesValue:

Public Member Functions

 BatchesValue ()
 
 BatchesValue (const Batches &value)
 
void Set (const Batches &value)
 
Batches Get (void) const
 
template<typename T >
bool GetAccessor (T &value) const
 
virtual Ptr< AttributeValue > Copy (void) const
 
virtual std::string SerializeToString (Ptr< const AttributeChecker > checker) const
 
virtual bool DeserializeFromString (std::string value, Ptr< const AttributeChecker > checker)
 

Detailed Description

Definition at line 55 of file batches.hpp.

Constructor & Destructor Documentation

◆ BatchesValue() [1/2]

ns3::BatchesValue::BatchesValue ( )

◆ BatchesValue() [2/2]

ns3::BatchesValue::BatchesValue ( const Batches value)

Member Function Documentation

◆ Set()

void ns3::BatchesValue::Set ( const Batches value)

◆ Get()

Batches ns3::BatchesValue::Get ( void  ) const

◆ GetAccessor()

template<typename T >
bool ns3::BatchesValue::GetAccessor ( T &  value) const
inline

Definition at line 55 of file batches.hpp.

◆ Copy()

virtual Ptr<AttributeValue> ns3::BatchesValue::Copy ( void  ) const
virtual

◆ SerializeToString()

virtual std::string ns3::BatchesValue::SerializeToString ( Ptr< const AttributeChecker >  checker) const
virtual

◆ DeserializeFromString()

virtual bool ns3::BatchesValue::DeserializeFromString ( std::string  value,
Ptr< const AttributeChecker >  checker 
)
virtual

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