Oolite 1.91.0.7658-250404-b1488af
All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Macros Modules Pages
OODebugStandards.h File Reference
import "OOCocoa.h"
+ Include dependency graph for OODebugStandards.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void OOStandardsDeprecated (NSString *message)
 
void OOStandardsError (NSString *message)
 
BOOL OOEnforceStandards (void)
 
void OOSetStandardsForOXPVerifierMode (void)
 

Function Documentation

◆ OOEnforceStandards()

BOOL OOEnforceStandards ( void )

◆ OOSetStandardsForOXPVerifierMode()

void OOSetStandardsForOXPVerifierMode ( void )

Definition at line 121 of file OODebugStandards.m.

122{
124 sSetup = YES;
125}
static BOOL sSetup
@ STANDARDS_ENFORCEMENT_WARN

References sEnforcement, sSetup, and STANDARDS_ENFORCEMENT_WARN.

Referenced by OOOXPVerifier(OOPrivate)::initWithPath:.

+ Here is the caller graph for this function:

◆ OOStandardsDeprecated()

void OOStandardsDeprecated ( NSString * message)

◆ OOStandardsError()

void OOStandardsError ( NSString * message)

Definition at line 108 of file OODebugStandards.m.

109{
110 OOStandardsInternal(@"oxp-standards.error",message);
111}

References OOStandardsInternal().

Referenced by OOShipRegistry(OODataLoader)::applyLikeShips:withKey:, OOShipRegistry(OODataLoader)::canonicalizeAndTagSubentities:, ResourceManager::checkPotentialPath:path:, OOMesh(Private)::loadData:scaleFactor:, OOTextureLoader::loaderWithTextureSpecifier:extraOptions:folder:, and OOShipRegistry(OODataLoader)::removeUnusableEntries:shipMode:.

+ Here is the call graph for this function:
+ Here is the caller graph for this function: