SEDRIS C API Data Types
Basic Data Types:
- Promote machine/compiler independence
- Examples: SE_Integer_Unsigned, SE_Long_Float, SE_Boolean, SE_Short_Integer_Positive
Opaque Types:
- Promote implementation independence through the hiding of underlying structures
- Commonly referred to as handles
- Examples: SE_Transmittal, SE_Object, SE_Iterator, SE_Store, SE_Search_Filter, SE_Search_Boundary