C# 클래스 CascadeSharp.TKernel.NCollection.NCollection_Buffer

상속: Standard_Transient
파일 보기 프로젝트 열기: Oblikovati/CascadeSharp 1 사용 예제들

공개 메소드들

메소드 설명
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

메소드 상세

Allocate() 공개 메소드

public Allocate ( ulong theSize ) : bool
theSize ulong
리턴 bool

Allocator() 공개 메소드

public Allocator ( ) : NCollection_BaseAllocator
리턴 NCollection_BaseAllocator

ChangeData() 공개 메소드

public ChangeData ( ) : byte
리턴 byte

Data() 공개 메소드

public Data ( ) : byte
리턴 byte

Free() 공개 메소드

public Free ( ) : void
리턴 void

IsEmpty() 공개 메소드

public IsEmpty ( ) : bool
리턴 bool

NCollection_Buffer() 공개 메소드

public NCollection_Buffer ( ) : System
리턴 System

NCollection_Buffer() 공개 메소드

public NCollection_Buffer ( NCollection_BaseAllocator theAlloc ) : System
theAlloc NCollection_BaseAllocator
리턴 System

NCollection_Buffer() 공개 메소드

public NCollection_Buffer ( NCollection_BaseAllocator theAlloc, ulong theSize ) : System
theAlloc NCollection_BaseAllocator
theSize ulong
리턴 System

NCollection_Buffer() 공개 메소드

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

NCollection_Buffer() 공개 메소드

public NCollection_Buffer ( NCollection_Buffer parameter1 ) : System
parameter1 NCollection_Buffer
리턴 System

SetAllocator() 공개 메소드

public SetAllocator ( NCollection_BaseAllocator theAlloc ) : void
theAlloc NCollection_BaseAllocator
리턴 void

Size() 공개 메소드

public Size ( ) : ulong
리턴 ulong

get_type_name() 공개 메소드

public get_type_name ( ) : char
리턴 char