[sldev] Standardizable classes

Alan Grimes agrimes at speakeasy.net
Tue Jun 26 21:28:17 PDT 2007


Here's a brief list of classes in llcommon which are covered in posix
standards...

llDate   -- Posix standard, probably on all reasonable platforms, see
time.h

Wchar support is now part of C99.

ifstream/ofstream  ???? uh, why??  -- classic part of C++

LLThread      -- Provided by SDL which is already a dependency.. Not
sure why we're using APR... (Apache Runtime Library)
-- A better approach might be to #define the thread object as whatever
the host library uses and the classic synchronization functions, this
makes the thread calls much thinner and therefore, hopefully, faster, it
also allows portability...

and the aforementioned list class...


-- 
Opera: Sing it loud! :o(  )>-<


More information about the SLDev mailing list