location_type.h File Reference

CPP API: location_type.h File Reference
location_type.h File Reference
#include <cstdint>
Include dependency graph for location_type.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 mio
 A collection of classes to simplify handling of matrix shapes in meta programming.
 
 mio::abm
 

Enumerations

enum class  mio::abm::LocationType : std::uint32_t {
  mio::abm::Home = 0 , mio::abm::School , mio::abm::Work , mio::abm::SocialEvent ,
  mio::abm::BasicsShop , mio::abm::Hospital , mio::abm::ICU , mio::abm::Car ,
  mio::abm::PublicTransport , mio::abm::TransportWithoutContact , mio::abm::Cemetery , mio::abm::Count ,
  mio::abm::Invalid
}
 Type of a Location. More...