Module: Erlang::External::Types
- Included in:
- Decode, Erlang::Encoder
- Defined in:
- lib/rinterface/erlang/types.rb
Constant Summary collapse
- SMALL_INT =
97- INT =
98- SMALL_BIGNUM =
110- LARGE_BIGNUM =
111- FLOAT =
99- NEW_FLOAT =
70- ATOM =
100- REF =
old style reference
101- NEW_REF =
114- PORT =
not supported accross node boundaries
102- PID =
103- SMALL_TUPLE =
104- LARGE_TUPLE =
105- NIL =
106- STRING =
107- LIST =
108- BIN =
109- FUN =
117- NEW_FUN =
112