Product Documentation

c-treeDB API for C++ - Developers Guide

Previous Topic

Next Topic

c-treeDB C++ API - Working with Resources

Resource operations are usually performed in the following sequence:

  1. Instantiate a CTResource object by calling one of the CTResource constructors.
  2. Perform the desired operation such as adding, updating, deleting or reading resources
  3. Once the CTResource object is no longer needed, destroy the object to release any system resources.

TOCIndex