Definition of base types and functions in a cross-platform compatible way. More...
#include <stdint.h>
#include <cstdio>
#include <cstddef>
#include <cstring>
#include <cstdlib>
#include <climits>
#include <cassert>
Go to the source code of this file.
Defines | |
#define | __STDC_LIMIT_MACROS |
#define | fopen(file, mode) fopen(OTTD2FS(file), mode) |
#define | SQ2OTTD(name) (name) |
#define | OTTD2SQ(name) (name) |
#define | PATHSEP "/" |
#define | PATHSEPCHAR '/' |
#define | OTTD_PRINTF64 "%lld" |
#define | OTTD_PRINTFHEX64 "%llx" |
#define | PRINTF_SIZE "%zu" |
#define | PERSONAL_DIR "" |
#define | assert_compile(expr) typedef int __ct_assert__[1 - 2 * !(expr)] |
#define | assert_tcompile(expr) assert(expr) |
#define | M_PI_2 1.57079632679489661923 |
#define | M_PI 3.14159265358979323846 |
#define | lengthof(x) (sizeof(x) / sizeof(x[0])) |
Return the length of an fixed size array. | |
#define | endof(x) (&x[lengthof(x)]) |
Get the end element of an fixed size array. | |
#define | lastof(x) (&x[lengthof(x) - 1]) |
Get the last element of an fixed size array. | |
#define | cpp_offsetof(s, m) (((size_t)&reinterpret_cast<const volatile char&>((((s*)(char*)8)->m))) - 8) |
#define | offsetof(s, m) cpp_offsetof(s, m) |
#define | cpp_sizeof(base, variable) (sizeof(((base*)8)->variable)) |
Gets the size of a variable within a class. | |
#define | cpp_lengthof(base, variable) (cpp_sizeof(base, variable) / cpp_sizeof(base, variable[0])) |
Gets the length of an array variable within a class. | |
#define | NOT_REACHED() error("NOT_REACHED triggered at line %i of %s", __LINE__, __FILE__) |
#define | assert(expression) if (!(expression)) error("Assertion failed at line %i of %s: %s", __LINE__, __FILE__, #expression); |
#define | OTTD_ASSERT |
#define | MAX_PATH 260 |
#define | MAX_UVALUE(type) ((type)~(type)0) |
The largest value that can be entered in a variable. | |
Typedefs | |
typedef unsigned char | byte |
typedef unsigned int | uint |
typedef unsigned char | uint8 |
typedef signed char | int8 |
typedef unsigned short | uint16 |
typedef signed short | int16 |
typedef unsigned int | uint32 |
typedef signed int | int32 |
typedef unsigned __int64 | uint64 |
typedef signed __int64 | int64 |
Functions | |
const char * | FS2OTTD (const char *name) |
const char * | OTTD2FS (const char *name) |
Convert from OpenTTD's encoding to that of the local environment. | |
assert_compile (sizeof(uint64)==8) | |
assert_compile (sizeof(uint32)==4) | |
assert_compile (sizeof(uint16)==2) | |
assert_compile (sizeof(uint8)==1) | |
void NORETURN CDECL | usererror (const char *str,...) WARN_FORMAT(1 |
void NORETURN CDECL void NORETURN CDECL | error (const char *str,...) WARN_FORMAT(1 |
Definition of base types and functions in a cross-platform compatible way.
Definition in file stdafx.h.
#define cpp_lengthof | ( | base, | ||
variable | ||||
) | (cpp_sizeof(base, variable) / cpp_sizeof(base, variable[0])) |
#define cpp_sizeof | ( | base, | ||
variable | ||||
) | (sizeof(((base*)8)->variable)) |
#define endof | ( | x | ) | (&x[lengthof(x)]) |
Get the end element of an fixed size array.
x | The pointer to the first element of the array |
Definition at line 360 of file stdafx.h.
Referenced by DoLoad(), DrawCargoListText(), SmallStackSafeStackAlloc< T, length >::EndOf(), GetDebugString(), AirportSpec::GetIndex(), GetSavegameFormat(), GrowTown(), HandleCrash(), CrashLog::InitialiseCrashLog(), LoadFromHighScore(), SaveToHighScore(), SetDebugString(), ShowRefitOptionsList(), TerraformTileHeight(), UpdateTownGrowRate(), and SelectCompanyLiveryWindow::UpdateWidgetSize().
#define lastof | ( | x | ) | (&x[lengthof(x) - 1]) |
Get the last element of an fixed size array.
x | The pointer to the first element of the array |
Definition at line 368 of file stdafx.h.
Referenced by ScenarioScanner::AddFile(), FiosFileScanner::AddFile(), TarScanner::AddFile(), AI_CreateAIDummy(), Subsidy::AwardTo(), CargoSpecNameSorter(), NetworkChatWindow::ChatTabCompletionNextItem(), CheckExternalFiles(), CloneVehicleName(), CmdFoundTown(), CopyFromOldName(), CrashLogOSX::DisplayCrashDialog(), DoAutosave(), ClientNetworkContentSocketHandler::DownloadSelectedContentHTTP(), DrawCargoListText(), DeparturesWindow< Twaypoint >::DrawDeparturesListItems(), NetworkContentListWindow::DrawDetails(), DrawInstructionString(), DrawNewsString(), DrawRoadVehDetails(), DrawString(), DrawStringMultiLine(), CheatWindow::DrawWidget(), AIInfo::DummyConstructor(), EngineNameSorter(), ExtractTar(), FioFOpenFile(), FiosGetFileList(), FiosMakeHeightmapName(), FormatString(), FS2OTTD(), GamelogRevision(), GenerateCompanyName(), GeneratePresidentName(), NetworkAddress::GetAddressAsString(), GetAllCargoSuffixes(), GetCompanyProfile(), GetDebugString(), CopyPaste::GetErrorString(), GetFileTitle(), GetFiosItem(), GetFullFilename(), GetKeyboardLayout(), GetLanguageList(), GetSavegameFormat(), GetSaveLoadErrorString(), GetStringBoundingBox(), GetStringHeight(), VehicleGroupWindow::GroupNameSorter(), HandleSavegameLoadCrash(), HelpDialogFunc(), IndustryDirectoryWindow::IndustryNameSorter(), IndustryTypeNameSorter(), IniSaveSettings(), IsGoodGRFConfigList(), IsSameAI(), LanguagePackHeader::IsValid(), KeycodeToString(), AIInstance::LoadCompatibilityScripts(), LoadFromHighScore(), CrashLogOSX::MakeCrashLog(), CrashLog::MakeCrashLog(), MakePNGImage(), MakeScreenshot(), MakeScreenshotName(), MidiSendCommand(), DropDownListStringItem::NatSortFunc(), NetworkAddChatMessage(), NetworkAddress::NetworkAddress(), NetworkFindBroadcastIPsInternal(), NetworkGameListHandleDelayedInsert(), NetworkHandlePauseChange(), NetworkSendCommand(), NetworkServerChangeClientName(), NetworkServerSendChat(), NetworkServerSetCompanyPassword(), NetworkUDPQueryServerThread(), NetworkUpdateClientName(), WatchCompany::OnClick(), NetworkContentDownloadStatusWindow::OnDownloadProgress(), LandInfoWindow::OnInit(), WatchCompany::OnInvalidateData(), CustomCurrencyWindow::OnQueryTextFinished(), ClientNetworkContentSocketHandler::OnReceiveData(), DepotWindow::OnRightClick(), OTTD2FS(), MusicDriver_Win32::PlaySong(), MusicDriver_ExtMidi::PlaySong(), PrintGrfInfo(), ReadLanguagePack(), ServerNetworkUDPSocketHandler::Receive_CLIENT_FIND_SERVER(), ServerNetworkUDPSocketHandler::Receive_CLIENT_GET_NEWGRFS(), ClientNetworkGameSocketHandler::Receive_SERVER_CHAT(), ClientNetworkGameSocketHandler::Receive_SERVER_CHECK_NEWGRFS(), ClientNetworkGameSocketHandler::Receive_SERVER_CLIENT_INFO(), ClientNetworkUDPSocketHandler::Receive_SERVER_RESPONSE(), DriverFactoryBase::RegisterDriver(), NetworkAddress::Resolve(), SaveHighScoreValue(), SaveKeycodes(), IniFile::SaveToDisk(), FileScanner::Scan(), DriverFactoryBase::SelectDriver(), ServerNetworkGameSocketHandler::SendCompanyInfo(), ServerNetworkAdminSocketHandler::SendCompanyInfo(), ServerNetworkAdminSocketHandler::SendCompanyUpdate(), ServerNetworkGameSocketHandler::SendError(), ServerNetworkAdminSocketHandler::SendError(), SetCompanyProfile(), SetFallbackFont(), SignListWindow::SetFilterString(), SetScreenshotFormat(), ShowErrorMessage(), ShowHelp(), ShowNewGrfVehicleError(), ShowRefitOptionsList(), SignList::SignNameFilter(), SignList::SignNameSorter(), CompanyStationsWindow::StationNameSorter(), str_fmt(), TownDirectoryWindow::TownNameSorter(), NetworkContentListWindow::TypeSorter(), ViewportSign::UpdatePosition(), VehicleNameSorter(), VerifyTownName(), WatchCompany::WatchCompany(), and DriverFactoryBase::~DriverFactoryBase().
#define lengthof | ( | x | ) | (sizeof(x) / sizeof(x[0])) |
Return the length of an fixed size array.
Unlike sizeof this function returns the number of elements of the given type.
x | The pointer to the first element of the array |
Definition at line 352 of file stdafx.h.
Referenced by _GenerateWorld(), AddGenericCallback(), AddGRFString(), AddNewsItem(), AfterLoadCompanyStats(), AfterLoadGame(), AICargoList_IndustryAccepting::AICargoList_IndustryAccepting(), AICargoList_IndustryProducing::AICargoList_IndustryProducing(), AIIndustryList_CargoAccepting::AIIndustryList_CargoAccepting(), AIIndustryList_CargoProducing::AIIndustryList_CargoProducing(), AITileList_IndustryAccepting::AITileList_IndustryAccepting(), AITileList_IndustryProducing::AITileList_IndustryProducing(), NWidgetServerListHeader::AssignSizePosition(), CalcHeightdiff(), AIRoad::CanBuildConnectedRoadPartsHere(), CanCargoServiceIndustry(), ChangeGRFNumUsedParams(), ChangeGRFParamMask(), ChangeIndustryProduction(), NetworkChatWindow::ChatTabCompletion(), CheckForMissingSprites(), AyStar::CheckTile(), CmdChangeCompanySetting(), CmdDoTownAction(), CmdFoundTown(), CmdRenamePresident(), CMSAForest(), CMSAMine(), Squirrel::CompileError(), IndustryCargoesWindow::ComputeCargoDisplay(), IndustryCargoesWindow::ComputeIndustryDisplay(), CargoesRow::ConnectIndustryAccepted(), CargoesRow::ConnectIndustryProduced(), ScriptFileInfo::Constructor(), IndustryCargoesWindow::CountMatchingAcceptingIndustries(), IndustryCargoesWindow::CountMatchingProducingIndustries(), debug(), debug_print(), DeliverGoodsToIndustry(), DeterminePaths(), DoCommandPInternal(), DoCreateNewIndustry(), DoLoad(), DoScanWorkingDirectory(), DrawEngineList(), IndustryViewWindow::DrawInfo(), DrawNewsString(), NewsWindow::DrawWidget(), ErrmsgWindow::DrawWidget(), AboutWindow::DrawWidget(), BuildIndustryWindow::DrawWidget(), CompanyWindow::DrawWidget(), CheatWindow::DrawWidget(), error(), Squirrel::ErrorPrintFunc(), ExtractTar(), FillNewGRFVehicleCache(), FindIndustryToDeliver(), FiosDelete(), FiosGetFileList(), FixTTOEngines(), FormatBytes(), FormatString(), FreeTerminal(), FS2OTTD(), GenerateCompanyPasswordHash(), GenerateTownNameString(), AirportTileSpec::Get(), AirportSpec::Get(), CargoSpec::Get(), AIIndustryType::GetAcceptedCargo(), GetAllCargoSuffixes(), CargoSpec::GetArraySize(), GetBridgeSpec(), NWidgetScenarioToolbarContainer::GetButtonArrangement(), NWidgetMainToolbarContainer::GetButtonArrangement(), IndustryDirectoryWindow::GetCargoTransportedPercentsIfValid(), GetCurrentLocale(), GetDistanceFromNearbyHouse(), GetFreeUnitNumber(), GetFullFilename(), GetGenericCallbackResult(), IndustryDirectoryWindow::GetIndustryString(), AIIndustry::GetLastMonthProduction(), AIIndustry::GetLastMonthTransported(), AIIndustry::GetLastMonthTransportedPercentage(), GetMaskOfTownActions(), GetNetworkErrorMsg(), GetNewgrfCurrencyIdConverted(), GetNumberOfIndustries(), GRFFile::GetParam(), AIIndustryType::GetProducedCargo(), GetProductionAroundTiles(), AIIndustry::GetStockpiledCargo(), GetVehicleSpriteGroup(), AirportSpec::GetWithoutOverride(), GRFConfig::GRFConfig(), GRFLoadConfig(), HandleBiDiAndArabicShapes(), HelpDialogFunc(), IndustryCargoesWindow::HousesCanAccept(), IConsoleAliasExec(), IConsoleCmdExec(), IConsoleListSettings(), IndustryDirectoryWindow::IndustryProductionSorter(), InitializeLanguagePacks(), InitializeScreenshotFormats(), InitializeUnicodeGlyphMap(), InsertTextBufferClipboard(), AIIndustry::IsCargoAccepted(), IsCommandAllowedWhilePaused(), SmallSet< Tdir, items >::IsFull(), IsValidCommand(), NWidgetServerListHeader::IsWidgetVisible(), KeycodeToString(), LoadIntList(), LoadOldVehicle(), CrashLogWindows::LogModules(), CrashLogUnix::LogStacktrace(), LookupWithBuildOnSlopes(), MakeAustrianTownName(), CargoesRow::MakeCargoLabel(), MakeCatalanTownName(), MakeCzechTownName(), MakeDanishTownName(), MakeDutchTownName(), MakeEnglishAdditionalTownName(), MakeEnglishOriginalTownName(), MakeFinnishTownName(), MakeFrenchTownName(), MakeGermanTownName(), MakeHeightmapScreenshot(), MakeHungarianTownName(), MakeItalianTownName(), MakeNorwegianTownName(), MakePerformanceDetailPanels(), MakePolishTownName(), MakeRomanianTownName(), MakeScreenshotName(), MakeSillyTownName(), MakeSlovakTownName(), MakeSpanishTownName(), MakeSwedishTownName(), MakeSwissTownName(), MakeTurkishTownName(), VideoDriver_Win32::MakeWindow(), NewGRFWindow::NameSorter(), NetworkAddChatMessage(), NetworkChatWindow::NetworkChatWindow(), NetworkServerShowStatusToConsole(), NewGRFDisplay(), IndustryViewWindow::OnClick(), CheatWindow::OnClick(), SmallMapWindow::OnInit(), LandInfoWindow::OnInit(), MainWindow::OnPaint(), HighScoreWindow::OnPaint(), AboutWindow::OnTick(), OTTD2FS(), ParseCode(), Squirrel::PrintFunc(), NetworkHTTPSocketHandler::Receive(), NetworkGameSocketHandler::ReceiveCommand(), RemapTTOColour(), ResetGenericCallbacks(), ResetObjects(), Squirrel::RunError(), SaveHighScoreValue(), SaveVersionInConfig(), FileScanner::Scan(), ScanPath(), DriverFactoryBase::SelectDriver(), NetworkGameSocketHandler::SendCommand(), ServerNetworkAdminSocketHandler::SendCompanyEconomy(), ServerNetworkAdminSocketHandler::SendCompanyUpdate(), GRFConfig::SetParameterDefaults(), QueryWindow::SetStringParameters(), ErrmsgWindow::SetStringParameters(), SetupCargoForClimate(), NWidgetScenarioToolbarContainer::SetupSmallestSize(), SmallMapWindow::SetZoomLevel(), ShowInfoF(), SlCalcConvFileLen(), SlCalcConvMemLen(), MusicDriver_Win32::Start(), StateGameLoop(), StringToContentType(), strnatcmp(), TriggerIndustryProduction(), UpdateIndustryStatistics(), UpdateStationAcceptance(), VehicleDetailsWindow::UpdateWidgetSize(), BuildObjectWindow::UpdateWidgetSize(), NewsWindow::UpdateWidgetSize(), ErrmsgWindow::UpdateWidgetSize(), AboutWindow::UpdateWidgetSize(), BuildIndustryWindow::UpdateWidgetSize(), CompanyLeagueWindow::UpdateWidgetSize(), CompanyWindow::UpdateWidgetSize(), CheatWindow::UpdateWidgetSize(), and usererror().
#define MAX_UVALUE | ( | type | ) | ((type)~(type)0) |
The largest value that can be entered in a variable.
type | the type of the variable |
Definition at line 439 of file stdafx.h.
Referenced by CompanyCheckBankrupt(), AirportTileSpec::Get(), Town::GetRandom(), Industry::GetRandom(), HandleBankruptcyTakeover(), Scrollbar::SetCapacity(), Scrollbar::SetCount(), and IConsoleLine::Truncate().
const char* OTTD2FS | ( | const char * | name | ) |
Convert from OpenTTD's encoding to that of the local environment.
When the project is built in UNICODE the system codepage is irrelevant and the converted string is wide. In ANSI mode, the UTF8 string is converted to multi-byte. OpenTTD internal encoding is UTF8. The returned value's contents can only be guaranteed until the next call to this function. So if the value is needed for anything else, use convert_from_fs
name | pointer to a valid string that will be converted (UTF8) |
Definition at line 212 of file os2.cpp.
References convert_to_fs(), DEBUG, lastof, and lengthof.