This repository represents the Lynar Studios - Standard Library (ls-std).

pcmattulat 7a5e07d31a Fixed SerializableJSONLong header preprocessor directive %!s(int64=4) %!d(string=hai) anos
config 84b7be3222 Added code style file %!s(int64=4) %!d(string=hai) anos
source 7a5e07d31a Fixed SerializableJSONLong header preprocessor directive %!s(int64=4) %!d(string=hai) anos
test c82aa968a2 Extended String class %!s(int64=4) %!d(string=hai) anos
.gitignore f973f28bc6 Moved CMakeLists file to root directory %!s(int64=4) %!d(string=hai) anos
CMakeLists.txt b9fb195f73 Added SerializableJSONString class %!s(int64=4) %!d(string=hai) anos
LICENSE.txt 39db2bb7a1 Added e-mail address to license file %!s(int64=4) %!d(string=hai) anos
README.md 7dd9965513 Extended readme file %!s(int64=4) %!d(string=hai) anos

README.md

Lynar Studios - Standard Library 2020.1.0.0

This is a cross-platform standard library written in C++ and provides basic functionality and implementation, like:

  • Boxing
  • File
  • Reflection
  • Date

Naming Convention

This library tries to stick to the following naming convention:

  • parameters start with an underscore followed by a small letter.
  • private methods start with an underscore followed by a small letter.
  • class names start with an upper case letter and do then follow camel case convention.