Version 0.1.2

Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.1 or any later version published by the Free Software Foundation with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. You may obtain a copy of the GNU Free Documentation License from the Free Software Foundation by visiting their Web site or by writing to:


          The Free Software Foundation, Inc.,
          59 Temple Place - Suite 330,
          BostonMA 02111-1307,
          USA
        


I. Overview
II. Gocl Core Reference
Core
gocl-decls — Global symbols used throughout Gocl API
GoclContext — Object that represents an OpenCL context
GoclDevice — Object that represents an OpenCL capable device
GoclProgram — Object that represents an OpenCL program
GoclKernel — Object that represents an OpenCL kernel
GoclBuffer — Object that represents a block of memory in an OpenCL context
GoclQueue — Object that represents an OpenCL command queue
GoclEvent — Object that represents the future completion of an asynchronous operation
gocl-error — API related to error management
III. Gocl Objects
Object Hierarchy
Object Index
IV. Glossaries
Annotation Glossary
Index of all symbols
Index of deprecated symbols
A. License