| Cdoctest::Approx | |
| ►Cdoctest::AssertData | |
| Cdoctest::detail::ResultBuilder | |
| Cstd::basic_istream< charT, traits > | |
| Cstd::basic_ostream< charT, traits > | |
| ►CBuilding | Abstract base class representing a generic building |
| ►CCommercial | Abstract class representing a commercial building |
| CMall | Class representing a mall, a specific type of commercial building |
| COffice | Class representing an office, a specific type of commercial building |
| CShop | Class representing a shop, a specific type of commercial building |
| ►CIndustrial | Abstract class representing an industrial building |
| CFactory | Class representing a factory, a specific type of industrial building |
| CPlant | Class representing a plant, a specific type of industrial building |
| CWarehouse | Class representing a warehouse, a specific type of industrial building |
| ►CInstatutional | Abstract class representing an institutional building |
| CGovernmentBuilding | Class representing a government building, a specific type of institutional building |
| CHospital | Class representing a hospital, a specific type of institutional building |
| CSchool | Class representing a school, a specific type of institutional building |
| ►CResidential | Abstract class representing a residential building |
| CApartment | Class representing an apartment, a specific type of residential building |
| CHouse | Class representing a house, a specific type of residential building |
| CMansion | Class representing a mansion, a specific type of residential building |
| Cstd::char_traits< charT > | |
| ►CCitizen | Abstract base class representing a citizen |
| CCommercialWorker | Class representing a commercial worker, a type of citizen |
| CGovernmentWorker | Class representing a government worker, a type of citizen |
| CIndustrialWorker | Class representing an industrial worker, a type of citizen |
| ►CCitizenFactory | Abstract base class for creating citizens |
| CComWorkerFactory | Factory class for creating CommercialWorker objects |
| CGovernmentWorkerFactory | Factory class for creating GovernmentWorker objects |
| CIndWorkerFactory | Factory class for creating IndustrialWorker objects |
| ►CCitySector | Represents a sector within the city containing buildings |
| CCityGrowth | Represents the overall growth and management of the city |
| Cdoctest::Contains | |
| Cdoctest::Context | |
| Cdoctest::ContextOptions | OCLINT too many fields |
| Cdoctest::CurrentTestCaseStats | |
| Cdoctest::detail::types::enable_if< COND, T > | |
| Cdoctest::detail::types::enable_if< true, T > | |
| Cdoctest::detail::Expression_lhs< L > | |
| Cdoctest::detail::ExpressionDecomposer | |
| ►Cdoctest::detail::types::false_type | |
| Cdoctest::detail::deferred_false< T > | |
| Cdoctest::detail::has_insertion_operator< T, typename > | |
| Cdoctest::detail::types::is_array< T > | |
| Cdoctest::detail::types::is_pointer< T > | |
| Cdoctest::detail::types::is_rvalue_reference< T > | |
| Cdoctest::detail::filldata< T > | |
| Cdoctest::detail::filldata< const char[N]> | |
| Cdoctest::detail::filldata< const void * > | |
| Cdoctest::detail::filldata< T * > | |
| Cdoctest::detail::filldata< T[N]> | |
| CGovernment | Represents the governing body responsible for managing the city |
| ►CGovernmentCommands | Abstract base class for government command actions |
| CMonthlyRoutines | Concrete invoker class that manages monthly government routines |
| CRenovateAllBuildings | Concrete command class that renovates all buildings |
| CUpgradeAllPub | Concrete command class that upgrades all public transit systems |
| CUpgradeAllRail | Concrete command class that upgrades all rail systems |
| CUpgradeAllRoad | Concrete command class that upgrades all road systems |
| ►Cdoctest::IContextScope | |
| ►Cdoctest::detail::ContextScopeBase | |
| Cdoctest::detail::ContextScope< L > | |
| ►Cdoctest::detail::IExceptionTranslator | |
| Cdoctest::detail::ExceptionTranslator< T > | OCLINT destructor of virtual class |
| Cdoctest::IReporter | |
| Cdoctest::detail::types::is_enum< T > | |
| Cdoctest::IsNaN< F > | |
| ►Cdoctest::MessageData | |
| Cdoctest::detail::MessageBuilder | |
| CPublicTransport | Represents a public transport system, such as buses or trains |
| Cdoctest::QueryData | |
| CRailSystem | Manages multiple railways and their respective public transport systems |
| CRailway | Represents a railway system for public transport |
| Cdoctest::detail::RelationalComparator< int, L, R > | |
| Cdoctest::detail::types::remove_const< T > | |
| Cdoctest::detail::types::remove_const< const T > | |
| Cdoctest::detail::types::remove_reference< T > | |
| Cdoctest::detail::types::remove_reference< T & > | |
| Cdoctest::detail::types::remove_reference< T && > | |
| ►CResources | Abstract base class representing different types of resources |
| CBudget | Singleton class representing the financial budget of the city |
| CEnergy | Singleton class representing energy resources in the city |
| ►CMaterials | Abstract base class representing materials used in resource management |
| CConcrete | Singleton class representing concrete as a material resource |
| CSteel | Singleton class representing steel as a material resource |
| CWood | Singleton class representing wood as a material resource |
| CWater | Singleton class representing water resources in the city |
| Cdoctest::detail::Result | |
| CRoad | Represents a road for public transport vehicles |
| CRoadSystem | Manages multiple roads and their respective public transport systems |
| Cdoctest::detail::should_stringify_as_underlying_type< T > | |
| Cdoctest::String | |
| Cdoctest::AssertData::StringContains | |
| Cdoctest::detail::StringMakerBase< C > | |
| ►Cdoctest::detail::StringMakerBase< detail::has_insertion_operator< T >::value||detail::types::is_pointer< T >::value||detail::types::is_array< T >::value > | |
| Cdoctest::StringMaker< T > | |
| Cdoctest::detail::StringMakerBase< true > | |
| Cdoctest::detail::Subcase | |
| Cdoctest::SubcaseSignature | |
| ►CTaxStrategy | Abstract base class for tax strategies |
| CFlatTaxStrategy | Concrete implementation of a flat tax strategy |
| CProgressiveTaxStrategy | Concrete implementation of a progressive tax strategy |
| CTaxSystem | Manages the tax collection system for the city |
| ►Cdoctest::TestCaseData | |
| Cdoctest::detail::TestCase | |
| Cdoctest::TestCaseException | |
| Cdoctest::detail::TestFailureException | |
| Cdoctest::TestRunStats | |
| Cdoctest::detail::TestSuite | |
| ►Cdoctest::detail::types::true_type | |
| Cdoctest::detail::has_insertion_operator< T, decltype(operator<<(declval< std::ostream & >(), declval< const T & >()), void())> | |
| Cdoctest::detail::types::is_array< T[SIZE]> | |
| Cdoctest::detail::types::is_pointer< T * > | |
| Cdoctest::detail::types::is_rvalue_reference< T && > | |
| Cstd::tuple< Types > | |
| Cdoctest::detail::types::underlying_type< T > | |
| ►CUnifiedTransportSystem | Interface for a unified transport system |
| CPublicTransitAdapter | Adapter for integrating PublicTransport into a unified transport system |
| CRailSystemAdapter | Adapter for integrating RailSystem into a unified transport system |
| CRoadSystemAdapter | Adapter for integrating RoadSystem into a unified transport system |
| ►CUtility | Base class for all utility services |
| ►CPowerPlant | Abstract class representing a power plant |
| CFunctionalPowerPlant | Class representing a functional power plant |
| CNonFunctionalPowerPlant | Class representing a non-functional power plant |
| ►CWasteManagement | Abstract class representing a waste management system |
| CFunctionalWasteManagement | Class representing a functional waste management system |
| CNonFunctionalWasteManagement | Class representing a non-functional waste management system |
| ►CWaterSupply | Abstract class representing a water supply system |
| CFunctionalWaterSupply | Class representing a functional water supply system |
| CNonFunctionalWaterSupply | Class representing a non-functional water supply system |