Skip to content

Commit

Permalink
Merge pull request #12 from crazyzlj/dev
Browse files Browse the repository at this point in the history
Use FROM --platform=$BUILDPLATFORM xxx as builder; 39fbff5
  • Loading branch information
crazyzlj committed Jun 12, 2024
0 parents commit fbd7e33
Show file tree
Hide file tree
Showing 661 changed files with 69,352 additions and 0 deletions.
Empty file added .nojekyll
Empty file.
117 changes: 117 additions & 0 deletions annotated.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,117 @@
<!-- HTML header for doxygen -->
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.9.2"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>CCGL: Class List</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="navtree.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="resize.js"></script>
<script type="text/javascript" src="navtreedata.js"></script>
<script type="text/javascript" src="navtree.js"></script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/searchdata.js"></script>
<script type="text/javascript" src="search/search.js"></script>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&amp;dn=expat.txt MIT */
$(document).ready(function() { init_search(); });
/* @license-end */
</script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
<link href="doxygenextra.css" rel="stylesheet" type="text/css"/>
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="topbanner"><a href="https://github.com/crazyzlj/CCGL" title="CCGL by Liang-Jun Zhu"><i class="githublogo"></i></a></div>
<div id="MSearchBox" class="MSearchBoxInactive">
<span class="left">
<img id="MSearchSelect" src="search/mag_sel.svg"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
alt=""/>
<input type="text" id="MSearchField" value="Search" accesskey="S"
onfocus="searchBox.OnSearchFieldFocus(true)"
onblur="searchBox.OnSearchFieldFocus(false)"
onkeyup="searchBox.OnSearchFieldChange(event)"/>
</span><span class="right">
<a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.svg" alt=""/></a>
</span>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.9.2 -->
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&amp;dn=expat.txt MIT */
var searchBox = new SearchBox("searchBox", "search",'Search','.html');
/* @license-end */
</script>
</div><!-- top -->
<div id="side-nav" class="ui-resizable side-nav-resizable">
<div id="nav-tree">
<div id="nav-tree-contents">
<div id="nav-sync" class="sync"></div>
</div>
</div>
<div id="splitbar" style="-moz-user-select:none;"
class="ui-resizable-handle">
</div>
</div>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&amp;dn=expat.txt MIT */
$(document).ready(function(){initNavTree('annotated.html',''); initResizable(); });
/* @license-end */
</script>
<div id="doc-content">
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
</div>

<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<iframe src="javascript:void(0)" frameborder="0"
name="MSearchResults" id="MSearchResults">
</iframe>
</div>

<div class="header">
<div class="headertitle"><div class="title">Class List</div></div>
</div><!--header-->
<div class="contents">
<div class="textblock">Here are the classes, structs, unions and interfaces with brief descriptions:</div><div class="directory">
<div class="levels">[detail level <span onclick="javascript:toggleLevel(1);">1</span><span onclick="javascript:toggleLevel(2);">2</span><span onclick="javascript:toggleLevel(3);">3</span>]</div><table class="directory">
<tr id="row_0_" class="even"><td class="entry"><span style="width:0px;display:inline-block;">&#160;</span><span id="arr_0_" class="arrow" onclick="toggleFolder('0_')">&#9660;</span><span class="icona"><span class="icon">N</span></span><a class="el" href="namespaceccgl.html" target="_self">ccgl</a></td><td class="desc">Common Cross-platform Geographic Library (CCGL) </td></tr>
<tr id="row_0_0_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span id="arr_0_0_" class="arrow" onclick="toggleFolder('0_0_')">&#9660;</span><span class="icona"><span class="icon">N</span></span><a class="el" href="namespaceccgl_1_1data__raster.html" target="_self">data_raster</a></td><td class="desc">Raster class to handle various raster data </td></tr>
<tr id="row_0_0_0_" class="even"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classccgl_1_1data__raster_1_1cls_raster_data.html" target="_self">clsRasterData</a></td><td class="desc">Raster data (1D and 2D) I/O class Support I/O among ASCII file, TIFF, and MongoDB database </td></tr>
<tr id="row_0_0_1_"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classccgl_1_1data__raster_1_1_subset_positions.html" target="_self">SubsetPositions</a></td><td class="desc">Subset positions of raster data </td></tr>
<tr id="row_0_1_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span id="arr_0_1_" class="arrow" onclick="toggleFolder('0_1_')">&#9660;</span><span class="icona"><span class="icon">N</span></span><a class="el" href="namespaceccgl_1_1db__mongoc.html" target="_self">db_mongoc</a></td><td class="desc">Simple wrappers of the API of MongoDB C driver <code>mongo-c-driver</code>, see <a href="http://mongoc.org/">MongoDB C Driver</a> for more information </td></tr>
<tr id="row_0_1_0_"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classccgl_1_1db__mongoc_1_1_mongo_client.html" target="_self">MongoClient</a></td><td class="desc">A simple wrapper of the class of MongoDB Client <code>mongoc_client_t</code> </td></tr>
<tr id="row_0_1_1_" class="even"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classccgl_1_1db__mongoc_1_1_mongo_collection.html" target="_self">MongoCollection</a></td><td class="desc">A simple wrapper of the class of MongoDB Collection <code>mongoc_collection_t</code> </td></tr>
<tr id="row_0_1_2_"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classccgl_1_1db__mongoc_1_1_mongo_database.html" target="_self">MongoDatabase</a></td><td class="desc">A simple wrapper of the class of MongoDB database <code>mongoc_database_t</code> </td></tr>
<tr id="row_0_1_3_" class="even"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classccgl_1_1db__mongoc_1_1_mongo_grid_fs.html" target="_self">MongoGridFs</a></td><td class="desc">A simple wrapper of the class of MongoDB database <code>mongoc_gridfs_t</code> </td></tr>
<tr id="row_0_2_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span id="arr_0_2_" class="arrow" onclick="toggleFolder('0_2_')">&#9660;</span><span class="icona"><span class="icon">N</span></span><a class="el" href="namespaceccgl_1_1utils__array.html" target="_self">utils_array</a></td><td class="desc">Array related functions include vector and pointer array </td></tr>
<tr id="row_0_2_0_" class="even"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classccgl_1_1utils__array_1_1_array2_d.html" target="_self">Array2D</a></td><td class="desc">Rudimentary RAII class of 2D Array which occupy successive memory </td></tr>
<tr id="row_0_3_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span id="arr_0_3_" class="arrow" onclick="toggleFolder('0_3_')">&#9660;</span><span class="icona"><span class="icon">N</span></span><a class="el" href="namespaceccgl_1_1utils__time.html" target="_self">utils_time</a></td><td class="desc">Time related functions </td></tr>
<tr id="row_0_3_0_" class="even"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="structccgl_1_1utils__time_1_1_date_time.html" target="_self">DateTime</a></td><td class="desc">A type representing the combination of date and time </td></tr>
<tr id="row_0_4_"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classccgl_1_1_interface.html" target="_self">Interface</a></td><td class="desc">Base type of all interfaces </td></tr>
<tr id="row_0_5_" class="even"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classccgl_1_1_model_exception.html" target="_self">ModelException</a></td><td class="desc">Print the exception message </td></tr>
<tr id="row_0_6_"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classccgl_1_1_not_copyable.html" target="_self">NotCopyable</a></td><td class="desc">Base class for classes that cannot be copied </td></tr>
<tr id="row_0_7_" class="even"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classccgl_1_1_object.html" target="_self">Object</a></td><td class="desc">Base of all classes </td></tr>
</table>
</div><!-- directory -->
</div><!-- contents -->
</div><!-- doc-content -->
<!-- HTML footer for doxygen -->
<!-- start footer part -->
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<ul>
</ul>
</div>
</body>
</html>
25 changes: 25 additions & 0 deletions annotated_dup.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
var annotated_dup =
[
[ "ccgl", "namespaceccgl.html", [
[ "data_raster", "namespaceccgl_1_1data__raster.html", [
[ "clsRasterData", "classccgl_1_1data__raster_1_1cls_raster_data.html", "classccgl_1_1data__raster_1_1cls_raster_data" ],
[ "SubsetPositions", "classccgl_1_1data__raster_1_1_subset_positions.html", "classccgl_1_1data__raster_1_1_subset_positions" ]
] ],
[ "db_mongoc", "namespaceccgl_1_1db__mongoc.html", [
[ "MongoClient", "classccgl_1_1db__mongoc_1_1_mongo_client.html", "classccgl_1_1db__mongoc_1_1_mongo_client" ],
[ "MongoCollection", "classccgl_1_1db__mongoc_1_1_mongo_collection.html", "classccgl_1_1db__mongoc_1_1_mongo_collection" ],
[ "MongoDatabase", "classccgl_1_1db__mongoc_1_1_mongo_database.html", "classccgl_1_1db__mongoc_1_1_mongo_database" ],
[ "MongoGridFs", "classccgl_1_1db__mongoc_1_1_mongo_grid_fs.html", "classccgl_1_1db__mongoc_1_1_mongo_grid_fs" ]
] ],
[ "utils_array", "namespaceccgl_1_1utils__array.html", [
[ "Array2D", "classccgl_1_1utils__array_1_1_array2_d.html", null ]
] ],
[ "utils_time", "namespaceccgl_1_1utils__time.html", [
[ "DateTime", "structccgl_1_1utils__time_1_1_date_time.html", "structccgl_1_1utils__time_1_1_date_time" ]
] ],
[ "Interface", "classccgl_1_1_interface.html", "classccgl_1_1_interface" ],
[ "ModelException", "classccgl_1_1_model_exception.html", "classccgl_1_1_model_exception" ],
[ "NotCopyable", "classccgl_1_1_not_copyable.html", "classccgl_1_1_not_copyable" ],
[ "Object", "classccgl_1_1_object.html", "classccgl_1_1_object" ]
] ]
];
Loading

0 comments on commit fbd7e33

Please sign in to comment.