Apache Log4cxx
Version 1.3.0
Loading...
Searching...
No Matches
Public Member Functions
|
List of all members
log4cxx::Optional< T > Class Template Reference
#include <
optional.h
>
Inheritance diagram for log4cxx::Optional< T >:
Public Member Functions
Optional
()
Optional
&
operator=
(
const
T
&
value
)
bool
has_value
()
const
const
T
&
value
()
const
Constructor & Destructor Documentation
◆
Optional()
template<
class
T
>
log4cxx::Optional
<
T
>::Optional
(
)
inline
Member Function Documentation
◆
has_value()
template<
class
T
>
bool
log4cxx::Optional
<
T
>::has_value
(
)
const
inline
◆
operator=()
template<
class
T
>
Optional
&
log4cxx::Optional
<
T
>
::operator
=
(
const
T
&
value
)
inline
◆
value()
template<
class
T
>
const
T
&
log4cxx::Optional
<
T
>::value
(
)
const
inline
The documentation for this class was generated from the following file:
optional.h
log4cxx
Optional
Generated by
Doxygen
1.9.8
Copyright © 2017-2024
Apache Software Foundation
. Apache, Chainsaw, log4cxx, Log4j, Log4net, log4php and the Apache feather logo are
trademarks or registered trademarks
of The Apache Software Foundation.
Oracle and Java are registered trademarks of Oracle and/or its affiliates. Other names may be trademarks of their respective owners.
Privacy Policy
.