GNDStk
latest
INTRODUCTION & PRIMER
1.
Introduction
2.
Building GNDStk
3.
Tutorial
BASIC CONSTRUCTS
CORE INTERFACE
HIGH-LEVEL INTERFACE
SEARCH
REFERENCE
INDEX
GNDStk
»
INTRODUCTION & PRIMER
Edit on GitHub
INTRODUCTION & PRIMER
¶
1.
Introduction
1.1. Description
1.2. Background
1.3. Acknowledgements
2.
Building GNDStk
2.1. Download
2.2. Build & Test
2.3. Summary
2.4. Your Own Application
2.5. Alternative: Bash Script
2.6. Header-Only Library
3.
Tutorial
3.1. Basics + Core Interface
3.1.1. Minimal GNDStk-Aware Code
3.1.2. Recommended Starting Point
3.1.3. Namespace Hierarchy
3.1.4. Core Interface
3.2. Read and Write GNDS
3.2.1. Read XML
3.2.2. Files, Streams, Types
3.2.3. Read & Write XML
3.2.4. More Reads & Writes
3.2.5. Read, Write, Compare
3.2.6. Regarding JSON Files
3.3. Data Structure “Direct”
3.3.1. About Direct Access
3.3.2. Tree vs. Node
3.3.3. Content Preservation
3.3.4. Node
3.3.5. Pointers about Pointers
3.3.6. Tree
3.3.7. Direct-Access Examples
3.3.8. XML and JSON
3.4. Smart Query System
3.5. GNDS Creation
3.6. Advanced Examples