new library for arguments - renamed library files to .hxx; refs #6

master
Marc Wäckerlin 11 years ago
parent 283a3f789b
commit 2ab68c87f0
  1. 2
      doc/examples/arguments.cxx
  2. 2
      src/makefile.am
  3. 2
      src/mrw/args.hxx
  4. 0
      src/mrw/iomanip.hxx

@ -5,7 +5,7 @@
// 1 2 3 4 5 6 7 8 // 1 2 3 4 5 6 7 8
// 45678901234567890123456789012345678901234567890123456789012345678901234567890 // 45678901234567890123456789012345678901234567890123456789012345678901234567890
#include <mrw/args> #include <mrw/args.hxx>
void test_func() { void test_func() {
std::cout<<"test parameter was given on command line"<<std::endl; std::cout<<"test parameter was given on command line"<<std::endl;

@ -14,7 +14,7 @@ nobase_include_HEADERS = mrw/arg.hxx mrw/auto.hxx mrw/configfile.hxx \
mrw/smartpointer.hxx mrw/stacktrace.hxx \ mrw/smartpointer.hxx mrw/stacktrace.hxx \
mrw/stdext.hxx mrw/string.hxx \ mrw/stdext.hxx mrw/string.hxx \
mrw/tokenizer.hxx mrw/unistd.hxx \ mrw/tokenizer.hxx mrw/unistd.hxx \
mrw/vector.hxx mrw/args mrw/vector.hxx mrw/args.hxx mrw/iomanip.hxx
if HAVE_STACKTRACE if HAVE_STACKTRACE
AM_CPPFLAGS += -DHAVE_STACKTRACE AM_CPPFLAGS += -DHAVE_STACKTRACE

@ -7,7 +7,7 @@
#ifndef __ARGS__ #ifndef __ARGS__
#define __ARGS__ #define __ARGS__
#include <mrw/iomanip> #include <mrw/iomanip.hxx>
#include <vector> #include <vector>
#include <map> #include <map>
Loading…
Cancel
Save