subversion uses $ instead of $
git-svn-id: svn://svn.code.sf.net/p/loki-lib/code/trunk@751 7ec92016-0320-0410-acc4-a06ded1c099a
This commit is contained in:
parent
3a9f56e73f
commit
d7111eb063
16 changed files with 45 additions and 48 deletions
|
@ -12,13 +12,11 @@
|
|||
// suitability of this software for any purpose. It is provided "as is"
|
||||
// without express or implied warranty.
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
// Last update: June 20, 2001
|
||||
|
||||
#ifndef LOKI_ABSTRACTFACTORY_INC_
|
||||
#define LOKI_ABSTRACTFACTORY_INC_
|
||||
|
||||
// $Header$
|
||||
// $Id$
|
||||
|
||||
|
||||
#include "Typelist.h"
|
||||
#include "Sequence.h"
|
||||
|
|
|
@ -12,11 +12,11 @@
|
|||
// suitability of this software for any purpose. It is provided "as is"
|
||||
// without express or implied warranty.
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#ifndef LOKI_ASSOCVECTOR_INC_
|
||||
#define LOKI_ASSOCVECTOR_INC_
|
||||
|
||||
// $Header$
|
||||
// $Id$
|
||||
|
||||
|
||||
#include <algorithm>
|
||||
#include <functional>
|
||||
|
|
|
@ -17,9 +17,11 @@
|
|||
// Patterns Applied". Copyright (c) 2001. Addison-Wesley.
|
||||
//
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
#ifndef LOKI_CACHEDFACTORY_INC_
|
||||
#define LOKI_CACHEDFACTORY_INC_
|
||||
|
||||
// $Id$
|
||||
|
||||
#ifndef LOKI_CACHEDFACTORY_H_
|
||||
#define LOKI_CACHEDFACTORY_H_
|
||||
|
||||
#include <vector>
|
||||
#include <iterator>
|
||||
|
|
|
@ -10,11 +10,10 @@
|
|||
// suitability of this software for any purpose. It is provided "as is"
|
||||
// without express or implied warranty.
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#ifndef LOKI_CONST_POLICY_INC_
|
||||
#define LOKI_CONST_POLICY_INC_
|
||||
|
||||
// $Header$
|
||||
// $Id$
|
||||
|
||||
|
||||
namespace Loki
|
||||
|
|
|
@ -9,13 +9,11 @@
|
|||
// The author makes no representations about the suitability of this software
|
||||
// for any purpose. It is provided "as is" without express or implied warranty.
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
#ifndef LOKI_DATAGENERATORS_INC_
|
||||
#define LOKI_DATAGENERATORS_INC_
|
||||
|
||||
// Last update: Oct 10, 2002
|
||||
// $Id$
|
||||
|
||||
#ifndef LOKI_DATAGENERATORS_H
|
||||
#define LOKI_DATAGENERATORS_H
|
||||
|
||||
// $Header$
|
||||
|
||||
#include "Typelist.h"
|
||||
|
||||
|
|
|
@ -12,13 +12,11 @@
|
|||
// suitability of this software for any purpose. It is provided "as is"
|
||||
// without express or implied warranty.
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
// Last update: June 20, 2001
|
||||
|
||||
#ifndef LOKI_EMPTYTYPE_INC_
|
||||
#define LOKI_EMPTYTYPE_INC_
|
||||
|
||||
// $Header$
|
||||
// $Id$
|
||||
|
||||
|
||||
namespace Loki
|
||||
{
|
||||
|
|
|
@ -12,11 +12,11 @@
|
|||
// suitability of this software for any purpose. It is provided "as is"
|
||||
// without express or implied warranty.
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#ifndef LOKI_HIERARCHYGENERATORS_INC_
|
||||
#define LOKI_HIERARCHYGENERATORS_INC_
|
||||
|
||||
// $Header$
|
||||
// $Id$
|
||||
|
||||
|
||||
#include "Typelist.h"
|
||||
#include "TypeTraits.h"
|
||||
|
|
|
@ -17,9 +17,11 @@
|
|||
// Patterns Applied". Copyright (c) 2001. Addison-Wesley.
|
||||
//
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
#ifndef LOKI_KEY_INC_
|
||||
#define LOKI_KEY_INC_
|
||||
|
||||
// $Id$
|
||||
|
||||
#ifndef LOKI_KEY_H_
|
||||
#define LOKI_KEY_H_
|
||||
|
||||
#include <loki/Factory.h>
|
||||
|
||||
|
|
|
@ -12,11 +12,11 @@
|
|||
// suitability of this software for any purpose. It is provided "as is"
|
||||
// without express or implied warranty.
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#ifndef LOKI_MULTIMETHODS_INC_
|
||||
#define LOKI_MULTIMETHODS_INC_
|
||||
|
||||
// $Header$
|
||||
// $Id$
|
||||
|
||||
|
||||
#include "Typelist.h"
|
||||
#include "LokiTypeInfo.h"
|
||||
|
|
|
@ -12,13 +12,11 @@
|
|||
// suitability of this software for any purpose. It is provided "as is"
|
||||
// without express or implied warranty.
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
// Last update: November 22, 2001
|
||||
|
||||
#ifndef LOKI_NULLTYPE_INC_
|
||||
#define LOKI_NULLTYPE_INC_
|
||||
|
||||
// $Header$
|
||||
// $Id$
|
||||
|
||||
|
||||
namespace Loki
|
||||
{
|
||||
|
|
|
@ -9,11 +9,10 @@
|
|||
// suitability of this software for any purpose. It is provided "as is"
|
||||
// without express or implied warranty.
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
#ifndef LOKI_ORDEREDSTATIC_INC_
|
||||
#define LOKI_ORDEREDSTATIC_INC_
|
||||
|
||||
#ifndef LOKI_ORDEREDSTATIC_H_
|
||||
#define LOKI_ORDEREDSTATIC_H_
|
||||
|
||||
// $Header$
|
||||
// $Id$
|
||||
|
||||
|
||||
#include <vector>
|
||||
|
|
|
@ -9,10 +9,11 @@
|
|||
// suitability of this software for any purpose. It is provided "as is"
|
||||
// without express or implied warranty.
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
#ifndef LOKI_PIMPL_H
|
||||
#define LOKI_PIMPL_H
|
||||
#ifndef LOKI_PIMPL_INC_
|
||||
#define LOKI_PIMPL_INC_
|
||||
|
||||
// $Id$
|
||||
|
||||
// $Header$
|
||||
|
||||
/// \defgroup PimplGroup Pimpl
|
||||
|
||||
|
|
|
@ -10,8 +10,11 @@
|
|||
// suitability of this software for any purpose. It is provided "as is"
|
||||
// without express or implied warranty.
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
#ifndef LOKI_REFTOVALUE_H
|
||||
#define LOKI_REFTOVALUE_H
|
||||
#ifndef LOKI_REFTOVALUE_INC_
|
||||
#define LOKI_REFTOVALUE_INC_
|
||||
|
||||
// $Id$
|
||||
|
||||
|
||||
namespace Loki
|
||||
{
|
||||
|
|
|
@ -12,7 +12,8 @@
|
|||
#ifndef LOKI_REGISTER_INC_
|
||||
#define LOKI_REGISTER_INC_
|
||||
|
||||
// $Header$
|
||||
// $Id$
|
||||
|
||||
|
||||
#include "TypeManip.h"
|
||||
#include "HierarchyGenerators.h"
|
||||
|
|
|
@ -12,14 +12,14 @@
|
|||
// suitability of this software for any purpose. It is provided "as is"
|
||||
// without express or implied warranty.
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
// $Header$
|
||||
|
||||
/// \defgroup VisitorGroup Visitor
|
||||
|
||||
#ifndef LOKI_VISITOR_INC_
|
||||
#define LOKI_VISITOR_INC_
|
||||
|
||||
// $Id$
|
||||
|
||||
|
||||
/// \defgroup VisitorGroup Visitor
|
||||
|
||||
#include "Typelist.h"
|
||||
#include "HierarchyGenerators.h"
|
||||
|
||||
|
|
|
@ -12,13 +12,11 @@
|
|||
// suitability of this software for any purpose. It is provided "as is"
|
||||
// without express or implied warranty.
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
// Last update: June 20, 2001
|
||||
|
||||
#ifndef LOKI_STATIC_CHECK_INC_
|
||||
#define LOKI_STATIC_CHECK_INC_
|
||||
|
||||
// $Header$
|
||||
// $Id$
|
||||
|
||||
|
||||
namespace Loki
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue