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::TestNetworkU Struct Reference
Inheritance diagram for Utopia::Models::Opinionet::Utils::TestNetworkU:
Inheritance graph
[legend]
Collaboration diagram for Utopia::Models::Opinionet::Utils::TestNetworkU:
Collaboration graph
[legend]

Public Types

using vertex = boost::graph_traits< NetworkUndirected >::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

 TestNetworkU ()
 
- 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

NetworkUndirected 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::TestNetworkU::vertex = boost::graph_traits<NetworkUndirected>::vertex_descriptor

Constructor & Destructor Documentation

◆ TestNetworkU()

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

Member Data Documentation

◆ nw

NetworkUndirected Utopia::Models::Opinionet::Utils::TestNetworkU::nw

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