FemtoScan Online SDK Documentation
undocumented
- Source:
 - ../fmutl/FSAllocator.h:5
 
- Author:
 - unascribed
 
- Version:
 - unknown
 
destructor ~FSAllocator | ? ^ 
>  | 
automatically generated
- Source:
 - ../fmutl/FSAllocator.h
 
- Code:
 - 
 
constructor FSAllocator | ? ^ 
< >  | 
automatically generated
- Source:
 - ../fmutl/FSAllocator.h
 
- Code:
 - 
 
constructor FSAllocator | ? ^ 
< >  | 
automatically generated
- Source:
 - ../fmutl/FSAllocator.h
 
- Code:
 | public FSAllocator ( |  const FSAllocator & ) | 
automatically generated
- Source:
 - ../fmutl/FSAllocator.h
 
- Code:
 | public FSAllocator & operator = ( |  const FSAllocator & ) | 
 Scalar delete operator.
 Defined to properly handle dynamic memory allocations for FSAllocator.
- Source:
 - ../fmutl/FSAllocator.h:37
 
- Code:
 | public void operator delete ( |  void * ptr ) | 
 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 ) | 
 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 ( ... ) | 
 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 ( ... ) | 
 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 ( ... ) | 
 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