Interface stl_type<T>

All Superinterfaces:
java.lang.Comparable<T>
All Known Subinterfaces:
stl_type.type_Numerical<E>
All Known Implementing Classes:
UInt_t

public interface stl_type<T>
extends java.lang.Comparable<T>
Type base interface that is to be implemented by all custom defined Type interfaces or objects that are meant to be implemented with the standard type system. For all suffix: "_t" based files
Author:
Jack Meng
  • Nested Class Summary

    Nested Classes
    Modifier and Type Interface Description
    static interface  stl_type.type_Numerical<E extends java.lang.Number>  
  • Method Summary

    Modifier and Type Method Description
    default java.lang.String name_type()
    Defaulted for the name of the type!!!

    Methods inherited from interface java.lang.Comparable

    compareTo
  • Method Details

    • name_type

      default java.lang.String name_type()
      Defaulted for the name of the type!!!
      Returns:
      The name of the type.