Ignore:
Timestamp:
07/23/13 18:15:30 (11 years ago)
Author:
sz
Message:

introducing object de/serialization - see serialtest.cpp
the core GDK classes can be now used in multiple threads (ifdef MULTITHREADED)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cpp/gdk/neurolibrary.cpp

    r81 r104  
    2525if (i<0) return 0;
    2626return getClass(i);
     27}
     28
     29SString NeuroLibrary::getClassName(int classindex)
     30{
     31NeuroClass *cl=getClass(classindex);
     32return cl? cl->getName() : SString();
    2733}
    2834
Note: See TracChangeset for help on using the changeset viewer.