Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages  

corona.h File Reference

#include <stddef.h>

Include dependency graph for corona.h:

Include dependency graph

This graph shows which files directly or indirectly include this file:

Included by dependency graph

Go to the source code of this file.

Namespaces

namespace  corona
namespace  corona::hidden

Defines

#define COR_CALL
#define COR_DECL
#define COR_FUNCTION(ret)   extern "C" COR_DECL ret COR_CALL


Define Documentation

#define COR_CALL
 

Corona Image I/O Library Version 1.0.2 (c) 2003 Chad Austin

This API uses principles explained at http://aegisknight.org/cppinterface.html

This code licensed under the terms of the zlib license. See license.txt.

Note: When compiling this header in gcc, you may want to use the -Wno-non-virtual-dtor flag to get rid of those annoying "class has virtual functions but no virtual destructor" warnings.

Definition at line 36 of file corona.h.

Referenced by corona::DLLImplementation< File >::destroy(), corona::SimpleImage::getFormat(), TestDeletionImage::getFormat(), corona::SimpleImage::getHeight(), TestDeletionImage::getHeight(), corona::SimpleImage::getPalette(), TestDeletionImage::getPalette(), corona::SimpleImage::getPaletteFormat(), TestDeletionImage::getPaletteFormat(), corona::SimpleImage::getPaletteSize(), TestDeletionImage::getPaletteSize(), corona::SimpleImage::getPixels(), TestDeletionImage::getPixels(), corona::SimpleImage::getWidth(), TestDeletionImage::getWidth(), corona::CFile::read(), corona::CFile::seek(), corona::CFile::tell(), and corona::CFile::write().

#define COR_DECL
 

Definition at line 49 of file corona.h.

#define COR_FUNCTION ret       extern "C" COR_DECL ret COR_CALL
 

Definition at line 60 of file corona.h.


Generated on Thu Oct 2 12:59:38 2003 for corona by doxygen1.3-rc1