Changeset 1609 in Sophya for trunk/SophyaLib/SUtils
- Timestamp:
- Jul 31, 2001, 4:02:39 PM (24 years ago)
- Location:
- trunk/SophyaLib/SUtils
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/SUtils/Makefile
r1602 r1609 1 1 include ../Mgr/Makefile.h 2 2 3 all: $(LIB)lib Utils.a3 all: $(LIB)libSUtils.a 4 4 clean: 5 5 rm -f $(OBJ)datacards.o $(OBJ)strutilxx.o $(OBJ)utils.o $(OBJ)strutil.o 6 rm -f $(LIB)lib Utils.a7 $(LIB)lib Utils.a : $(OBJ)datacards.o $(OBJ)strutil.o $(OBJ)strutilxx.o $(OBJ)utils.o6 rm -f $(LIB)libSUtils.a 7 $(LIB)libSUtils.a : $(OBJ)datacards.o $(OBJ)strutil.o $(OBJ)strutilxx.o $(OBJ)utils.o 8 8 $(ARCXX) $(ARCXXFLAGS) $@ $? 9 9 ifeq ($(CXX),cxx) -
trunk/SophyaLib/SUtils/datacards.cc
r1607 r1609 1 1 // 2 // $Id: datacards.cc,v 1. 7 2001-07-31 08:06:06cmv Exp $2 // $Id: datacards.cc,v 1.8 2001-07-31 14:02:38 cmv Exp $ 3 3 // 4 4 // … … 18 18 //++ 19 19 // Class DataCards 20 // Lib Utils20 // Lib SUtils 21 21 // include datacards.h 22 22 // … … 38 38 /*! 39 39 \class SOPHYA::DataCards 40 \ingroup Utils40 \ingroup SUtils 41 41 This class can be used for decoding program parameters from an ascii 42 42 file. Each line of the ascii contains a keyword starting with \b @ . -
trunk/SophyaLib/SUtils/sutils.h
r1607 r1609 3 3 4 4 /*! 5 \defgroup UtilsUtils module5 \defgroup SUtils SUtils module 6 6 This module contains general utility routines and classes 7 7 for datacards, string manipulation etc...
Note:
See TracChangeset
for help on using the changeset viewer.