kim-api  2.1.1+v2.1.1.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 <iomanip>
#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 37 of file collections-example.cpp.

◆ main()

int main ( )

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

◆ namesForCollection()

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

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