FlightGear next
CocoaHelpers_private.h File Reference
#include <string>

Go to the source code of this file.

Classes

class  CocoaAutoreleasePool
 

Functions

NSString * stdStringToCocoa (const std::string &s)
 
NSURL * pathToNSURL (const SGPath &aPath)
 
SGPath URLToPath (NSURL *url)
 
std::string stdStringFromCocoa (NSString *s)
 

Function Documentation

◆ pathToNSURL()

NSURL * pathToNSURL ( const SGPath & aPath)

◆ stdStringFromCocoa()

std::string stdStringFromCocoa ( NSString * s)

◆ stdStringToCocoa()

NSString * stdStringToCocoa ( const std::string & s)

◆ URLToPath()

SGPath URLToPath ( NSURL * url)