reactor-c
C Runtime for Lingua Franca
Loading...
Searching...
No Matches
generics.h File Reference

Go to the source code of this file.

Macros

#define var
 If buitin are not available on target toolchain we may not be able to support generics.
 
#define lf_is_same_type(a, b)
 
#define lf_is_same(typename, b)
 
#define lf_is_pointer_or_array(p)
 
#define lf_decay(p)
 
#define lf_is_pointer(p)
 
#define lf_get_pointer(p)
 
#define lf_to_left_type(left, right)
 

Detailed Description

Author
Muhammad Khubaib Umer (khuba.nosp@m.ib@m.nosp@m.agnit.nosp@m.ion..nosp@m.io)

LICENSE

Copyright (c) 2023, MagnitionIO

Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

  1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
  2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

Functions intitializing and freeing memory for environments.

This file provides macros for Generic Reactors in C-Target The macros are wrappers on compiler builtin and provide the programmer to auto-infer types and conditionals based on types

Macro Definition Documentation

◆ lf_decay

#define lf_decay ( p)

◆ lf_get_pointer

#define lf_get_pointer ( p)

◆ lf_is_pointer

#define lf_is_pointer ( p)

◆ lf_is_pointer_or_array

#define lf_is_pointer_or_array ( p)

◆ lf_is_same

#define lf_is_same ( typename,
b )

◆ lf_is_same_type

#define lf_is_same_type ( a,
b )

◆ lf_to_left_type

#define lf_to_left_type ( left,
right )

◆ var

#define var

If buitin are not available on target toolchain we may not be able to support generics.