kim-api  2.3.1-git+v2.3.0-git-2-g378406f9.GNU.GNU.
An Application Programming Interface (API) for the Knowledgebase of Interatomic Models (KIM).
Functions
collections-example.cpp File Reference
#include "KIM_Collection.hpp"
#include "KIM_CollectionItemType.hpp"
#include "KIM_Collections.hpp"
#include <iostream>
#include <string>
Include dependency graph for collections-example.cpp:

Go to the source code of this file.

Functions

void dirsForCollection (KIM::Collection const collection, KIM::Collections *const col)
 
void namesForCollection (KIM::Collection kc, KIM::Collections *const col)
 
int main ()
 

Function Documentation

◆ dirsForCollection()

void dirsForCollection ( KIM::Collection const  collection,
KIM::Collections *const  col 
)

Definition at line 33 of file collections-example.cpp.

◆ main()

int main ( )

Definition at line 105 of file collections-example.cpp.

◆ namesForCollection()

void namesForCollection ( KIM::Collection  kc,
KIM::Collections *const  col 
)

Definition at line 74 of file collections-example.cpp.