Leosac  0.8.0
Open Source Access Control
Visitor.cpp File Reference
#include "tools/Visitor.hpp"
#include "tools/IVisitable.hpp"
#include "gtest/gtest.h"
+ Include dependency graph for Visitor.cpp:

Go to the source code of this file.

Classes

struct  Leosac::Test::DummyVisitable
 
struct  Leosac::Test::DummyVisitor
 
struct  Leosac::Test::DummyConstOnlyVisitor
 
struct  Leosac::Test::DummyVisitor2
 Visitor2 that is ready to visit object of type DummyVisitable, but not of type DummyChildVisitable. More...
 
struct  Leosac::Test::DummyChildVisitable
 

Namespaces

 Leosac
 This is the header file for a generated source file, GitSHA1.cpp.
 
 Leosac::Test
 Unit test live in this namespace.
 

Functions

 Leosac::Test::TEST (TestVisitor, simple_non_const)
 
 Leosac::Test::TEST (TestVisitor, simple_const)
 
 Leosac::Test::TEST (TestVisitor, const_visit_accept_non_const_visitable)
 
 Leosac::Test::TEST (TestVisitor, const_visit_accept_const_visitable)
 
 Leosac::Test::TEST (TestVisitor, test_class_hierarchy)