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
//=================================================================================================
33
//=================================================================================================
34
35
#ifndef _BLAZE_UTIL_NONCREATABLE_H_
36
#define _BLAZE_UTIL_NONCREATABLE_H_
37
38
39
namespace
blaze {
40
41
//=================================================================================================
42
//
43
// CLASS DEFINITION
44
//
45
//=================================================================================================
46
47
//*************************************************************************************************
65
class
NonCreatable
66
{
67
private
:
68
//**Constructors and copy assignment operator***************************************************
71
NonCreatable
();
72
NonCreatable
(
const
NonCreatable
& );
73
NonCreatable
&
operator=
(
const
NonCreatable
& );
74
75
//**********************************************************************************************
76
};
77
//*************************************************************************************************
78
79
}
// namespace blaze
80
81
#endif
blaze::NonCreatable::operator=
NonCreatable & operator=(const NonCreatable &)
Copy assignment operator (private & undefined)
blaze::NonCreatable::NonCreatable
NonCreatable()
Constructor (private & undefined)
blaze::NonCreatable
Base class for non-creatable (static) classes.The NonCreatable class is intended to work as a base cl...
Definition:
NonCreatable.h:65
Generated on Wed Dec 3 2014 11:58:22 by
1.8.7