subversion uses $ instead of $
git-svn-id: svn://svn.code.sf.net/p/loki-lib/code/trunk@747 7ec92016-0320-0410-acc4-a06ded1c099a
This commit is contained in:
parent
53243f77ea
commit
ea94f38878
7 changed files with 21 additions and 21 deletions
|
@ -9,6 +9,11 @@
|
||||||
// for any purpose. It is provided "as is" without express or implied
|
// for any purpose. It is provided "as is" without express or implied
|
||||||
// warranty.
|
// warranty.
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
#ifndef LOKI_SAFEFORMAT_INC_
|
||||||
|
#define LOKI_SAFEFORMAT_INC_
|
||||||
|
|
||||||
|
// $Id$
|
||||||
|
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
// This file contains definitions for SafePrintf. SafeScanf coming soon (the
|
// This file contains definitions for SafePrintf. SafeScanf coming soon (the
|
||||||
|
@ -16,11 +21,6 @@
|
||||||
// See Alexandrescu, Andrei: Type-safe Formatting, C/C++ Users Journal, Aug 2005
|
// See Alexandrescu, Andrei: Type-safe Formatting, C/C++ Users Journal, Aug 2005
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
#ifndef LOKI_SAFEFORMAT_H_
|
|
||||||
#define LOKI_SAFEFORMAT_H_
|
|
||||||
|
|
||||||
// $Header$
|
|
||||||
|
|
||||||
#include <cstdio>
|
#include <cstdio>
|
||||||
#include <string>
|
#include <string>
|
||||||
#include <stdexcept>
|
#include <stdexcept>
|
||||||
|
|
|
@ -12,10 +12,11 @@
|
||||||
// suitability of this software for any purpose. It is provided "as is"
|
// suitability of this software for any purpose. It is provided "as is"
|
||||||
// without express or implied warranty.
|
// without express or implied warranty.
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
#ifndef LOKI_SCOPEGUARD_H_
|
#ifndef LOKI_SCOPEGUARD_INC_
|
||||||
#define LOKI_SCOPEGUARD_H_
|
#define LOKI_SCOPEGUARD_INC_
|
||||||
|
|
||||||
|
// $Id$
|
||||||
|
|
||||||
// $Header$
|
|
||||||
|
|
||||||
#include <loki/RefToValue.h>
|
#include <loki/RefToValue.h>
|
||||||
|
|
||||||
|
|
|
@ -9,12 +9,11 @@
|
||||||
// suitability of this software for any purpose. It is provided "as is"
|
// suitability of this software for any purpose. It is provided "as is"
|
||||||
// without express or implied warranty.
|
// without express or implied warranty.
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
|
|
||||||
#ifndef LOKI_SEQUENCE_INC_
|
#ifndef LOKI_SEQUENCE_INC_
|
||||||
#define LOKI_SEQUENCE_INC_
|
#define LOKI_SEQUENCE_INC_
|
||||||
|
|
||||||
// $Header$
|
// $Id$
|
||||||
|
|
||||||
|
|
||||||
#include "Typelist.h"
|
#include "Typelist.h"
|
||||||
|
|
||||||
|
|
|
@ -12,11 +12,11 @@
|
||||||
// suitability of this software for any purpose. It is provided "as is"
|
// suitability of this software for any purpose. It is provided "as is"
|
||||||
// without express or implied warranty.
|
// without express or implied warranty.
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
#ifndef LOKI_SINGLETON_INC_
|
#ifndef LOKI_SINGLETON_INC_
|
||||||
#define LOKI_SINGLETON_INC_
|
#define LOKI_SINGLETON_INC_
|
||||||
|
|
||||||
// $Header$
|
// $Id$
|
||||||
|
|
||||||
|
|
||||||
#include "LokiExport.h"
|
#include "LokiExport.h"
|
||||||
#include "Threads.h"
|
#include "Threads.h"
|
||||||
|
|
|
@ -12,13 +12,12 @@
|
||||||
// suitability of this software for any purpose. It is provided "as is"
|
// suitability of this software for any purpose. It is provided "as is"
|
||||||
// without express or implied warranty.
|
// without express or implied warranty.
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
// $Header$
|
|
||||||
|
|
||||||
|
|
||||||
#ifndef LOKI_SMALLOBJ_INC_
|
#ifndef LOKI_SMALLOBJ_INC_
|
||||||
#define LOKI_SMALLOBJ_INC_
|
#define LOKI_SMALLOBJ_INC_
|
||||||
|
|
||||||
|
// $Id$
|
||||||
|
|
||||||
|
|
||||||
#include "LokiExport.h"
|
#include "LokiExport.h"
|
||||||
#include "Threads.h"
|
#include "Threads.h"
|
||||||
#include "Singleton.h"
|
#include "Singleton.h"
|
||||||
|
|
|
@ -12,11 +12,11 @@
|
||||||
// suitability of this software for any purpose. It is provided "as is"
|
// suitability of this software for any purpose. It is provided "as is"
|
||||||
// without express or implied warranty.
|
// without express or implied warranty.
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
#ifndef LOKI_SMARTPTR_INC_
|
||||||
|
#define LOKI_SMARTPTR_INC_
|
||||||
|
|
||||||
// $Id$
|
// $Id$
|
||||||
|
|
||||||
#ifndef LOKI_SMARTPTR_INC_
|
|
||||||
#define LOKI_SMARTPTR_INC_
|
|
||||||
|
|
||||||
/// \defgroup SmartPointerGroup Smart pointers
|
/// \defgroup SmartPointerGroup Smart pointers
|
||||||
/// Policy based implementation of a smart pointer
|
/// Policy based implementation of a smart pointer
|
||||||
|
|
|
@ -11,10 +11,11 @@
|
||||||
// suitability of this software for any purpose. It is provided "as is"
|
// suitability of this software for any purpose. It is provided "as is"
|
||||||
// without express or implied warranty.
|
// without express or implied warranty.
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
#ifndef LOKI_STRONG_PTR_INC_
|
||||||
|
#define LOKI_STRONG_PTR_INC_
|
||||||
|
|
||||||
|
// $Id$
|
||||||
|
|
||||||
#ifndef LOKI_STRONG_PTR_H
|
|
||||||
#define LOKI_STRONG_PTR_H
|
|
||||||
|
|
||||||
#include <loki/SmartPtr.h>
|
#include <loki/SmartPtr.h>
|
||||||
#if defined (LOKI_OBJECT_LEVEL_THREADING) || defined (LOKI_CLASS_LEVEL_THREADING)
|
#if defined (LOKI_OBJECT_LEVEL_THREADING) || defined (LOKI_CLASS_LEVEL_THREADING)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue