Coverage details for edu.umn.gis.mapscript.imp.SWIGTYPE_p_int

LineHitsSource
1 // A Java MapScript module for MapServer.
2 // See <http://mapserver.gis.umn.edu> for information on MapServer.
3 //
4 // Copyright (C) 2003 Andrew Collins <andrewrcollins@yahoo.com>
5 //
6 // This library is free software; you can redistribute it
7 // and/or modify it under the terms of the GNU Lesser General
8 // Public License as published by the Free Software Foundation;
9 // either version 2.1 of the License, or (at your option) any
10 // later version.
11 //
12 // This library is distributed in the hope that it will be useful,
13 // but WITHOUT ANY WARRANTY; without even the implied warranty
14 // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
15 // See the GNU Lesser General Public License for more details.
16 //
17 // You should have received a copy of the GNU Lesser General
18 // Public License along with this library; if not, write to
19 // the Free Software Foundation, Inc., 59 Temple Place,
20 // Suite 330, Boston, MA 02111-1307 USA
21 package edu.umn.gis.mapscript.imp;
22  
23 /**
24  * DOCUMENT ME!
25  *
26  * @author <a href="mailto:ADDRESS">NAME</a>
27  *
28  * @todo CLASS_DESCRIPTION
29  */
30 public class SWIGTYPE_p_int
31 {
32   /**
33    * DOCUMENT ME!
34    *
35    * @todo FIELD_DESCRIPTION
36    */
37   private long swigCPtr;
38  
39   /**
40    * Creates a new SWIGTYPE_p_int object.
41    *
42    * @param cPtr PARAMETER
43    * @param bFutureUse PARAMETER
44    */
45   protected SWIGTYPE_p_int(long cPtr, boolean bFutureUse)
460  {
470    swigCPtr = cPtr;
480  }
49  
50   /**
51    * Creates a new SWIGTYPE_p_int object.
52    */
53   protected SWIGTYPE_p_int()
540  {
550    swigCPtr = 0;
560  }
57  
58   /**
59    * DOCUMENT ME!
60    *
61    * @param obj PARAMETER
62    *
63    * @return RETURN
64    *
65    * @todo METHOD_DESCRIPTION
66    */
67   protected static long getCPtr(SWIGTYPE_p_int obj)
68   {
690    return obj.swigCPtr;
70   }
71 }

this report was generated by version 1.0.2 of jcoverage.
visit www.jcoverage.com for updates.

copyright © 2003, jcoverage ltd. all rights reserved.
Java is a trademark of Sun Microsystems, Inc. in the United States and other countries.