Multi-OS Engine Documentation
Multi-OS Engine
Overview
Introduction
Getting Started
Creating Your App’s User Interface (UI)
Using Third Party Native Libraries for iOS*
Nat/J library for Java to native binding
Nat/J: Interoperability with Native Code
Using the NatJ Library
Nat/J: Corner Cases
Nat/J: Reference
Nat/J Binding Generator
Working with Pointers
Toll-Free Bridging
Working with Native Types: Advanced
Creating a Database App
Accessing Web Services
Creating a Game App
Advanced Topics
Troubleshooting tips
Multi-OS Engine Documentation
Multi-OS Engine
Nat/J library for Java to native binding
Nat/J: Interoperability with Native Code
Nat/J: Reference
org.moe.natj.cxx
CxxOperatorKind
View page source
CxxOperatorKind
¶
Enum Constants
¶
ADD
¶
ADDRESS_OF
¶
ADD_ASSIGN
¶
ARROW
¶
ASSIGN
¶
BITWISE_AND
¶
BITWISE_AND_ASSIGN
¶
BITWISE_OR
¶
BITWISE_OR_ASSIGN
¶
BITWISE_XOR
¶
BITWISE_XOR_ASSIGN
¶
COMPLEMENT
¶
DIVIDE
¶
DIVIDE_ASSIGN
¶
EQUAL
¶
EXT_SUBSCRIPT_ASSIGN
¶
FUNCTION_CALL
¶
GREATER
¶
GREATER_EQUAL
¶
INDIRECT
¶
INEQUAL
¶
LEFT_SHIFT
¶
LEFT_SHIFT_ASSIGN
¶
LESS
¶
LESS_EQUAL
¶
LOGICAL_AND
¶
LOGICAL_OR
¶
MODULUS
¶
MODULUS_ASSIGN
¶
MULTIPLY
¶
MULTIPLY_ASSIGN
¶
NEGATE
¶
POST_DECREMENT
¶
POST_INCREMENT
¶
PRE_DECREMENT
¶
PRE_INCREMENT
¶
RIGHT_SHIFT
¶
RIGHT_SHIFT_ASSIGN
¶
SUBSCRIPT
¶
SUBTRACT
¶
SUBTRACT_ASSIGN
¶
UNARY_MINUS
¶
UNARY_PLUS
¶
Home
Features
Docs
Blog
Support
Forum
Discord
GitHub