NutsnBolts  0.1.0
An extension library for Coin
Loading...
Searching...
No Matches
NutsnBolts Class Reference

Static namespace class for global functions related to the SIM Nuts'n'Bolts library on the whole. More...

#include <NutsnBolts/NutsnBolts.h>

Static Public Member Functions

static void clean (void)
 
static int getMajorVersion (void)
 
static int getMicroVersion (void)
 
static int getMinorVersion (void)
 
static const char * getVersion (void)
 
static void init (void)
 

Detailed Description

Static namespace class for global functions related to the SIM Nuts'n'Bolts library on the whole.

This class contains just static functions that relate to library initialization and cleanup, and library versioning.

Member Function Documentation

◆ clean()

void NutsnBolts::clean ( void )
static

This function cleans up after all the Nuts'n'Bolts components.

See also
NutsnBolts::init

◆ getMajorVersion()

int NutsnBolts::getMajorVersion ( void )
static

This function returns the major version number (!.*.*) of the library.

See also
NutsnBolts::getMinorVersion, NutsnBolts::getMicroVersion, NutsnBolts::getVersion

◆ getMicroVersion()

int NutsnBolts::getMicroVersion ( void )
static

This function returns the micro version number (*.*.!) of the library.

See also
NutsnBolts::getMajorVersion, NutsnBolts::getMinorVersion, NutsnBolts::getVersion

◆ getMinorVersion()

int NutsnBolts::getMinorVersion ( void )
static

This function returns the minor version number (*.!.*) of the library.

See also
NutsnBolts::getMajorVersion, NutsnBolts::getMicroVersion, NutsnBolts::getVersion

◆ getVersion()

const char * NutsnBolts::getVersion ( void )
static

This function returns the version string for the library version.

See also
NutsnBolts::getMajorVersion, NutsnBolts::getMinorVersion, NutsnBolts::getMicroVersion

◆ init()

void NutsnBolts::init ( void )
static

This function initializes the SIM Nuts'n'Bolts library - all the classes and components.

It calls all the other static class initializers in the library, making sure there is no need to call any other initializer than this to use SIM Nuts'n'Bolts.

See also
NutsnBolts::clean

The documentation for this class was generated from the following files: