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

Patrick 1901cb1dbb Improved SerializableJSONStateConnection class il y a 4 ans
config 84b7be3222 Added code style file il y a 4 ans
source 1901cb1dbb Improved SerializableJSONStateConnection class il y a 4 ans
test 1901cb1dbb Improved SerializableJSONStateConnection class il y a 4 ans
.gitignore 2ee11bc5fb Extended .gitignore file il y a 4 ans
CMakeLists.txt 1a4c9c062c Added RapidXML library il y a 4 ans
LICENSE.txt 39db2bb7a1 Added e-mail address to license file il y a 4 ans
README.md 7dd9965513 Extended readme file il y a 4 ans

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.