Sauce-0.10.1
A C++ Dependency Injection Framework
sauce
internal
NullLockFactory
Public Member Functions
|
List of all members
sauce::internal::NullLockFactory Class Reference
Inheritance diagram for sauce::internal::NullLockFactory:
[
legend
]
Collaboration diagram for sauce::internal::NullLockFactory:
[
legend
]
Public Member Functions
sauce::auto_ptr<
Lock
>
createLock
()
virtual sauce::auto_ptr<
Lock
>
createLock
()=0
Member Function Documentation
◆
createLock()
sauce::auto_ptr<
Lock
> sauce::internal::NullLockFactory::createLock
(
)
inline
virtual
Implements
sauce::internal::LockFactory
.
52
{
53
sauce::auto_ptr<Lock> lock(
new
NullLock());
54
return
lock;
55
}
The documentation for this class was generated from the following file:
sauce/internal/
locker_factory.h
Generated by
1.9.3