Skip to content

fw4spl-org/camp

This branch is 29 commits ahead of, 1 commit behind greenjava/camp:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

e70eca1 · Aug 30, 2019
Aug 30, 2019
Sep 10, 2014
Aug 30, 2019
Sep 11, 2017
Apr 16, 2018
Apr 16, 2018
Sep 14, 2017
Sep 10, 2014
Jul 1, 2010
Dec 31, 2015
Sep 10, 2014

Repository files navigation

*Ponder* : https://github.com/billyquith/ponder is a new project carried by Billy Quith, that brings CAMP to a new life and a new level. Please prefer Ponder to Camp, you'll get rid of Boost, you'll benefit from C++11 and you'll get good support from Billy.

-- the former Camp team --

***

CAMP is a multi-purpose reflection library developped by Technogerma Systems France and then by Tegesoft (where the dev team has moved)
(http://www.tegesoft.com).

It provides an abstraction for most of the high-level concepts of C++:
- Classes
- Enumerations
- Properties
- Functions
- Objects
- Variables

By wrapping all these concepts into abstract structures, CAMP provides an extra layer of
flexibility to programs, and allow them to fully expose their data structures at runtime.

Many applications can take advantage of CAMP, in order to automate tasks which would
otherwise require a huge amount of work. For example, CAMP can be used to expose and edit
objects' attributes into a graphical user interface. It can also be used to do
automatic binding of C++ classes to script languages such as Python or Lua.
Another possible application would be the serialization of objects to XML, text or
binary formats. Or you can even combine all these examples to provide a powerful
and consistent interface for manipulating your objects outside C++ code.

About

C++ multi-purpose reflection library

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 96.3%
  • CMake 3.7%