Oracle® Fusion Middleware C++ API Reference for Oracle Coherence
12c (12.2.1.2.0)

E77779-01

coherence/io/pof/PofIntrinsic.hpp

00001 /*
00002 * PofIntrinsic.hpp
00003 *
00004 * Copyright (c) 2000, 2016, Oracle and/or its affiliates. All rights reserved.
00005 *
00006 * Oracle is a registered trademarks of Oracle Corporation and/or its
00007 * affiliates.
00008 *
00009 * This software is the confidential and proprietary information of Oracle
00010 * Corporation. You shall not disclose such confidential and proprietary
00011 * information and shall use it only in accordance with the terms of the
00012 * license agreement you entered into with Oracle.
00013 *
00014 * This notice may not be removed or altered.
00015 */
00016 #ifndef COH_POF_INTRINSIC_HPP
00017 #define COH_POF_INTRINSIC_HPP
00018 
00019 #include "coherence/lang.ns"
00020 
00021 
00022 COH_OPEN_NAMESPACE3(coherence,io,pof)
00023 
00024 
00025 /**
00026 * PofIntrinsic is a marker interface for built-in POF types.
00027 *
00028 * @author mf  2013.03.27
00029 */
00030 class COH_EXPORT PofIntrinsic
00031     : public interface_spec<PofIntrinsic>
00032     {
00033     };
00034 
00035 COH_CLOSE_NAMESPACE3
00036 
00037 #endif // COH_POF_INTRINSIC
Copyright © 2000, 2016, Oracle and/or its affiliates. All rights reserved.