TransitionModule
 fr.hammons.slinc.modules.TransitionModule
  trait TransitionModule
 
Attributes
- Graph
- 
    
- Supertypes
- 
    class Objecttrait Matchableclass Any
Members list
Value members
Abstract methods
Transitions a method argument to the appropriate format
Transitions a method argument to the appropriate format
Value parameters
- alloc
- 
               An allocator for allocating memory 
- td
- 
               Type Descriptor of the argument 
- value
- 
               The argument to transition 
Attributes
- Returns
- 
               The transitioned value 
Transitions an allocator into an appropriate format
Transitions an allocator into an appropriate format
Value parameters
- a
- 
               An allocator 
Attributes
- Returns
- 
               The transitioned value 
Transitions a return value into the Slinc format
Transitions a return value into the Slinc format
Value parameters
- td
- 
               Type descriptor of the return 
- value
- 
               The return value 
Attributes
- Returns
- 
               A slinc compatible data object 
Concrete methods
In this article