File: tree_base.hpp

package info (click to toggle)
foundry 0.0.20100226-1
  • links: PTS
  • area: main
  • in suites: squeeze, wheezy
  • size: 392 kB
  • ctags: 1,574
  • sloc: cpp: 4,191; yacc: 292; lex: 141; makefile: 123
file content (16 lines) | stat: -rw-r--r-- 181 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#ifndef foundry_tree_tree_base_hpp_
#define foundry_tree_tree_base_hpp_ 1

namespace foundry {
namespace tree {

enum smartpointer_provider
{
    boost,
    lazybox
};

}
}

#endif