source: cpp/gdk/stderrors.h @ 104

Last change on this file since 104 was 104, checked in by sz, 11 years ago

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

  • Property svn:eol-style set to native
File size: 462 bytes
Line 
1// This file is a part of the Framsticks GDK library.
2// Copyright (C) 2002-2013  Szymon Ulatowski.  See LICENSE.txt for details.
3// Refer to http://www.framsticks.com/ for further information.
4
5#ifndef _STDERRORS_H_
6#define _STDERRORS_H_
7
8#include "list.h"
9#include "sstring.h"
10
11bool listIndexCheck(SList* list,int index,char* msgobj,char* msgfun);
12SString stringCheck(SString& in,char* msgobj,char* msgfun,char* msg,SString (*checker)(SString& in)=0);
13
14#endif
Note: See TracBrowser for help on using the repository browser.