码迷,mamicode.com
首页 > 其他好文 > 详细

结构型模式 过滤器模式

时间:2017-11-03 21:44:06      阅读:144      评论:0      收藏:0      [点我收藏+]

标签:ret   不同的   style   war   ios   warning   逻辑运算   结构型模式   log   

结构型模式 过滤器模式

 

 

/**
 * 结构型模式 过滤器模式
 * 使用不同的标准来过滤一组对象,通过逻辑运算以解耦的方式把它们连接起来。
 *
 */

#define _CRT_SECURE_NO_WARNINGS

#include <iostream>
#include <string>


void mytest()
{

    return;
}


int main()
{
    mytest();

    system("pause");
    return 0;
}

 

结构型模式 过滤器模式

标签:ret   不同的   style   war   ios   warning   逻辑运算   结构型模式   log   

原文地址:http://www.cnblogs.com/lsgxeva/p/7780176.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!