FMIceLinkPlatform Class Reference
| Inherits from | NSObject |
|---|---|
| Conforms to | FMIceLinkIPlatform |
| Declared in | FMIceLinkPlatform.h FMIceLinkPlatform.m |
– isMobile
Gets a value indicating whether this is a mobile platform.
- (bool)isMobileDiscussion
Gets a value indicating whether this is a mobile platform.
Declared In
FMIceLinkIPlatform.h
– setIsMobile:
Sets a value indicating whether this is a mobile platform.
- (void)setIsMobile:(bool)isMobileDiscussion
Sets a value indicating whether this is a mobile platform.
Declared In
FMIceLinkIPlatform.h
– isLittleEndian
Gets a value indicating whether this is little-endian platform.
- (bool)isLittleEndianDiscussion
Gets a value indicating whether this is little-endian platform.
Declared In
FMIceLinkIPlatform.h
– architecture
Gets the current CPU architecture.
- (FMIceLinkArchitecture)architectureDiscussion
Gets the current CPU architecture.
Declared In
FMIceLinkIPlatform.h
– operatingSystem
Gets the current operating system.
- (FMIceLinkOperatingSystem)operatingSystemDiscussion
Gets the current operating system.
Declared In
FMIceLinkIPlatform.h
– sourceLanguage
Gets the current programming language for the source code.
- (FMIceLinkSourceLanguage)sourceLanguageDiscussion
Gets the current programming language for the source code.
Declared In
FMIceLinkIPlatform.h
– directorySeparator
Gets the character used to separate directories.
- (NSString *)directorySeparatorDiscussion
Gets the character used to separate directories.
Declared In
FMIceLinkIPlatform.h