Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
blaze
util
NonCreatable.h
Go to the documentation of this file.
1
//=================================================================================================
20
//=================================================================================================
21
22
#ifndef _BLAZE_UTIL_NONCREATABLE_H_
23
#define _BLAZE_UTIL_NONCREATABLE_H_
24
25
26
namespace
blaze {
27
28
//=================================================================================================
29
//
30
// CLASS DEFINITION
31
//
32
//=================================================================================================
33
34
//*************************************************************************************************
52
class
NonCreatable
53
{
54
private
:
55
//**Constructors and copy assignment operator***************************************************
58
NonCreatable
();
59
NonCreatable
(
const
NonCreatable
& );
60
NonCreatable
&
operator=
(
const
NonCreatable
& );
61
62
//**********************************************************************************************
63
};
64
//*************************************************************************************************
65
66
}
// namespace blaze
67
68
#endif
Generated on Sun Jul 28 2013 17:06:08 by
1.8.3.1