C# Class CascadeSharp.TKernel.NCollection.NCollection_Buffer

Inheritance: Standard_Transient
Afficher le fichier Open project: Oblikovati/CascadeSharp Class Usage Examples

Méthodes publiques

Méthode Description
Allocate ( ulong theSize ) : bool
Allocator ( ) : NCollection_BaseAllocator
ChangeData ( ) : byte
Data ( ) : byte
Free ( ) : void
IsEmpty ( ) : bool
NCollection_Buffer ( ) : System
NCollection_Buffer ( NCollection_BaseAllocator theAlloc ) : System
NCollection_Buffer ( NCollection_BaseAllocator theAlloc, ulong theSize ) : System
NCollection_Buffer ( NCollection_BaseAllocator theAlloc, ulong theSize, byte &theData ) : System
NCollection_Buffer ( NCollection_Buffer parameter1 ) : System
SetAllocator ( NCollection_BaseAllocator theAlloc ) : void
Size ( ) : ulong
get_type_name ( ) : char

Method Details

Allocate() public méthode

public Allocate ( ulong theSize ) : bool
theSize ulong
Résultat bool

Allocator() public méthode

public Allocator ( ) : NCollection_BaseAllocator
Résultat NCollection_BaseAllocator

ChangeData() public méthode

public ChangeData ( ) : byte
Résultat byte

Data() public méthode

public Data ( ) : byte
Résultat byte

Free() public méthode

public Free ( ) : void
Résultat void

IsEmpty() public méthode

public IsEmpty ( ) : bool
Résultat bool

NCollection_Buffer() public méthode

public NCollection_Buffer ( ) : System
Résultat System

NCollection_Buffer() public méthode

public NCollection_Buffer ( NCollection_BaseAllocator theAlloc ) : System
theAlloc NCollection_BaseAllocator
Résultat System

NCollection_Buffer() public méthode

public NCollection_Buffer ( NCollection_BaseAllocator theAlloc, ulong theSize ) : System
theAlloc NCollection_BaseAllocator
theSize ulong
Résultat System

NCollection_Buffer() public méthode

public NCollection_Buffer ( NCollection_BaseAllocator theAlloc, ulong theSize, byte &theData ) : System
theAlloc NCollection_BaseAllocator
theSize ulong
theData byte
Résultat System

NCollection_Buffer() public méthode

public NCollection_Buffer ( NCollection_Buffer parameter1 ) : System
parameter1 NCollection_Buffer
Résultat System

SetAllocator() public méthode

public SetAllocator ( NCollection_BaseAllocator theAlloc ) : void
theAlloc NCollection_BaseAllocator
Résultat void

Size() public méthode

public Size ( ) : ulong
Résultat ulong

get_type_name() public méthode

public get_type_name ( ) : char
Résultat char