Version 2.0.0-0

Public members

XSClassType Reference

File
XSFoundation/include/XS/Types/XSClassType.h
Author
Jean-David Gadina - www.xs-labs.com
Copyright
© (c) 2020- Jean-David Gadina - www.xs-labs.com
Date
Sunday, September 27, 2020

Overview

XSClassType type definition

Types

XSClassType Top

Types for XSFoundation classes

typedef enum { XSClassTypeNone = -1, XSClassTypeNormal = 0, XSClassTypeSingleton = 1, XSClassTypeSharedInstance = 2 } XSClassType;

Constants
  • XSClassTypeNone
    Not a class
  • XSClassTypeNormal
    Normal, instanciable class
  • XSClassTypeSingleton
    Singelton class (unique instance, not instanciable)
  • XSClassTypeSharedInstance
    Instanciable class, with a shared instance