generic_function Struct Reference

#include <generic_function.hpp>

List of all members.

Public Member Functions

Protected Attributes


Detailed Description

Definition at line 36 of file generic_function.hpp.


Constructor & Destructor Documentation

generic_function ( generic_function_rep rep2  )  [inline]
generic_function ( const generic_function_rep rep2,
bool  with_inc 
) [inline]

Definition at line 47 of file generic_function.hpp.

00049 {

generic_function ( const generic_function x  )  [inline]

Definition at line 47 of file generic_function.hpp.

00049 {

~generic_function (  )  [inline]

Definition at line 47 of file generic_function.hpp.

00049 {

generic_function (  )  [inline]

Definition at line 70 of file generic_function.hpp.

00070                                     :
00071   rep ((generic_function_rep*) new nil_function_rep ()) {}


Member Function Documentation

void operator delete ( void *  ptr,
size_t  sz 
) [inline]

Definition at line 37 of file generic_function.hpp.

00038 { return (void*) rep; }

void operator delete[] ( void *  ptr,
size_t  sz 
) [inline]

Definition at line 37 of file generic_function.hpp.

00038 { return (void*) rep; }

void* operator new ( size_t  sz,
void *  where 
) [inline]

Definition at line 37 of file generic_function.hpp.

00038 { return (void*) rep; }

void* operator new ( size_t  sz  )  [inline]

Definition at line 37 of file generic_function.hpp.

00038 { return (void*) rep; }

void* operator new[] ( size_t  sz,
void *  where 
) [inline]

Definition at line 37 of file generic_function.hpp.

00038 { return (void*) rep; }

void* operator new[] ( size_t  sz  )  [inline]

Definition at line 37 of file generic_function.hpp.

00038 { return (void*) rep; }

void* operator* (  )  const [inline]

Definition at line 38 of file generic_function.hpp.

00038 { return (void*) rep; }

const generic_function_rep * operator-> (  )  const [inline]

Definition at line 47 of file generic_function.hpp.

00049 {

generic_function & operator= ( const generic_function x  )  [inline]

Definition at line 47 of file generic_function.hpp.

00049 {

void secure (  )  [inline]

Definition at line 47 of file generic_function.hpp.

00049 {


Member Data Documentation

generic_function_rep* rep [protected]

Definition at line 37 of file generic_function.hpp.


The documentation for this struct was generated from the following file:

Generated on 6 Dec 2012 for basix by  doxygen 1.6.1