Utopia  2
Framework for studying models of complex & adaptive systems.
Public Types | Public Member Functions | Public Attributes | List of all members
Utopia::Models::Opinionet::Utils::TestNetworkD Struct Reference
Inheritance diagram for Utopia::Models::Opinionet::Utils::TestNetworkD:
Inheritance graph
[legend]
Collaboration diagram for Utopia::Models::Opinionet::Utils::TestNetworkD:
Collaboration graph
[legend]

Public Types

using vertex = boost::graph_traits< NetworkDirected >::vertex_descriptor
 
- Public Types inherited from Utopia::TestTools::BaseInfrastructure< RNGType >
using RNG = RNGType
 The random number generator type to use. More...
 
using Config = DataIO::Config
 Make the config type more easily available. More...
 

Public Member Functions

 TestNetworkD ()
 
- Public Member Functions inherited from Utopia::Models::Opinionet::Utils::Infrastructure
 Infrastructure ()
 
- Public Member Functions inherited from Utopia::TestTools::BaseInfrastructure< RNGType >
 BaseInfrastructure (const std::string &config_file_path="")
 Construct the BaseInfrastructure fixture. More...
 
 ~BaseInfrastructure ()
 Destruct the BaseInfrastructure fixture, tearing down the test logger. More...
 

Public Attributes

NetworkDirected nw
 
- Public Attributes inherited from Utopia::TestTools::BaseInfrastructure< RNGType >
const Config cfg
 The test configuration. More...
 
std::shared_ptr< spdlog::logger > log
 A logger to use during the test or to pass to entities that need it. More...
 
std::shared_ptr< RNGrng
 The shared random number generator instance, randomly seeded. More...
 

Member Typedef Documentation

◆ vertex

using Utopia::Models::Opinionet::Utils::TestNetworkD::vertex = boost::graph_traits<NetworkDirected>::vertex_descriptor

Constructor & Destructor Documentation

◆ TestNetworkD()

Utopia::Models::Opinionet::Utils::TestNetworkD::TestNetworkD ( )
inline

Member Data Documentation

◆ nw

NetworkDirected Utopia::Models::Opinionet::Utils::TestNetworkD::nw

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