#include "KIM_Collection.h"#include "KIM_CollectionItemType.h"#include "KIM_Collections.h"#include <iostream>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 34 of file collections-example-c.cpp.
| int main | ( | ) |
Definition at line 125 of file collections-example-c.cpp.
| void namesForCollection | ( | KIM_Collection | kc, |
| KIM_Collections *const | col ) |
Definition at line 83 of file collections-example-c.cpp.