FemtoScan Online SDK Documentation

Home :: FsOnlineSDK :: fmutl classes

class FSAllocator

? ^ 
undocumented
Source:
../fmutl/FSAllocator.h:5
Author:
unascribed
Version:
unknown

Contents

^ 
EntityTypeScopeShort Description
~FSAllocatordestructor publicautomatically generated
FSAllocatorconstructor publicautomatically generated
FSAllocatorconstructor publicautomatically generated
operator =operator publicautomatically generated
operator deleteoperator public Scalar delete operator.
operator deleteoperator public Scalar debug delete operator.
operator delete []operator public Vector delete operator.
operator delete []operator public Vector debug delete operator.
operator newoperator public Scalar new operator.
operator newoperator public Scalar debug new operator.
operator new []operator public Vector new operator.
operator new []operator public Vector debug new operator.

destructor ~FSAllocator

? ^  > 
automatically generated
Source:
../fmutl/FSAllocator.h
Code:
public ~ FSAllocator ( )

constructor FSAllocator

? ^  < > 
automatically generated
Source:
../fmutl/FSAllocator.h
Code:
public FSAllocator ( )

constructor FSAllocator

? ^  < > 
automatically generated
Source:
../fmutl/FSAllocator.h
Code:
public FSAllocator ( const FSAllocator & )

operator =

? ^  < > 
automatically generated
Source:
../fmutl/FSAllocator.h
Code:
public FSAllocator & operator = ( const FSAllocator & )

operator delete

? ^  < > 
Scalar delete operator.

Defined to properly handle dynamic memory allocations for FSAllocator.

Source:
../fmutl/FSAllocator.h:37
Code:
public void operator delete ( void * ptr )

operator delete

? ^  < > 
Scalar debug delete operator.

Defined to properly handle dynamic memory allocations for FSAllocator in debug versions.

Source:
../fmutl/FSAllocator.h:49
Code:
public void operator delete ( void * ptr ,
const char * file ,
int line )

operator delete []

? ^  < > 
Vector delete operator.

Defined to properly handle dynamic memory allocations for FSAllocator.

Source:
../fmutl/FSAllocator.h:43
Code:
public void operator delete [] ( void * ptr )

operator delete []

? ^  < > 
Vector debug delete operator.

Defined to properly handle dynamic memory allocations for FSAllocator in debug versions.

Source:
../fmutl/FSAllocator.h:55
Code:
public void operator delete [] ( void * ptr ,
const char * file ,
int line )

operator new

? ^  < > 
Scalar new operator.

Defined to properly handle dynamic memory allocations for FSAllocator.

Source:
../fmutl/FSAllocator.h:11
Code:
public void * operator new ( size_t size ) throw ( ... )

operator new

? ^  < > 
Scalar debug new operator.

Defined to properly handle dynamic memory allocations for FSAllocator in debug versions (where DEBUG_NEW is defined).

Source:
../fmutl/FSAllocator.h:24
Code:
public void * operator new ( size_t size ,
const char * file ,
int line ) throw ( ... )

operator new []

? ^  < > 
Vector new operator.

Defined to properly handle dynamic memory allocations for FSAllocator.

Source:
../fmutl/FSAllocator.h:17
Code:
public void * operator new [] ( size_t size ) throw ( ... )

operator new []

? ^  < > 
Vector debug new operator.

Defined to properly handle dynamic memory allocations for FSAllocator in debug versions (where DEBUG_NEW is defined).

Source:
../fmutl/FSAllocator.h:31
Code:
public void * operator new [] ( size_t size ,
const char * file ,
int line ) throw ( ... )

(C) Advanced Technologies Center, 2002-2006
For support contact us at fsdev@nanoscopy.net