PandA-2024.02
|
Class implementation of the connection module converting the type and the size of connection objects. More...
#include "generic_obj.hpp"
Go to the source code of this file.
Data Structures | |
class | uu_conv_conn_obj |
This class is used to convert unsigned into unsigned int. More... | |
class | ui_conv_conn_obj |
This class is used to convert unsigned into signed int. More... | |
class | iu_conv_conn_obj |
This class is used to convert signed into unsigned int. More... | |
class | ii_conv_conn_obj |
This class is used to convert signed into signed int. More... | |
class | ff_conv_conn_obj |
This class is used to convert real into real. More... | |
class | i_assign_conn_obj |
This class is used to specify the type of a connection object: INT. More... | |
class | u_assign_conn_obj |
This class is used to specify the type of a connection object: UINT. More... | |
class | f_assign_conn_obj |
This class is used to specify the type of a connection object: REAL. More... | |
Class implementation of the connection module converting the type and the size of connection objects.
Definition in file conv_conn_obj.hpp.