3 #include <fsdk/IIndex.h> 
    5 #include <fsdk/Types/Ref.h> 
    6 #include <fsdk/Types/Span.h> 
   12 #ifndef DOXYGEN_SHOULD_SKIP_THIS 
   28         virtual size_t getSize() 
const noexcept = 0;
 
#define DECLARE_SMARTPTR(X)
Smart ptr declaration helper macro. 
Definition: Def.h:56
 
Id map interface. 
Definition: IIDMap.h:22
 
Base strong reference counted object interface. 
Definition: IRefCounted.h:37
 
size_t DescriptorId
Intergral type used as identification of descriptor in internal storage. 
Definition: IIDMap.h:17
 
Addon for Result to output some value aside the result. Specialization for copiable types...
Definition: ResultValue.h:21
 
virtual size_t getSize() const noexcept=0
Returns size. 
 
Reference counted object interface.