C# Class CascadeSharp.TKernel.NCollection.NCollection_Buffer

Inheritance: Standard_Transient
Show file Open project: Oblikovati/CascadeSharp Class Usage Examples

Public Methods

Method 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 method

public Allocate ( ulong theSize ) : bool
theSize ulong
return bool

Allocator() public method

public Allocator ( ) : NCollection_BaseAllocator
return NCollection_BaseAllocator

ChangeData() public method

public ChangeData ( ) : byte
return byte

Data() public method

public Data ( ) : byte
return byte

Free() public method

public Free ( ) : void
return void

IsEmpty() public method

public IsEmpty ( ) : bool
return bool

NCollection_Buffer() public method

public NCollection_Buffer ( ) : System
return System

NCollection_Buffer() public method

public NCollection_Buffer ( NCollection_BaseAllocator theAlloc ) : System
theAlloc NCollection_BaseAllocator
return System

NCollection_Buffer() public method

public NCollection_Buffer ( NCollection_BaseAllocator theAlloc, ulong theSize ) : System
theAlloc NCollection_BaseAllocator
theSize ulong
return System

NCollection_Buffer() public method

public NCollection_Buffer ( NCollection_BaseAllocator theAlloc, ulong theSize, byte &theData ) : System
theAlloc NCollection_BaseAllocator
theSize ulong
theData byte
return System

NCollection_Buffer() public method

public NCollection_Buffer ( NCollection_Buffer parameter1 ) : System
parameter1 NCollection_Buffer
return System

SetAllocator() public method

public SetAllocator ( NCollection_BaseAllocator theAlloc ) : void
theAlloc NCollection_BaseAllocator
return void

Size() public method

public Size ( ) : ulong
return ulong

get_type_name() public method

public get_type_name ( ) : char
return char