#include "KIM_Collection.hpp"#include "KIM_CollectionItemType.hpp"#include "KIM_Collections.hpp"#include <iostream>#include <string>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 () |
| void dirsForCollection | ( | KIM::Collection const | collection, |
| KIM::Collections *const | col ) |
Definition at line 33 of file collections-example.cpp.
| int main | ( | ) |
Definition at line 105 of file collections-example.cpp.
| void namesForCollection | ( | KIM::Collection | kc, |
| KIM::Collections *const | col ) |
Definition at line 74 of file collections-example.cpp.